Home
last modified time | relevance | path

Searched refs:IXGBE_DEV_PRIVATE_TO_HW (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c34 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_mac_addr()
68 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_ping_vf()
102 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_vlan_anti_spoof()
132 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_mac_anti_spoof()
161 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_vlan_insert()
192 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_tx_loopback()
224 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_all_queues_drop_en()
258 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_split_drop_en()
283 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_vlan_stripq()
341 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in rte_pmd_ixgbe_set_vf_rxmode()
[all …]
H A Dixgbe_pf.c78 IXGBE_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); in ixgbe_pf_host_init()
169 IXGBE_DEV_PRIVATE_TO_HW(eth_dev->data->dev_private); in ixgbe_add_tx_flow_control_drop_filter()
316 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in set_rx_mode()
358 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vf_reset_event()
382 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vf_reset_msg()
423 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_disable_vf_mc_promisc()
440 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vf_reset()
470 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vf_set_mac_addr()
683 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_get_vf_queues()
921 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_rcv_ack_from_vf()
[all …]
H A Dixgbe_ethdev.c820 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_enable_intr()
1815 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_filter_set()
1852 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_tpid_set()
1905 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_filter_disable()
1921 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_filter_enable()
1974 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_strip_disable()
1998 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_strip_enable()
2022 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_extend_disable()
2043 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_extend_enable()
2077 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vlan_hw_strip_config()
[all …]
H A Dixgbe_fdir.c256 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in fdir_set_input_mask_82599()
340 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in fdir_set_input_mask_x550()
505 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_set_flexbytes_offset()
547 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_set_fdir_flex_conf()
609 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_configure()
1087 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_filter_program()
1229 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_flush()
1252 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_info_get()
1311 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_stats_get()
1367 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_fdir_filter_restore()
H A Dixgbe_rxtx.c2584 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_dev_tx_queue_setup()
3038 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_dev_rx_queue_setup()
3432 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_rss_disable()
3498 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_dev_rss_hash_update()
3543 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_dev_rss_hash_conf_get()
3601 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_rss_configure()
3813 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_vmdq_dcb_hw_tx_config()
4101 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_dcb_hw_configure()
4509 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_config_vf_default()
4538 IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_dev_mq_rx_configure()
[all …]
H A Dixgbe_ipsec.c43 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_crypto_clear_ipsec_tables()
92 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_crypto_add_sa()
274 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_crypto_remove_sa()
627 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_crypto_enable_ipsec()
726 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_crypto_capable()
H A Dixgbe_regs.h340 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_read_regs_group()
H A Dixgbe_vf_representor.c44 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW( in ixgbe_vf_representor_dev_infos_get()
H A Dixgbe_tm.c142 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_tm_capabilities_get()
847 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_level_capabilities_get()
931 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_node_capabilities_get()
H A Dixgbe_flow.c623 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_parse_ntuple_filter()
863 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_parse_ethertype_filter()
1152 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_parse_syn_filter()
1356 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_parse_l2_tn_filter()
1617 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_parse_fdir_filter_normal()
2760 struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private); in ixgbe_parse_fdir_filter()
H A Dixgbe_ethdev.h528 #define IXGBE_DEV_PRIVATE_TO_HW(adapter)\ macro