| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.h | 9 int ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct libie_aq_desc *desc, 11 bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw); 12 int ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, 15 int ixgbe_acquire_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, 17 void ixgbe_release_res(struct ixgbe_hw *hw, enum libie_aq_res_id res); 18 int ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size, 20 int ixgbe_discover_dev_caps(struct ixgbe_hw *hw, 22 int ixgbe_discover_func_caps(struct ixgbe_hw *hw, 24 int ixgbe_get_caps(struct ixgbe_hw *hw); 25 int ixgbe_aci_disable_rxen(struct ixgbe_hw *hw); [all …]
|
| H A D | ixgbe_common.h | 10 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw); 11 int ixgbe_init_hw_generic(struct ixgbe_hw *hw); 12 int ixgbe_start_hw_generic(struct ixgbe_hw *hw); 13 int ixgbe_start_hw_gen2(struct ixgbe_hw *hw); 14 int ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw); 15 int ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num, 17 int ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr); 20 int ixgbe_get_bus_info_generic(struct ixgbe_hw *hw); 21 void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw); 22 int ixgbe_stop_adapter_generic(struct ixgbe_hw *hw); [all …]
|
| H A D | ixgbe_phy.h | 128 int ixgbe_mii_bus_init(struct ixgbe_hw *hw); 130 int ixgbe_identify_phy_generic(struct ixgbe_hw *hw); 131 int ixgbe_reset_phy_generic(struct ixgbe_hw *hw); 132 int ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, 134 int ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, 136 int ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, 138 int ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, 140 int ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw); 141 int ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, 144 int ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, [all …]
|
| H A D | ixgbe_mbx.h | 114 struct ixgbe_hw; 116 int ixgbe_read_mbx(struct ixgbe_hw *, u32 *, u16, u16); 117 int ixgbe_write_mbx(struct ixgbe_hw *, u32 *, u16, u16); 118 int ixgbe_check_for_msg(struct ixgbe_hw *, u16); 119 int ixgbe_check_for_ack(struct ixgbe_hw *, u16); 120 int ixgbe_check_for_rst(struct ixgbe_hw *, u16); 122 void ixgbe_init_mbx_params_pf(struct ixgbe_hw *); 126 int (*init_params)(struct ixgbe_hw *hw); 127 int (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number); 128 int (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 vf_number); [all …]
|
| H A D | ixgbe_x540.h | 9 int ixgbe_get_invariants_X540(struct ixgbe_hw *hw); 10 int ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 12 int ixgbe_reset_hw_X540(struct ixgbe_hw *hw); 13 int ixgbe_start_hw_X540(struct ixgbe_hw *hw); 14 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw); 15 int ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 17 int ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index); 18 int ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index); 19 int ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask); 20 void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask); [all …]
|
| H A D | ixgbe_type.h | 3474 struct ixgbe_hw; 3478 int (*init_params)(struct ixgbe_hw *); 3479 int (*read)(struct ixgbe_hw *, u16, u16 *); 3480 int (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *); 3481 int (*write)(struct ixgbe_hw *, u16, u16); 3482 int (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *); 3483 int (*validate_checksum)(struct ixgbe_hw *, u16 *); 3484 int (*update_checksum)(struct ixgbe_hw *); 3485 int (*calc_checksum)(struct ixgbe_hw *); 3486 int (*read_pba_string)(struct ixgbe_hw *hw, u8 *pba_num, [all …]
|
| H A D | ixgbe_e610.c | 58 static int ixgbe_aci_send_cmd_execute(struct ixgbe_hw *hw, in ixgbe_aci_send_cmd_execute() 210 int ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct libie_aq_desc *desc, in ixgbe_aci_send_cmd() 265 bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw) in ixgbe_aci_check_event_pending() 286 int ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, in ixgbe_aci_get_event() 354 static int ixgbe_aci_get_fw_ver(struct ixgbe_hw *hw) in ixgbe_aci_get_fw_ver() 396 static int ixgbe_aci_req_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, in ixgbe_aci_req_res() 436 static int ixgbe_aci_release_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, in ixgbe_aci_release_res() 468 int ixgbe_acquire_res(struct ixgbe_hw *hw, enum libie_aq_res_id res, in ixgbe_acquire_res() 517 void ixgbe_release_res(struct ixgbe_hw *hw, enum libie_aq_res_id res) in ixgbe_release_res() 548 static bool ixgbe_parse_e610_caps(struct ixgbe_hw *hw, in ixgbe_parse_e610_caps() [all …]
|
| H A D | ixgbe_mbx.c | 18 int ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx() 41 int ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx() 61 int ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_msg() 78 int ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_ack() 95 int ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_check_for_rst() 112 static int ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_msg() 137 static int ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id) in ixgbe_poll_for_ack() 165 static int ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_posted_mbx() 192 static int ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_posted_mbx() 211 static int ixgbe_check_for_bit_pf(struct ixgbe_hw *hw, u32 mask, s32 index) in ixgbe_check_for_bit_pf() [all …]
|
| H A D | ixgbe_x550.h | 11 int ixgbe_set_fw_drv_ver_x550(struct ixgbe_hw *hw, u8 maj, u8 min, 14 void ixgbe_set_source_address_pruning_x550(struct ixgbe_hw *hw, 17 void ixgbe_set_ethertype_anti_spoofing_x550(struct ixgbe_hw *hw, 20 void ixgbe_enable_mdd_x550(struct ixgbe_hw *hw); 21 void ixgbe_disable_mdd_x550(struct ixgbe_hw *hw); 22 void ixgbe_restore_mdd_vf_x550(struct ixgbe_hw *hw, u32 vf); 23 void ixgbe_handle_mdd_x550(struct ixgbe_hw *hw, unsigned long *vf_bitmap);
|
| H A D | ixgbe_common.c | 13 static int ixgbe_acquire_eeprom(struct ixgbe_hw *hw); 14 static int ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw); 15 static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw); 16 static int ixgbe_ready_eeprom(struct ixgbe_hw *hw); 17 static void ixgbe_standby_eeprom(struct ixgbe_hw *hw); 18 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data, 20 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count); 21 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 22 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 23 static void ixgbe_release_eeprom(struct ixgbe_hw *hw); [all …]
|
| H A D | ixgbe_phy.c | 12 static void ixgbe_i2c_start(struct ixgbe_hw *hw); 13 static void ixgbe_i2c_stop(struct ixgbe_hw *hw); 14 static int ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data); 15 static int ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data); 16 static int ixgbe_get_i2c_ack(struct ixgbe_hw *hw); 17 static int ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data); 18 static int ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data); 19 static void ixgbe_raise_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl); 20 static void ixgbe_lower_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl); 21 static int ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data); [all …]
|
| H A D | ixgbe_82599.c | 19 static void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); 20 static void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); 21 static void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); 23 ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *, ixgbe_link_speed); 24 static int ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw, 27 static void ixgbe_stop_mac_link_on_d3_82599(struct ixgbe_hw *hw); 28 static int ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, 30 static int ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, 33 static int ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw, 36 static int ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw); [all …]
|
| H A D | ixgbe_x550.c | 11 static int ixgbe_setup_kr_speed_x550em(struct ixgbe_hw *, ixgbe_link_speed); 12 static int ixgbe_setup_fc_x550em(struct ixgbe_hw *); 13 static void ixgbe_fc_autoneg_fiber_x550em_a(struct ixgbe_hw *); 14 static void ixgbe_fc_autoneg_backplane_x550em_a(struct ixgbe_hw *); 15 static int ixgbe_setup_fc_backplane_x550em_a(struct ixgbe_hw *); 17 static int ixgbe_get_invariants_X550_x(struct ixgbe_hw *hw) in ixgbe_get_invariants_X550_x() 34 static int ixgbe_get_invariants_X550_x_fw(struct ixgbe_hw *hw) in ixgbe_get_invariants_X550_x_fw() 46 static int ixgbe_get_invariants_X550_a(struct ixgbe_hw *hw) in ixgbe_get_invariants_X550_a() 60 static int ixgbe_get_invariants_X550_a_fw(struct ixgbe_hw *hw) in ixgbe_get_invariants_X550_a_fw() 75 static void ixgbe_setup_mux_ctl(struct ixgbe_hw *hw) in ixgbe_setup_mux_ctl() [all …]
|
| H A D | ixgbe_x540.c | 20 static int ixgbe_update_flash_X540(struct ixgbe_hw *hw); 21 static int ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw); 22 static int ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw); 23 static void ixgbe_release_swfw_sync_semaphore(struct ixgbe_hw *hw); 25 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw) in ixgbe_get_media_type_X540() 30 int ixgbe_get_invariants_X540(struct ixgbe_hw *hw) in ixgbe_get_invariants_X540() 55 int ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, in ixgbe_setup_mac_link_X540() 72 int ixgbe_reset_hw_X540(struct ixgbe_hw *hw) in ixgbe_reset_hw_X540() 176 int ixgbe_start_hw_X540(struct ixgbe_hw *hw) in ixgbe_start_hw_X540() 194 int ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_X540() [all …]
|
| H A D | ixgbe_82598.c | 19 static int ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw, 22 static int ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, 35 static void ixgbe_set_pcie_completion_timeout(struct ixgbe_hw *hw) in ixgbe_set_pcie_completion_timeout() 70 static int ixgbe_get_invariants_82598(struct ixgbe_hw *hw) in ixgbe_get_invariants_82598() 97 static int ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_82598() 152 static int ixgbe_start_hw_82598(struct ixgbe_hw *hw) in ixgbe_start_hw_82598() 174 static int ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_82598() 229 static enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw) in ixgbe_get_media_type_82598() 275 static int ixgbe_fc_enable_82598(struct ixgbe_hw *hw) in ixgbe_fc_enable_82598() 415 static int ixgbe_start_mac_link_82598(struct ixgbe_hw *hw, in ixgbe_start_mac_link_82598() [all …]
|
| H A D | ixgbe_dcb_82598.h | 49 int ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8 pfc_en); 52 int ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, 55 int ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, 58 int ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, 61 int ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
| H A D | ixgbe_dcb.h | 127 int ixgbe_dcb_calculate_tc_credits(struct ixgbe_hw *, 131 int ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max); 132 int ixgbe_dcb_hw_ets_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, 134 int ixgbe_dcb_hw_pfc_config(struct ixgbe_hw *hw, u8 pfc_en, u8 *tc_prio); 135 int ixgbe_dcb_hw_config(struct ixgbe_hw *, struct ixgbe_dcb_config *); 137 void ixgbe_dcb_read_rtrup2tc(struct ixgbe_hw *hw, u8 *map);
|
| H A D | ixgbe_dcb_82599.h | 73 int ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw, u8 pfc_en, u8 *prio_tc); 76 int ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, 80 int ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, 83 int ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, 87 int ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill,
|
| H A D | ixgbe_ptp.c | 164 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_setup_sdp_X540() 244 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_setup_sdp_X550() 334 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_read_X550() 371 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_read_82599() 455 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_adjfine_82599() 496 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_adjfine_X550() 556 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_gettimex() 664 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_check_pps_event() 720 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_rx_hang() 762 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_ptp_clear_tx_timestamp() [all …]
|
| H A D | ixgbe_dcb_82598.c | 18 int ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_rx_arbiter_82598() 76 int ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_desc_arbiter_82598() 122 int ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, in ixgbe_dcb_config_tx_data_arbiter_82598() 166 int ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en) in ixgbe_dcb_config_pfc_82598() 219 static int ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw) in ixgbe_dcb_config_tc_stats_82598() 255 int ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, u8 pfc_en, u16 *refill, in ixgbe_dcb_hw_config_82598()
|
| H A D | ixgbe_sriov.c | 28 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_alloc_vf_macvlans() 54 struct ixgbe_hw *hw = &adapter->hw; in __ixgbe_enable_sriov() 208 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_disable_sriov() 372 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_set_vf_multicasts() 413 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_restore_vf_multicasts() 447 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_set_vf_vlan() 479 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_set_vf_lpe() 564 static void ixgbe_set_vmolr(struct ixgbe_hw *hw, u32 vf, bool aupe) in ixgbe_set_vmolr() 577 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_clear_vmvir() 584 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_clear_vf_vlans() [all …]
|
| H A D | ixgbe_fw_update.c | 43 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_send_package_data() 76 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_check_component_response() 168 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_send_component_table() 244 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_write_one_nvm_block() 342 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_erase_nvm_module() 376 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_switch_flash_banks() 516 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_get_pending_updates() 563 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_cancel_pending_update() 633 struct ixgbe_hw *hw = &adapter->hw; in ixgbe_flash_pldm_image()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.h | 17 struct ixgbe_hw; 20 s32 (*init_hw)(struct ixgbe_hw *); 21 s32 (*reset_hw)(struct ixgbe_hw *); 22 s32 (*start_hw)(struct ixgbe_hw *); 23 s32 (*clear_hw_cntrs)(struct ixgbe_hw *); 24 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); 25 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); 26 s32 (*stop_adapter)(struct ixgbe_hw *); 27 s32 (*get_bus_info)(struct ixgbe_hw *); 28 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api); [all …]
|
| H A D | mbx.c | 13 static s32 ixgbevf_poll_for_msg(struct ixgbe_hw *hw) in ixgbevf_poll_for_msg() 35 static s32 ixgbevf_poll_for_ack(struct ixgbe_hw *hw) in ixgbevf_poll_for_ack() 58 static u32 ixgbevf_read_mailbox_vf(struct ixgbe_hw *hw) in ixgbevf_read_mailbox_vf() 74 static void ixgbevf_clear_msg_vf(struct ixgbe_hw *hw) in ixgbevf_clear_msg_vf() 90 static void ixgbevf_clear_ack_vf(struct ixgbe_hw *hw) in ixgbevf_clear_ack_vf() 107 static void ixgbevf_clear_rst_vf(struct ixgbe_hw *hw) in ixgbevf_clear_rst_vf() 126 static s32 ixgbevf_check_for_bit_vf(struct ixgbe_hw *hw, u32 mask) in ixgbevf_check_for_bit_vf() 143 static s32 ixgbevf_check_for_msg_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_msg_vf() 161 static s32 ixgbevf_check_for_ack_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_ack_vf() 180 static s32 ixgbevf_check_for_rst_vf(struct ixgbe_hw *hw) in ixgbevf_check_for_rst_vf() [all …]
|
| H A D | vf.c | 13 static inline s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg, in ixgbevf_write_msg_read_ack() 33 static s32 ixgbevf_start_hw_vf(struct ixgbe_hw *hw) in ixgbevf_start_hw_vf() 48 static s32 ixgbevf_init_hw_vf(struct ixgbe_hw *hw) in ixgbevf_init_hw_vf() 64 static s32 ixgbevf_reset_hw_vf(struct ixgbe_hw *hw) in ixgbevf_reset_hw_vf() 132 static s32 ixgbevf_hv_reset_hw_vf(struct ixgbe_hw *hw) in ixgbevf_hv_reset_hw_vf() 158 static s32 ixgbevf_stop_hw_vf(struct ixgbe_hw *hw) in ixgbevf_stop_hw_vf() 212 static s32 ixgbevf_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) in ixgbevf_mta_vector() 243 static s32 ixgbevf_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbevf_get_mac_addr_vf() 250 static s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr) in ixgbevf_set_uc_addr_vf() 281 static s32 ixgbevf_hv_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr) in ixgbevf_hv_set_uc_addr_vf() [all …]
|