Home
last modified time | relevance | path

Searched refs:ngbe_hw (Results 1 – 25 of 25) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_hw.h18 s32 ngbe_init_hw(struct ngbe_hw *hw);
19 s32 ngbe_start_hw(struct ngbe_hw *hw);
20 s32 ngbe_reset_hw_em(struct ngbe_hw *hw);
21 s32 ngbe_stop_hw(struct ngbe_hw *hw);
22 s32 ngbe_clear_hw_cntrs(struct ngbe_hw *hw);
48 void ngbe_set_pba(struct ngbe_hw *hw);
50 s32 ngbe_setup_fc_em(struct ngbe_hw *hw);
51 s32 ngbe_fc_enable(struct ngbe_hw *hw);
52 void ngbe_fc_autoneg(struct ngbe_hw *hw);
67 s32 ngbe_clear_vfta(struct ngbe_hw *hw);
[all …]
H A Dngbe_dummy.h28 static inline void ngbe_bus_set_lan_id_dummy(struct ngbe_hw *TUP0) in ngbe_bus_set_lan_id_dummy()
32 static inline s32 ngbe_rom_init_params_dummy(struct ngbe_hw *TUP0) in ngbe_rom_init_params_dummy()
57 static inline s32 ngbe_mac_init_hw_dummy(struct ngbe_hw *TUP0) in ngbe_mac_init_hw_dummy()
61 static inline s32 ngbe_mac_reset_hw_dummy(struct ngbe_hw *TUP0) in ngbe_mac_reset_hw_dummy()
65 static inline s32 ngbe_mac_start_hw_dummy(struct ngbe_hw *TUP0) in ngbe_mac_start_hw_dummy()
69 static inline s32 ngbe_mac_stop_hw_dummy(struct ngbe_hw *TUP0) in ngbe_mac_stop_hw_dummy()
117 static inline void ngbe_setup_pba_dummy(struct ngbe_hw *TUP0) in ngbe_setup_pba_dummy()
182 static inline s32 ngbe_mac_setup_fc_dummy(struct ngbe_hw *TUP0) in ngbe_mac_setup_fc_dummy()
198 static inline s32 ngbe_phy_identify_dummy(struct ngbe_hw *TUP0) in ngbe_phy_identify_dummy()
202 static inline s32 ngbe_phy_init_hw_dummy(struct ngbe_hw *TUP0) in ngbe_phy_init_hw_dummy()
[all …]
H A Dngbe_type.h91 struct ngbe_hw;
100 void (*set_lan_id)(struct ngbe_hw *hw);
264 s32 (*init_hw)(struct ngbe_hw *hw);
265 s32 (*reset_hw)(struct ngbe_hw *hw);
266 s32 (*start_hw)(struct ngbe_hw *hw);
267 s32 (*stop_hw)(struct ngbe_hw *hw);
313 s32 (*setup_fc)(struct ngbe_hw *hw);
343 s32 (*identify)(struct ngbe_hw *hw);
344 s32 (*init_hw)(struct ngbe_hw *hw);
345 s32 (*reset_hw)(struct ngbe_hw *hw);
[all …]
H A Dngbe_mbx.h76 s32 ngbe_read_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
77 s32 ngbe_write_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id);
78 s32 ngbe_check_for_msg(struct ngbe_hw *hw, u16 mbx_id);
79 s32 ngbe_check_for_ack(struct ngbe_hw *hw, u16 mbx_id);
80 s32 ngbe_check_for_rst(struct ngbe_hw *hw, u16 mbx_id);
81 void ngbe_init_mbx_params_pf(struct ngbe_hw *hw);
83 s32 ngbe_read_mbx_pf(struct ngbe_hw *hw, u32 *msg, u16 size, u16 vf_number);
84 s32 ngbe_write_mbx_pf(struct ngbe_hw *hw, u32 *msg, u16 size, u16 vf_number);
85 s32 ngbe_check_for_msg_pf(struct ngbe_hw *hw, u16 vf_number);
86 s32 ngbe_check_for_ack_pf(struct ngbe_hw *hw, u16 vf_number);
[all …]
H A Dngbe_phy_yt.h77 s32 ngbe_read_phy_reg_ext_yt(struct ngbe_hw *hw,
79 s32 ngbe_write_phy_reg_ext_yt(struct ngbe_hw *hw,
81 s32 ngbe_read_phy_reg_sds_ext_yt(struct ngbe_hw *hw,
83 s32 ngbe_write_phy_reg_sds_ext_yt(struct ngbe_hw *hw,
85 s32 ngbe_init_phy_yt(struct ngbe_hw *hw);
87 s32 ngbe_reset_phy_yt(struct ngbe_hw *hw);
89 s32 ngbe_check_phy_link_yt(struct ngbe_hw *hw,
91 s32 ngbe_setup_phy_link_yt(struct ngbe_hw *hw,
93 s32 ngbe_get_phy_advertised_pause_yt(struct ngbe_hw *hw,
95 s32 ngbe_get_phy_lp_advertised_pause_yt(struct ngbe_hw *hw,
[all …]
H A Dngbe_phy.h50 bool ngbe_validate_phy_addr(struct ngbe_hw *hw, u32 phy_addr);
51 s32 ngbe_get_phy_type_from_id(struct ngbe_hw *hw);
52 s32 ngbe_get_phy_id(struct ngbe_hw *hw);
53 s32 ngbe_identify_phy(struct ngbe_hw *hw);
54 s32 ngbe_reset_phy(struct ngbe_hw *hw);
55 s32 ngbe_read_phy_reg_mdi(struct ngbe_hw *hw, u32 reg_addr, u32 device_type,
57 s32 ngbe_write_phy_reg_mdi(struct ngbe_hw *hw, u32 reg_addr, u32 device_type,
59 s32 ngbe_read_phy_reg(struct ngbe_hw *hw, u32 reg_addr,
61 s32 ngbe_write_phy_reg(struct ngbe_hw *hw, u32 reg_addr,
63 s32 ngbe_check_reset_blocked(struct ngbe_hw *hw);
H A Dngbe_eeprom.h14 s32 ngbe_init_eeprom_params(struct ngbe_hw *hw);
15 s32 ngbe_validate_eeprom_checksum_em(struct ngbe_hw *hw, u16 *checksum_val);
16 s32 ngbe_get_eeprom_semaphore(struct ngbe_hw *hw);
17 void ngbe_release_eeprom_semaphore(struct ngbe_hw *hw);
18 s32 ngbe_save_eeprom_version(struct ngbe_hw *hw);
20 s32 ngbe_ee_readw_buffer(struct ngbe_hw *hw, u32 offset, u32 words,
22 s32 ngbe_ee_read32(struct ngbe_hw *hw, u32 addr, u32 *data);
24 s32 ngbe_ee_writew_buffer(struct ngbe_hw *hw, u32 offset, u32 words,
H A Dngbe_phy_mvl.h89 s32 ngbe_read_phy_reg_mvl(struct ngbe_hw *hw, u32 reg_addr, u32 device_type,
91 s32 ngbe_write_phy_reg_mvl(struct ngbe_hw *hw, u32 reg_addr, u32 device_type,
93 s32 ngbe_check_phy_mode_mvl(struct ngbe_hw *hw);
94 s32 ngbe_init_phy_mvl(struct ngbe_hw *hw);
96 s32 ngbe_reset_phy_mvl(struct ngbe_hw *hw);
98 s32 ngbe_check_phy_link_mvl(struct ngbe_hw *hw,
100 s32 ngbe_setup_phy_link_mvl(struct ngbe_hw *hw,
102 s32 ngbe_get_phy_advertised_pause_mvl(struct ngbe_hw *hw, u8 *pause_bit);
103 s32 ngbe_get_phy_lp_advertised_pause_mvl(struct ngbe_hw *hw, u8 *pause_bit);
104 s32 ngbe_set_phy_pause_adv_mvl(struct ngbe_hw *hw, u16 pause_bit);
H A Dngbe_phy_rtl.h76 s32 ngbe_read_phy_reg_rtl(struct ngbe_hw *hw, u32 reg_addr, u32 device_type,
78 s32 ngbe_write_phy_reg_rtl(struct ngbe_hw *hw, u32 reg_addr, u32 device_type,
81 s32 ngbe_setup_phy_link_rtl(struct ngbe_hw *hw,
84 s32 ngbe_init_phy_rtl(struct ngbe_hw *hw);
85 s32 ngbe_reset_phy_rtl(struct ngbe_hw *hw);
86 s32 ngbe_get_phy_advertised_pause_rtl(struct ngbe_hw *hw, u8 *pause_bit);
87 s32 ngbe_get_phy_lp_advertised_pause_rtl(struct ngbe_hw *hw, u8 *pause_bit);
88 s32 ngbe_set_phy_pause_adv_rtl(struct ngbe_hw *hw, u16 pause_bit);
89 s32 ngbe_check_phy_link_rtl(struct ngbe_hw *hw,
H A Dngbe_mbx.c19 s32 ngbe_read_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ngbe_read_mbx()
43 s32 ngbe_write_mbx(struct ngbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ngbe_write_mbx()
65 s32 ngbe_check_for_msg(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_msg()
83 s32 ngbe_check_for_ack(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_ack()
101 s32 ngbe_check_for_rst(struct ngbe_hw *hw, u16 mbx_id) in ngbe_check_for_rst()
112 STATIC s32 ngbe_check_for_bit_pf(struct ngbe_hw *hw, u32 mask) in ngbe_check_for_bit_pf()
132 s32 ngbe_check_for_msg_pf(struct ngbe_hw *hw, u16 vf_number) in ngbe_check_for_msg_pf()
152 s32 ngbe_check_for_ack_pf(struct ngbe_hw *hw, u16 vf_number) in ngbe_check_for_ack_pf()
172 s32 ngbe_check_for_rst_pf(struct ngbe_hw *hw, u16 vf_number) in ngbe_check_for_rst_pf()
194 STATIC s32 ngbe_obtain_mbx_lock_pf(struct ngbe_hw *hw, u16 vf_number) in ngbe_obtain_mbx_lock_pf()
[all …]
H A Dngbe_hw.c19 s32 ngbe_start_hw(struct ngbe_hw *hw) in ngbe_start_hw()
52 s32 ngbe_init_hw(struct ngbe_hw *hw) in ngbe_init_hw()
72 ngbe_reset_misc_em(struct ngbe_hw *hw) in ngbe_reset_misc_em()
150 s32 ngbe_reset_hw_em(struct ngbe_hw *hw) in ngbe_reset_hw_em()
197 s32 ngbe_clear_hw_cntrs(struct ngbe_hw *hw) in ngbe_clear_hw_cntrs()
338 s32 ngbe_stop_hw(struct ngbe_hw *hw) in ngbe_stop_hw()
743 s32 ngbe_setup_fc_em(struct ngbe_hw *hw) in ngbe_setup_fc_em()
823 s32 ngbe_fc_enable(struct ngbe_hw *hw) in ngbe_fc_enable()
1502 s32 ngbe_clear_vfta(struct ngbe_hw *hw) in ngbe_clear_vfta()
1610 void ngbe_set_pba(struct ngbe_hw *hw) in ngbe_set_pba()
[all …]
H A Dngbe_phy.c46 static bool ngbe_probe_phy(struct ngbe_hw *hw, u16 phy_addr) in ngbe_probe_phy()
69 s32 ngbe_identify_phy(struct ngbe_hw *hw) in ngbe_identify_phy()
99 s32 ngbe_check_reset_blocked(struct ngbe_hw *hw) in ngbe_check_reset_blocked()
118 bool ngbe_validate_phy_addr(struct ngbe_hw *hw, u32 phy_addr) in ngbe_validate_phy_addr()
143 s32 ngbe_get_phy_id(struct ngbe_hw *hw) in ngbe_get_phy_id()
170 s32 ngbe_get_phy_type_from_id(struct ngbe_hw *hw) in ngbe_get_phy_type_from_id()
205 s32 ngbe_reset_phy(struct ngbe_hw *hw) in ngbe_reset_phy()
291 s32 ngbe_read_phy_reg(struct ngbe_hw *hw, u32 reg_addr, in ngbe_read_phy_reg()
316 s32 ngbe_write_phy_reg_mdi(struct ngbe_hw *hw, u32 reg_addr, in ngbe_write_phy_reg_mdi()
351 s32 ngbe_write_phy_reg(struct ngbe_hw *hw, u32 reg_addr, in ngbe_write_phy_reg()
[all …]
H A Dngbe_mng.h99 s32 ngbe_hic_sr_read(struct ngbe_hw *hw, u32 addr, u8 *buf, int len);
100 s32 ngbe_hic_sr_write(struct ngbe_hw *hw, u32 addr, u8 *buf, int len);
101 s32 ngbe_hic_pcie_read(struct ngbe_hw *hw, u16 addr, u32 *buf, int len);
102 s32 ngbe_hic_pcie_write(struct ngbe_hw *hw, u16 addr, u32 *buf, int len);
104 s32 ngbe_hic_check_cap(struct ngbe_hw *hw);
105 s32 ngbe_phy_led_oem_chk(struct ngbe_hw *hw, u32 *data);
H A Dngbe_eeprom.c17 s32 ngbe_init_eeprom_params(struct ngbe_hw *hw) in ngbe_init_eeprom_params()
66 s32 ngbe_get_eeprom_semaphore(struct ngbe_hw *hw) in ngbe_get_eeprom_semaphore()
148 void ngbe_release_eeprom_semaphore(struct ngbe_hw *hw) in ngbe_release_eeprom_semaphore()
164 s32 ngbe_ee_readw_buffer(struct ngbe_hw *hw, in ngbe_ee_readw_buffer()
202 s32 ngbe_ee_read32(struct ngbe_hw *hw, u32 addr, u32 *data) in ngbe_ee_read32()
227 s32 ngbe_ee_writew_buffer(struct ngbe_hw *hw, in ngbe_ee_writew_buffer()
264 s32 ngbe_validate_eeprom_checksum_em(struct ngbe_hw *hw, in ngbe_validate_eeprom_checksum_em()
302 s32 ngbe_save_eeprom_version(struct ngbe_hw *hw) in ngbe_save_eeprom_version()
H A Dngbe_phy_yt.c9 s32 ngbe_read_phy_reg_yt(struct ngbe_hw *hw, in ngbe_read_phy_reg_yt()
36 s32 ngbe_write_phy_reg_yt(struct ngbe_hw *hw, in ngbe_write_phy_reg_yt()
63 s32 ngbe_read_phy_reg_ext_yt(struct ngbe_hw *hw, in ngbe_read_phy_reg_ext_yt()
72 s32 ngbe_write_phy_reg_ext_yt(struct ngbe_hw *hw, in ngbe_write_phy_reg_ext_yt()
81 s32 ngbe_read_phy_reg_sds_ext_yt(struct ngbe_hw *hw, in ngbe_read_phy_reg_sds_ext_yt()
91 s32 ngbe_write_phy_reg_sds_ext_yt(struct ngbe_hw *hw, in ngbe_write_phy_reg_sds_ext_yt()
101 s32 ngbe_init_phy_yt(struct ngbe_hw *hw) in ngbe_init_phy_yt()
124 s32 ngbe_setup_phy_link_yt(struct ngbe_hw *hw, u32 speed, in ngbe_setup_phy_link_yt()
318 s32 ngbe_reset_phy_yt(struct ngbe_hw *hw) in ngbe_reset_phy_yt()
390 s32 ngbe_set_phy_pause_adv_yt(struct ngbe_hw *hw, u16 pause_bit) in ngbe_set_phy_pause_adv_yt()
[all …]
H A Dngbe_phy_rtl.c7 s32 ngbe_read_phy_reg_rtl(struct ngbe_hw *hw, in ngbe_read_phy_reg_rtl()
23 s32 ngbe_write_phy_reg_rtl(struct ngbe_hw *hw, in ngbe_write_phy_reg_rtl()
39 static void ngbe_phy_led_ctrl_rtl(struct ngbe_hw *hw) in ngbe_phy_led_ctrl_rtl()
63 s32 ngbe_init_phy_rtl(struct ngbe_hw *hw) in ngbe_init_phy_rtl()
137 s32 ngbe_setup_phy_link_rtl(struct ngbe_hw *hw, in ngbe_setup_phy_link_rtl()
249 s32 ngbe_reset_phy_rtl(struct ngbe_hw *hw) in ngbe_reset_phy_rtl()
262 s32 ngbe_get_phy_advertised_pause_rtl(struct ngbe_hw *hw, u8 *pause_bit) in ngbe_get_phy_advertised_pause_rtl()
273 s32 ngbe_get_phy_lp_advertised_pause_rtl(struct ngbe_hw *hw, u8 *pause_bit) in ngbe_get_phy_lp_advertised_pause_rtl()
290 s32 ngbe_set_phy_pause_adv_rtl(struct ngbe_hw *hw, u16 pause_bit) in ngbe_set_phy_pause_adv_rtl()
304 s32 ngbe_check_phy_link_rtl(struct ngbe_hw *hw, u32 *speed, bool *link_up) in ngbe_check_phy_link_rtl()
H A Dngbe_phy_mvl.c9 s32 ngbe_read_phy_reg_mvl(struct ngbe_hw *hw, in ngbe_read_phy_reg_mvl()
30 s32 ngbe_write_phy_reg_mvl(struct ngbe_hw *hw, in ngbe_write_phy_reg_mvl()
51 s32 ngbe_check_phy_mode_mvl(struct ngbe_hw *hw) in ngbe_check_phy_mode_mvl()
76 s32 ngbe_init_phy_mvl(struct ngbe_hw *hw) in ngbe_init_phy_mvl()
131 s32 ngbe_setup_phy_link_mvl(struct ngbe_hw *hw, u32 speed, in ngbe_setup_phy_link_mvl()
229 s32 ngbe_reset_phy_mvl(struct ngbe_hw *hw) in ngbe_reset_phy_mvl()
266 s32 ngbe_get_phy_advertised_pause_mvl(struct ngbe_hw *hw, u8 *pause_bit) in ngbe_get_phy_advertised_pause_mvl()
284 s32 ngbe_get_phy_lp_advertised_pause_mvl(struct ngbe_hw *hw, u8 *pause_bit) in ngbe_get_phy_lp_advertised_pause_mvl()
302 s32 ngbe_set_phy_pause_adv_mvl(struct ngbe_hw *hw, u16 pause_bit) in ngbe_set_phy_pause_adv_mvl()
321 s32 ngbe_check_phy_link_mvl(struct ngbe_hw *hw, in ngbe_check_phy_link_mvl()
H A Dngbe_mng.c24 ngbe_hic_unlocked(struct ngbe_hw *hw, u32 *buffer, u32 length, u32 timeout) in ngbe_hic_unlocked()
86 ngbe_host_interface_command(struct ngbe_hw *hw, u32 *buffer, in ngbe_host_interface_command()
166 s32 ngbe_hic_sr_read(struct ngbe_hw *hw, u32 addr, u8 *buf, int len) in ngbe_hic_sr_read()
209 s32 ngbe_hic_sr_write(struct ngbe_hw *hw, u32 addr, u8 *buf, int len) in ngbe_hic_sr_write()
242 s32 ngbe_hic_pcie_read(struct ngbe_hw *hw, u16 addr, u32 *buf, int len) in ngbe_hic_pcie_read()
272 s32 ngbe_hic_pcie_write(struct ngbe_hw *hw, u16 addr, u32 *buf, int len) in ngbe_hic_pcie_write()
299 s32 ngbe_hic_check_cap(struct ngbe_hw *hw) in ngbe_hic_check_cap()
336 s32 ngbe_phy_led_oem_chk(struct ngbe_hw *hw, u32 *data) in ngbe_phy_led_oem_chk()
H A Dngbe_regs.h1365 rd32(struct ngbe_hw *hw, u32 reg) in rd32()
1373 wr32(struct ngbe_hw *hw, u32 reg, u32 val) in wr32()
1381 rd32m(struct ngbe_hw *hw, u32 reg, u32 mask) in rd32m()
1389 wr32m(struct ngbe_hw *hw, u32 reg, u32 mask, u32 field) in wr32m()
1397 rd64(struct ngbe_hw *hw, u32 reg) in rd64()
1405 wr64(struct ngbe_hw *hw, u32 reg, u64 val) in wr64()
1413 po32m(struct ngbe_hw *hw, u32 reg, u32 mask, u32 expect, u32 *actual, in po32m()
1462 rd32_epcs(struct ngbe_hw *hw, u32 addr) in rd32_epcs()
1471 wr32_epcs(struct ngbe_hw *hw, u32 addr, u32 data) in wr32_epcs()
1478 rd32_ephy(struct ngbe_hw *hw, u32 addr) in rd32_ephy()
[all …]
H A Dmeson.build6 'ngbe_hw.c',
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c246 ngbe_pf_reset_hw(struct ngbe_hw *hw) in ngbe_pf_reset_hw()
268 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_enable_intr()
276 ngbe_disable_intr(struct ngbe_hw *hw) in ngbe_disable_intr()
288 ngbe_swfw_lock_reset(struct ngbe_hw *hw) in ngbe_swfw_lock_reset()
537 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_vlan_filter_set()
561 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_vlan_strip_queue_set()
601 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_vlan_tpid_set()
662 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_vlan_hw_filter_disable()
676 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_vlan_hw_filter_enable()
725 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_vlan_hw_strip_disable()
[all …]
H A Dngbe_ethdev.h123 struct ngbe_hw hw;
148 static inline struct ngbe_hw *
152 struct ngbe_hw *hw = &ad->hw; in ngbe_dev_hw()
215 void ngbe_dev_save_rx_queue(struct ngbe_hw *hw, uint16_t rx_queue_id);
216 void ngbe_dev_store_rx_queue(struct ngbe_hw *hw, uint16_t rx_queue_id);
217 void ngbe_dev_save_tx_queue(struct ngbe_hw *hw, uint16_t tx_queue_id);
218 void ngbe_dev_store_tx_queue(struct ngbe_hw *hw, uint16_t tx_queue_id);
267 void ngbe_set_ivar_map(struct ngbe_hw *hw, int8_t direction,
345 void ngbe_read_stats_registers(struct ngbe_hw *hw,
H A Dngbe_pf.c58 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_pf_host_init()
141 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_pf_host_configure()
216 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_set_rx_mode()
261 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_vf_reset_event()
284 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_vf_reset_msg()
318 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_disable_vf_mc_promisc()
335 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_vf_reset()
365 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_vf_set_mac_addr()
382 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_vf_set_multicast()
432 struct ngbe_hw *hw = ngbe_dev_hw(eth_dev); in ngbe_vf_set_vlan()
[all …]
H A Dngbe_regs_group.h11 struct ngbe_hw;
20 ngbe_read_regs(struct ngbe_hw *hw, const struct reg_info *reg, in ngbe_read_regs()
47 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_read_regs_group()
H A Dngbe_rxtx.c1934 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_get_tx_port_offloads()
1965 struct ngbe_hw *hw; in ngbe_dev_tx_queue_setup()
2233 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_get_rx_port_offloads()
2259 struct ngbe_hw *hw; in ngbe_dev_rx_queue_setup()
2526 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_rss_disable()
2535 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_dev_rss_hash_update()
2595 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_dev_rss_hash_conf_get()
2646 struct ngbe_hw *hw = ngbe_dev_hw(dev); in ngbe_rss_configure()
2850 struct ngbe_hw *hw; in ngbe_dev_rx_init()
3002 struct ngbe_hw *hw; in ngbe_dev_tx_init()
[all …]