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

/freebsd-current/sys/dev/liquidio/base/
H A Dlio_config.h312 /* Actual configured value. Range could be: 1...max_txqs */
316 uint64_t max_txqs:16; member in struct:lio_nic_if_config
321 uint64_t max_txqs:16;
323 /* Actual configured value. Range could be: 1...max_txqs */
H A Dlio_device.c77 .max_txqs = LIO_MAX_TXQS_PER_INTF,
79 /* Actual configured value. Range could be: 1...max_txqs */
107 .max_txqs = LIO_MAX_TXQS_PER_INTF,
109 /* Actual configured value. Range could be: 1...max_txqs */
/freebsd-current/sys/dev/ice/
H A Dice_lib.c729 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; local
772 max_txqs[0] = vsi->num_tx_queues;
775 ICE_DFLT_TRAFFIC_CLASS, max_txqs);
8684 u16 max_txqs[ICE_MAX_TRAFFIC_CLASS] = { 0 }; local
8722 max_txqs[i] = vsi->tc_info[i].qcount_tx;
8725 device_printf(dev, "%s: max_txqs:", __func__);
8727 printf(" %d", max_txqs[i]);
8733 max_txqs);

Completed in 189 milliseconds