HomeSort by: relevance | last modified time | path
    Searched defs:TUNABLE_INT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixv.c 188 #define TUNABLE_INT(__x, __y)
189 TUNABLE_INT("hw.ixv.num_queues", &ixv_num_queues);
198 TUNABLE_INT("hw.ixv.enable_aim", &ixv_enable_aim);
201 TUNABLE_INT("hw.ixv.max_interrupt_rate", &ixv_max_interrupt_rate);
205 TUNABLE_INT("hw.ixv.rx_process_limit", &ixv_rx_process_limit);
209 TUNABLE_INT("hw.ixv.tx_process_limit", &ixv_tx_process_limit);
220 TUNABLE_INT("hw.ixv.txd", &ixv_txd);
224 TUNABLE_INT("hw.ixv.rxd", &ixv_rxd);
228 TUNABLE_INT("hw.ixv.enable_legacy_tx", &ixv_enable_legacy_tx);
ixgbe.c 387 #define TUNABLE_INT(__x, __y)
388 TUNABLE_INT("hw.ix.unsupported_sfp", &allow_unsupported_sfp);
  /src/sys/dev/pci/
pvscsi.c 187 #define TUNABLE_INT(__x, __d) \
218 TUNABLE_INT(log_level, "Enable debugging output");
221 TUNABLE_INT(request_ring_pages, "No. of pages for the request ring");
222 TUNABLE_INT(use_msg, "Use message passing");
223 TUNABLE_INT(use_msi, "Use MSI interrupt");
224 TUNABLE_INT(use_msix, "Use MSXI interrupt");
225 TUNABLE_INT(use_req_call_threshold, "Use request limit");
226 TUNABLE_INT(max_queue_depth, "Maximum size of request queue");

Completed in 21 milliseconds