Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h53 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw);
54 s32 ixgbe_init_hw(struct ixgbe_hw *hw);
55 s32 ixgbe_reset_hw(struct ixgbe_hw *hw);
56 s32 ixgbe_start_hw(struct ixgbe_hw *hw);
61 s32 ixgbe_get_bus_info(struct ixgbe_hw *hw);
69 s32 ixgbe_reset_phy(struct ixgbe_hw *hw);
126 s32 ixgbe_enable_mc(struct ixgbe_hw *hw);
127 s32 ixgbe_disable_mc(struct ixgbe_hw *hw);
128 s32 ixgbe_clear_vfta(struct ixgbe_hw *hw);
134 s32 ixgbe_fc_enable(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_common.h55 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
56 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw);
57 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
58 s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw);
109 s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw);
117 void ixgbe_fc_autoneg(struct ixgbe_hw *hw);
118 s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw);
167 s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *);
179 bool ixgbe_mng_present(struct ixgbe_hw *hw);
180 bool ixgbe_mng_enabled(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_x550.h40 s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw);
50 s32 ixgbe_update_flash_X550(struct ixgbe_hw *hw);
71 s32 ixgbe_get_phy_token(struct ixgbe_hw *);
72 s32 ixgbe_put_phy_token(struct ixgbe_hw *);
77 void ixgbe_disable_mdd_X550(struct ixgbe_hw *hw);
78 void ixgbe_enable_mdd_X550(struct ixgbe_hw *hw);
86 s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw);
88 s32 ixgbe_setup_kr_x550em(struct ixgbe_hw *hw);
89 s32 ixgbe_init_ext_t_x550em(struct ixgbe_hw *hw);
93 void ixgbe_disable_rx_x550(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_phy.h160 s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw);
163 s32 ixgbe_get_phy_id(struct ixgbe_hw *hw);
164 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw);
165 s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw);
174 s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw);
181 s32 ixgbe_check_reset_blocked(struct ixgbe_hw *hw);
184 s32 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw,
187 s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw);
193 s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw);
202 s32 ixgbe_tn_check_overtemp(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_82599.h39 s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
44 void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw);
45 void ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *hw,
47 s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
50 s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
54 s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw);
55 void ixgbe_init_mac_link_ops_82599(struct ixgbe_hw *hw);
56 s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw);
59 s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw);
60 s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_x540.h41 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw,
46 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
47 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
50 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);
57 s32 ixgbe_update_eeprom_checksum_X540(struct ixgbe_hw *hw);
59 s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw);
60 s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw);
62 s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
64 void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
66 s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
[all …]
H A Dixgbe_api.c132 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw) in ixgbe_set_mac_type()
232 s32 ixgbe_init_hw(struct ixgbe_hw *hw) in ixgbe_init_hw()
245 s32 ixgbe_reset_hw(struct ixgbe_hw *hw) in ixgbe_reset_hw()
261 s32 ixgbe_start_hw(struct ixgbe_hw *hw) in ixgbe_start_hw()
489 s32 ixgbe_reset_phy(struct ixgbe_hw *hw) in ixgbe_reset_phy()
1038 s32 ixgbe_enable_mc(struct ixgbe_hw *hw) in ixgbe_enable_mc()
1050 s32 ixgbe_disable_mc(struct ixgbe_hw *hw) in ixgbe_disable_mc()
1062 s32 ixgbe_clear_vfta(struct ixgbe_hw *hw) in ixgbe_clear_vfta()
1112 s32 ixgbe_fc_enable(struct ixgbe_hw *hw) in ixgbe_fc_enable()
1124 s32 ixgbe_setup_fc(struct ixgbe_hw *hw) in ixgbe_setup_fc()
[all …]
H A Dixgbe_82598.h39 u32 ixgbe_get_pcie_msix_count_82598(struct ixgbe_hw *hw);
40 s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw);
41 s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw);
42 void ixgbe_enable_relaxed_ordering_82598(struct ixgbe_hw *hw);
43 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
48 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
50 u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw);
51 s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw);
52 void ixgbe_set_lan_id_multi_port_pcie_82598(struct ixgbe_hw *hw);
53 void ixgbe_set_pcie_completion_timeout(struct ixgbe_hw *hw);
[all …]
H A Dixgbe_vf.h119 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
120 s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw);
121 s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw);
122 s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw);
123 s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw);
124 u32 ixgbe_get_num_of_tx_queues_vf(struct ixgbe_hw *hw);
125 u32 ixgbe_get_num_of_rx_queues_vf(struct ixgbe_hw *hw);
126 s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr);
138 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
140 s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size);
[all …]
H A Dixgbe_dcb.h144 s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *,
148 s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *, u8, u8 *);
149 s32 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *, struct ixgbe_dcb_config *);
152 s32 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *);
153 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
154 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8);
157 s32 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *,
159 s32 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *,
161 s32 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *,
174 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, u16 *, u16 *, u8 *, u8 *, u8 *);
[all …]
H A Dixgbe_dcb_82599.h131 s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *, u8, u8 *);
134 s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *,
136 s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *,
138 s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *,
142 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
144 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *,
146 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *,
150 s32 ixgbe_dcb_config_82599(struct ixgbe_hw *,
153 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
H A Dixgbe_dcb_82598.h83 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8);
86 s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *);
87 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *,
89 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *,
93 s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
95 s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *,
97 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *);
100 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
H A Dixgbe_type.h3881 struct ixgbe_hw;
3900 s32 (*init_hw)(struct ixgbe_hw *);
3901 s32 (*reset_hw)(struct ixgbe_hw *);
3902 s32 (*start_hw)(struct ixgbe_hw *);
3919 s32 (*setup_sfp)(struct ixgbe_hw *);
3964 s32 (*enable_mc)(struct ixgbe_hw *);
3977 s32 (*setup_fc)(struct ixgbe_hw *);
4006 s32 (*identify)(struct ixgbe_hw *);
4008 s32 (*init)(struct ixgbe_hw *);
4009 s32 (*reset)(struct ixgbe_hw *);
[all …]
H A Dixgbe_mbx.c46 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_msg()
78 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_ack()
171 void ixgbe_init_mbx_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_mbx_ops_generic()
186 static u32 ixgbe_read_v2p_mailbox(struct ixgbe_hw *hw) in ixgbe_read_v2p_mailbox()
204 static s32 ixgbe_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbe_check_for_bit_vf()
224 static s32 ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg_vf()
246 static s32 ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack_vf()
268 static s32 ixgbe_check_for_rst_vf(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst_vf()
290 static s32 ixgbe_obtain_mbx_lock_vf(struct ixgbe_hw *hw) in ixgbe_obtain_mbx_lock_vf()
391 void ixgbe_init_mbx_params_vf(struct ixgbe_hw *hw) in ixgbe_init_mbx_params_vf()
[all …]
H A Dixgbe_82598.c53 static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw,
55 static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw,
58 static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw,
64 static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw);
66 static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw);
120 s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw) in ixgbe_init_ops_82598()
192 s32 ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_82598()
255 s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw) in ixgbe_start_hw_82598()
409 s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw) in ixgbe_fc_enable_82598()
811 static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw) in ixgbe_reset_hw_82598()
[all …]
H A Dixgbe_common.c42 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
45 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
46 static void ixgbe_standby_eeprom(struct ixgbe_hw *hw);
70 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_ops_generic()
236 s32 ixgbe_setup_fc_generic(struct ixgbe_hw *hw) in ixgbe_setup_fc_generic()
396 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic()
460 s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw) in ixgbe_start_hw_gen2()
499 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) in ixgbe_init_hw_generic()
3106 void ixgbe_fc_autoneg(struct ixgbe_hw *hw) in ixgbe_fc_autoneg()
5269 bool ixgbe_mng_present(struct ixgbe_hw *hw) in ixgbe_mng_present()
[all …]
H A Dixgbe_phy.c40 static void ixgbe_i2c_start(struct ixgbe_hw *hw);
41 static void ixgbe_i2c_stop(struct ixgbe_hw *hw);
44 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
253 s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_generic()
380 s32 ixgbe_check_reset_blocked(struct ixgbe_hw *hw) in ixgbe_check_reset_blocked()
430 s32 ixgbe_get_phy_id(struct ixgbe_hw *hw) in ixgbe_get_phy_id()
501 s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw) in ixgbe_reset_phy_generic()
1040 s32 ixgbe_setup_phy_link_tnx(struct ixgbe_hw *hw) in ixgbe_setup_phy_link_tnx()
1154 s32 ixgbe_reset_phy_nl(struct ixgbe_hw *hw) in ixgbe_reset_phy_nl()
2262 static void ixgbe_i2c_stop(struct ixgbe_hw *hw) in ixgbe_i2c_stop()
[all …]
H A Dixgbe_vf.c56 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw) in ixgbe_init_ops_vf()
98 static void ixgbe_virt_clr_reg(struct ixgbe_hw *hw) in ixgbe_virt_clr_reg()
147 s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw) in ixgbe_start_hw_vf()
162 s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw) in ixgbe_init_hw_vf()
178 s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw) in ixgbe_reset_hw_vf()
252 s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw) in ixgbe_stop_adapter_vf()
301 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) in ixgbe_mta_vector()
495 u32 ixgbe_get_num_of_tx_queues_vf(struct ixgbe_hw *hw) in ixgbe_get_num_of_tx_queues_vf()
507 u32 ixgbe_get_num_of_rx_queues_vf(struct ixgbe_hw *hw) in ixgbe_get_num_of_rx_queues_vf()
518 s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbe_get_mac_addr_vf()
[all …]
H A Dixgbe_x540.c60 s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw) in ixgbe_init_ops_X540()
171 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_X540()
198 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, in ixgbe_setup_mac_link_X540()
213 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw) in ixgbe_reset_hw_X540()
316 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw) in ixgbe_start_hw_X540()
364 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_X540()
422 s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, in ixgbe_read_eerd_buffer_X540()
473 s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, in ixgbe_write_eewr_buffer_X540()
501 s32 ixgbe_calc_eeprom_checksum_X540(struct ixgbe_hw *hw) in ixgbe_calc_eeprom_checksum_X540()
688 s32 ixgbe_update_flash_X540(struct ixgbe_hw *hw) in ixgbe_update_flash_X540()
[all …]
H A Dixgbe_x550.c54 s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw) in ixgbe_init_ops_X550()
176 static s32 ixgbe_reset_cs4227(struct ixgbe_hw *hw) in ixgbe_reset_cs4227()
513 s32 ixgbe_shutdown_fw_phy(struct ixgbe_hw *hw) in ixgbe_shutdown_fw_phy()
604 s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw) in ixgbe_init_ops_X550EM()
788 s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw) in ixgbe_init_ops_X550EM_a()
884 s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw) in ixgbe_dmac_config_X550()
1223 s32 ixgbe_get_phy_token(struct ixgbe_hw *hw) in ixgbe_get_phy_token()
1261 s32 ixgbe_put_phy_token(struct ixgbe_hw *hw) in ixgbe_put_phy_token()
1381 void ixgbe_enable_mdd_X550(struct ixgbe_hw *hw) in ixgbe_enable_mdd_X550()
2424 s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw) in ixgbe_reset_hw_X550em()
[all …]
H A Dixgbe_82599.c53 static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw,
62 void ixgbe_init_mac_link_ops_82599(struct ixgbe_hw *hw) in ixgbe_init_mac_link_ops_82599()
116 s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_82599()
174 s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw) in ixgbe_setup_sfp_modules_82599()
322 s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw) in ixgbe_init_ops_82599()
612 s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, in ixgbe_start_mac_link_82599()
890 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, in ixgbe_setup_mac_link_82599()
1033 s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw) in ixgbe_reset_hw_82599()
2122 s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw) in ixgbe_start_hw_82599()
2153 s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw) in ixgbe_identify_phy_82599()
[all …]
H A Dixgbe_dcb_82598.c49 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, in ixgbe_dcb_get_tc_stats_82598()
91 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, in ixgbe_dcb_get_pfc_stats_82598()
121 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598()
179 s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, in ixgbe_dcb_config_tx_desc_arbiter_82598()
226 s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, in ixgbe_dcb_config_tx_data_arbiter_82598()
271 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en) in ixgbe_dcb_config_pfc_82598()
323 s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw) in ixgbe_dcb_config_tc_stats_82598()
359 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed, in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb_82599.c49 s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw, in ixgbe_dcb_get_tc_stats_82599()
90 s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw, in ixgbe_dcb_get_pfc_stats_82599()
122 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82599()
184 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82599()
233 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82599()
295 s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *map) in ixgbe_dcb_config_pfc_82599()
382 s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *hw, in ixgbe_dcb_config_tc_stats_82599()
508 s32 ixgbe_dcb_config_82599(struct ixgbe_hw *hw, in ixgbe_dcb_config_82599()
597 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, in ixgbe_dcb_hw_config_82599()
H A Dixgbe_mbx.h156 void ixgbe_init_mbx_ops_generic(struct ixgbe_hw *hw);
157 void ixgbe_init_mbx_params_vf(struct ixgbe_hw *);
158 void ixgbe_init_mbx_params_pf(struct ixgbe_hw *);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.c33 ixgbe_read_pci_cfg(struct ixgbe_hw *hw, uint32_t reg) in ixgbe_read_pci_cfg()
39 ixgbe_write_pci_cfg(struct ixgbe_hw *hw, uint32_t reg, uint32_t val) in ixgbe_write_pci_cfg()
52 ixgbe_removed(struct ixgbe_hw *hw) in ixgbe_removed()

12