/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.h | 32 int (*get_ver_msg)(struct ice_vf *vf, u8 *msg); 33 int (*get_vf_res_msg)(struct ice_vf *vf, u8 *msg); 34 void (*reset_vf)(struct ice_vf *vf); 35 int (*add_mac_addr_msg)(struct ice_vf *vf, u8 *msg); 36 int (*del_mac_addr_msg)(struct ice_vf *vf, u8 *msg); 37 int (*cfg_qs_msg)(struct ice_vf *vf, u8 *msg); 38 int (*ena_qs_msg)(struct ice_vf *vf, u8 *msg); 39 int (*dis_qs_msg)(struct ice_vf *vf, u8 *msg); 40 int (*request_qs_msg)(struct ice_vf *vf, u8 *msg); 41 int (*cfg_irq_map_msg)(struct ice_vf *vf, u8 *msg); [all …]
|
H A D | ice_vf_lib.h | 24 struct ice_vf; 58 void (*free)(struct ice_vf *vf); 59 void (*clear_reset_state)(struct ice_vf *vf); 60 void (*clear_mbx_register)(struct ice_vf *vf); 61 void (*trigger_reset_register)(struct ice_vf *vf, bool is_vflr); 62 bool (*poll_reset_status)(struct ice_vf *vf); 63 void (*clear_reset_trigger)(struct ice_vf *vf); 64 void (*irq_close)(struct ice_vf *vf); 65 int (*create_vsi)(struct ice_vf *vf); 66 void (*post_vsi_rebuild)(struct ice_vf *vf); [all …]
|
H A D | ice_vf_lib_private.h | 26 void ice_initialize_vf_entry(struct ice_vf *vf); 27 void ice_deinitialize_vf_entry(struct ice_vf *vf); 28 void ice_dis_vf_qs(struct ice_vf *vf); 29 int ice_check_vf_init(struct ice_vf *vf); 31 struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf); 33 bool ice_is_vf_trusted(struct ice_vf *vf); 34 bool ice_vf_has_no_qs_ena(struct ice_vf *vf); 35 bool ice_is_vf_link_up(struct ice_vf *vf); 36 void ice_vf_ctrl_invalidate_vsi(struct ice_vf *vf); 37 void ice_vf_ctrl_vsi_release(struct ice_vf *vf); [all …]
|
H A D | ice_vf_lib.c | 25 struct ice_vf *ice_get_vf_by_id(struct ice_pf *pf, u16 vf_id) in ice_get_vf_by_id() 27 struct ice_vf *vf; in ice_get_vf_by_id() 32 struct ice_vf *found; in ice_get_vf_by_id() 57 struct ice_vf *vf = container_of(ref, struct ice_vf, refcnt); in ice_release_vf() 73 void ice_put_vf(struct ice_vf *vf) in ice_put_vf() 105 struct ice_vf *vf; in ice_get_num_vfs() 121 struct ice_vsi *ice_get_vf_vsi(struct ice_vf *vf) in ice_get_vf_vsi() 141 bool ice_is_vf_disabled(struct ice_vf *vf) in ice_is_vf_disabled() 156 static void ice_wait_on_vf_reset(struct ice_vf *vf) in ice_wait_on_vf_reset() 175 int ice_check_vf_ready_for_cfg(struct ice_vf *vf) in ice_check_vf_ready_for_cfg() [all …]
|
H A D | ice_sriov.c | 28 struct ice_vf *vf; in ice_free_vf_entries() 48 static void ice_free_vf_res(struct ice_vf *vf) in ice_free_vf_res() 88 static void ice_dis_vf_mappings(struct ice_vf *vf) in ice_dis_vf_mappings() 156 struct ice_vf *vf; in ice_free_vfs() 220 static struct ice_vsi *ice_vf_vsi_setup(struct ice_vf *vf) in ice_vf_vsi_setup() 257 static int ice_calc_vf_first_vector_idx(struct ice_pf *pf, struct ice_vf *vf) in ice_calc_vf_first_vector_idx() 270 static void ice_ena_vf_msix_mappings(struct ice_vf *vf) in ice_ena_vf_msix_mappings() 320 static void ice_ena_vf_q_mappings(struct ice_vf *vf, u16 max_txq, u16 max_rxq) in ice_ena_vf_q_mappings() 371 static void ice_ena_vf_mappings(struct ice_vf *vf) in ice_ena_vf_mappings() 387 int ice_calc_vf_reg_idx(struct ice_vf *vf, struct ice_q_vector *q_vector) in ice_calc_vf_reg_idx() [all …]
|
H A D | ice_virtchnl_fdir.h | 7 struct ice_vf; 44 int ice_vc_add_fdir_fltr(struct ice_vf *vf, u8 *msg); 45 int ice_vc_del_fdir_fltr(struct ice_vf *vf, u8 *msg); 46 void ice_vf_fdir_init(struct ice_vf *vf); 47 void ice_vf_fdir_exit(struct ice_vf *vf);
|
H A D | ice_virtchnl_allowlist.h | 8 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode); 10 void ice_vc_set_default_allowlist(struct ice_vf *vf); 11 void ice_vc_set_working_allowlist(struct ice_vf *vf); 12 void ice_vc_set_caps_allowlist(struct ice_vf *vf);
|
H A D | ice_virtchnl_allowlist.c | 115 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode) in ice_vc_is_opcode_allowed() 132 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() 144 static void ice_vc_clear_allowlist(struct ice_vf *vf) in ice_vc_clear_allowlist() 153 void ice_vc_set_default_allowlist(struct ice_vf *vf) in ice_vc_set_default_allowlist() 167 void ice_vc_set_working_allowlist(struct ice_vf *vf) in ice_vc_set_working_allowlist() 177 void ice_vc_set_caps_allowlist(struct ice_vf *vf) in ice_vc_set_caps_allowlist()
|
H A D | ice_virtchnl.c | 181 struct ice_vf *vf; in ice_vc_vf_broadcast() 208 ice_set_pfe_link(struct ice_vf *vf, struct virtchnl_pf_event *pfe, in ice_set_pfe_link() 231 void ice_vc_notify_vf_link_state(struct ice_vf *vf) in ice_vc_notify_vf_link_state() 256 struct ice_vf *vf; in ice_vc_notify_link_state() 295 ice_vc_send_msg_to_vf(struct ice_vf *vf, u32 v_opcode, in ice_vc_send_msg_to_vf() 324 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg() 349 static u16 ice_vc_get_max_frame_size(struct ice_vf *vf) in ice_vc_get_max_frame_size() 372 ice_vc_get_vlan_caps(struct ice_hw *hw, struct ice_vf *vf, struct ice_vsi *vsi, in ice_vc_get_vlan_caps() 417 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg() 533 static void ice_vc_reset_vf_msg(struct ice_vf *vf) in ice_vc_reset_vf_msg() [all …]
|
H A D | ice_sriov.h | 52 int ice_calc_vf_reg_idx(struct ice_vf *vf, struct ice_q_vector *q_vector); 60 void ice_print_vf_rx_mdd_event(struct ice_vf *vf); 62 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto); 69 static inline void ice_print_vf_rx_mdd_event(struct ice_vf *vf) { } in ice_print_vf_rx_mdd_event() 132 ice_calc_vf_reg_idx(struct ice_vf __always_unused *vf, in ice_calc_vf_reg_idx()
|
H A D | ice_virtchnl_fdir.c | 97 ice_vc_fdir_param_check(struct ice_vf *vf, u16 vsi_id) in ice_vc_fdir_param_check() 127 static int ice_vf_start_ctrl_vsi(struct ice_vf *vf) in ice_vf_start_ctrl_vsi() 171 ice_vc_fdir_alloc_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_alloc_prof() 201 ice_vc_fdir_free_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_free_prof() 219 static void ice_vc_fdir_free_prof_all(struct ice_vf *vf) in ice_vc_fdir_free_prof_all() 287 ice_vc_fdir_set_flow_fld(struct ice_vf *vf, struct virtchnl_fdir_add *fltr, in ice_vc_fdir_set_flow_fld() 331 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr() 476 ice_vc_fdir_rem_prof(struct ice_vf *vf, enum ice_fltr_ptype flow, int tun) in ice_vc_fdir_rem_prof() 530 static void ice_vc_fdir_rem_prof_all(struct ice_vf *vf) in ice_vc_fdir_rem_prof_all() 568 ice_vc_fdir_has_prof_conflict(struct ice_vf *vf, in ice_vc_fdir_has_prof_conflict() [all …]
|
H A D | ice_eswitch.c | 22 ice_eswitch_add_vf_sp_rule(struct ice_pf *pf, struct ice_vf *vf) in ice_eswitch_add_vf_sp_rule() 64 static void ice_eswitch_del_vf_sp_rule(struct ice_vf *vf) in ice_eswitch_del_vf_sp_rule() 155 struct ice_vf *vf; in ice_eswitch_remap_rings_to_vectors() 197 struct ice_vf *vf; in ice_eswitch_release_reprs() 228 struct ice_vf *vf; in ice_eswitch_setup_reprs() 306 struct ice_vf *vf; in ice_eswitch_update_repr() 432 struct ice_vf *vf; in ice_eswitch_napi_del() 447 struct ice_vf *vf; in ice_eswitch_napi_enable() 462 struct ice_vf *vf; in ice_eswitch_napi_disable() 657 struct ice_vf *vf; in ice_eswitch_start_all_tx_queues() [all …]
|
H A D | ice_repr.c | 99 struct ice_vf *vf; in ice_repr_open() 125 struct ice_vf *vf; in ice_repr_stop() 285 static int ice_repr_add(struct ice_vf *vf) in ice_repr_add() 355 static void ice_repr_rem(struct ice_vf *vf) in ice_repr_rem() 379 struct ice_vf *vf; in ice_repr_rem_from_all_vfs() 403 struct ice_vf *vf; in ice_repr_add_for_all_vfs()
|
H A D | ice_devlink.h | 15 int ice_devlink_create_vf_port(struct ice_vf *vf); 16 void ice_devlink_destroy_vf_port(struct ice_vf *vf);
|
H A D | ice_lag.h | 22 struct ice_vf; 61 void ice_lag_move_new_vf_nodes(struct ice_vf *vf);
|
H A D | ice_vf_vsi_vlan_ops.c | 134 struct ice_vf *vf = vsi->vf; in ice_vf_vsi_init_vlan_ops() 168 struct ice_vf *vf = vsi->vf; in ice_vf_vsi_cfg_dvm_legacy_vlan_mode() 238 struct ice_vf *vf = vsi->vf; in ice_vf_vsi_cfg_svm_legacy_vlan_mode()
|
H A D | ice_repr.h | 11 struct ice_vf *vf;
|
H A D | ice_lib.h | 27 struct ice_vf *vf;
|
H A D | ice_devlink.c | 748 struct ice_vf *vf; in ice_tear_down_devlink_rate_tree() 810 struct ice_vf *vf; in ice_traverse_tx_tree() 1590 int ice_devlink_create_vf_port(struct ice_vf *vf) in ice_devlink_create_vf_port() 1633 void ice_devlink_destroy_vf_port(struct ice_vf *vf) in ice_devlink_destroy_vf_port()
|
H A D | ice.h | 353 struct ice_vf *vf; /* VF associated with this VSI */
|
H A D | ice_lib.c | 170 struct ice_vf *vf = vsi->vf; in ice_vsi_set_num_qs() 515 struct ice_vf *vf; in ice_eswitch_msix_clean_rings()
|
H A D | ice_lag.c | 608 void ice_lag_move_new_vf_nodes(struct ice_vf *vf) in ice_lag_move_new_vf_nodes()
|
H A D | ice_main.c | 533 struct ice_vf *vf; in ice_prepare_for_reset() 1729 struct ice_vf *vf; in ice_handle_mdd_event()
|
H A D | ice_ethtool.c | 493 struct ice_vf *vf; in ice_active_vfs()
|