| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_vf.c | 148 for (i = 0; i < wx->mac.max_tx_queues; i++) in wx_stop_adapter_vf() 452 wx->mac.max_tx_queues = msgbuf[WX_VF_TX_QUEUES]; in wx_get_queues_vf() 453 if (wx->mac.max_tx_queues == 0 || in wx_get_queues_vf() 454 wx->mac.max_tx_queues > WX_VF_MAX_TX_QUEUES) in wx_get_queues_vf() 455 wx->mac.max_tx_queues = WX_VF_MAX_TX_QUEUES; in wx_get_queues_vf() 468 if (*default_tc >= wx->mac.max_tx_queues) in wx_get_queues_vf()
|
| H A D | wx_type.h | 896 u32 max_tx_queues; member
|
| H A D | wx_hw.c | 2347 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_stop_adapter() 2969 for (i = 0; i < wx->mac.max_tx_queues; i++) { in wx_start_hw()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.c | 188 number_of_queues = hw->mac.max_tx_queues; in ixgbevf_stop_hw_vf() 1093 hw->mac.max_tx_queues = msg[IXGBE_VF_TX_QUEUES]; in ixgbevf_get_queues() 1094 if (hw->mac.max_tx_queues == 0 || in ixgbevf_get_queues() 1095 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues() 1096 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues() 1110 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
|
| H A D | vf.h | 73 u32 max_tx_queues; member
|
| H A D | ixgbevf_main.c | 2685 hw->mac.max_tx_queues == rss) in ixgbevf_set_num_queues() 3087 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_register.h | 14 __be32 max_tx_queues; member
|
| H A D | gve_main.c | 2753 int max_tx_queues, max_rx_queues; in gve_probe() local 2792 max_tx_queues = ioread32be(®_bar->max_tx_queues); in gve_probe() 2795 dev = alloc_etherdev_mqs(sizeof(*priv), max_tx_queues, max_rx_queues); in gve_probe() 2847 priv->tx_cfg.max_queues = max_tx_queues; in gve_probe()
|
| /linux/drivers/net/ethernet/wangxun/txgbevf/ |
| H A D | txgbevf_main.c | 72 queue = min_t(u16, wx->mac.max_rx_queues, wx->mac.max_tx_queues); in txgbevf_set_num_queues() 145 wx->mac.max_tx_queues = TXGBEVF_MAX_TX_QUEUES; in txgbevf_sw_init()
|
| /linux/drivers/net/ethernet/wangxun/ngbevf/ |
| H A D | ngbevf_main.c | 101 wx->mac.max_tx_queues = NGBEVF_MAX_TX_QUEUES; in ngbevf_sw_init()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x540.c | 43 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_get_invariants_X540()
|
| H A D | ixgbe_82598.c | 82 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_get_invariants_82598()
|
| H A D | ixgbe_common.c | 342 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2() 746 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()
|
| H A D | ixgbe_82599.c | 251 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_get_invariants_82599()
|
| H A D | ixgbe_type.h | 3662 u32 max_tx_queues; member
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 97 wx->mac.max_tx_queues = NGBE_MAX_TX_QUEUES; in ngbe_sw_init()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.h | 1002 u64 max_tx_queues; member
|
| H A D | ibmvnic.c | 3822 channels->max_tx = adapter->max_tx_queues; in ibmvnic_get_channels() 5730 adapter->max_tx_queues = in handle_query_cap_rsp() 5733 adapter->max_tx_queues); in handle_query_cap_rsp()
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_main.c | 362 wx->mac.max_tx_queues = TXGBE_MAX_TXQ; in txgbe_sw_init()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sysfs.c | 763 np_cfg[pci_func].max_tx_queues = nic_info.max_tx_ques; in qlcnic_sysfs_read_npar_config()
|
| H A D | qlcnic.h | 1346 u16 max_tx_queues; member
|