Home
last modified time | relevance | path

Searched refs:TXGBE_DEV_HW (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c72 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_pf_host_init()
164 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_add_tx_flow_control_drop_filter()
212 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_pf_host_configure()
304 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_set_rx_mode()
349 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_vf_reset_event()
372 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_vf_reset_msg()
407 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_disable_vf_mc_promisc()
424 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_vf_reset()
454 struct txgbe_hw *hw = TXGBE_DEV_HW(eth_dev); in txgbe_vf_set_mac_addr()
638 hw = TXGBE_DEV_HW(eth_dev); in txgbe_get_vf_queues()
[all …]
H A Dtxgbe_ethdev.c332 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_enable_intr()
753 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_vlan_filter_set()
777 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_vlan_strip_queue_set()
817 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_vlan_tpid_set()
878 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_vlan_hw_filter_disable()
1326 hw = TXGBE_DEV_HW(dev); in txgbe_set_vf_rate_limit()
2858 hw = TXGBE_DEV_HW(dev); in txgbe_dev_led_on()
2867 hw = TXGBE_DEV_HW(dev); in txgbe_dev_led_off()
2880 hw = TXGBE_DEV_HW(dev); in txgbe_flow_ctrl_get()
2936 hw = TXGBE_DEV_HW(dev); in txgbe_flow_ctrl_set()
[all …]
H A Dtxgbe_rxtx.c73 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_is_vf()
1900 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_get_rx_port_offloads()
2184 hw = TXGBE_DEV_HW(dev); in txgbe_dev_tx_queue_setup()
2479 hw = TXGBE_DEV_HW(dev); in txgbe_dev_rx_queue_setup()
2773 hw = TXGBE_DEV_HW(dev); in txgbe_rss_disable()
2938 hw = TXGBE_DEV_HW(dev); in txgbe_vmdq_dcb_configure()
3604 hw = TXGBE_DEV_HW(dev); in txgbe_vmdq_rx_hw_configure()
3757 hw = TXGBE_DEV_HW(dev); in txgbe_config_vf_rss()
4147 hw = TXGBE_DEV_HW(dev); in txgbe_dev_rx_init()
4301 hw = TXGBE_DEV_HW(dev); in txgbe_dev_tx_init()
[all …]
H A Dtxgbe_regs_group.h47 struct txgbe_hw *hw = TXGBE_DEV_HW(dev); in txgbe_read_regs_group()
H A Dtxgbe_ethdev.h166 #define TXGBE_DEV_HW(dev) \ macro