Searched refs:max_txqs (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_config.h313 /* Actual configured value. Range could be: 1...max_txqs */
317 uint64_t max_txqs:16; member in struct:lio_nic_if_config
322 uint64_t max_txqs:16;
324 /* Actual configured value. Range could be: 1...max_txqs */
H A Dlio_device.c78 .max_txqs = LIO_MAX_TXQS_PER_INTF,
80 /* Actual configured value. Range could be: 1...max_txqs */
108 .max_txqs = LIO_MAX_TXQS_PER_INTF,
110 /* Actual configured value. Range could be: 1...max_txqs */
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.c574 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; local
614 max_txqs[0] = vsi->num_tx_queues;
617 ICE_DFLT_TRAFFIC_CLASS, max_txqs);

Completed in 123 milliseconds