Home
last modified time | relevance | path

Searched refs:max_tx_queues (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.c165 number_of_queues = hw->mac.max_tx_queues; in ixgbevf_stop_hw_vf()
736 hw->mac.max_tx_queues = msg[IXGBE_VF_TX_QUEUES]; in ixgbevf_get_queues()
737 if (hw->mac.max_tx_queues == 0 || in ixgbevf_get_queues()
738 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues()
739 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues()
753 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
Dvf.h92 u32 max_tx_queues; member
Dixgbevf_main.c2642 hw->mac.max_tx_queues = 2; in ixgbevf_sw_init()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c106 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_get_invariants_82598()
190 for (i = 0; ((i < hw->mac.max_tx_queues) && in ixgbe_start_hw_82598()
Dixgbe_x540.c68 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_get_invariants_X540()
Dixgbe_common.c324 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
332 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
726 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()
Dixgbe_82599.c276 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_get_invariants_82599()
Dixgbe_type.h3376 u32 max_tx_queues; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c765 np_cfg[pci_func].max_tx_queues = nic_info.max_tx_ques; in qlcnic_sysfs_read_npar_config()
Dqlcnic.h1354 u16 max_tx_queues; member