/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl.h | 23 int (*get_ver_msg)(struct ice_vf *vf, u8 *msg); 24 int (*get_vf_res_msg)(struct ice_vf *vf, u8 *msg); 25 void (*reset_vf)(struct ice_vf *vf); 26 int (*add_mac_addr_msg)(struct ice_vf *vf, u8 *msg); 27 int (*del_mac_addr_msg)(struct ice_vf *vf, u8 *msg); 28 int (*cfg_qs_msg)(struct ice_vf *vf, u8 *msg); 29 int (*ena_qs_msg)(struct ice_vf *vf, u8 *msg); 30 int (*dis_qs_msg)(struct ice_vf *vf, u8 *msg); 31 int (*request_qs_msg)(struct ice_vf *vf, u8 *msg); 32 int (*cfg_irq_map_msg)(struct ice_vf *vf, u8 *msg); [all …]
|
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 …]
|
D | ice_vf_lib_private.h | 26 void ice_initialize_vf_entry(struct ice_vf *vf); 27 void ice_dis_vf_qs(struct ice_vf *vf); 28 int ice_check_vf_init(struct ice_vf *vf); 30 struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf); 32 bool ice_is_vf_trusted(struct ice_vf *vf); 33 bool ice_vf_has_no_qs_ena(struct ice_vf *vf); 34 bool ice_is_vf_link_up(struct ice_vf *vf); 35 void ice_vf_ctrl_invalidate_vsi(struct ice_vf *vf); 36 void ice_vf_ctrl_vsi_release(struct ice_vf *vf); 37 struct ice_vsi *ice_vf_ctrl_vsi_setup(struct ice_vf *vf); [all …]
|
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 …]
|
D | ice_sriov.c | 28 struct ice_vf *vf; in ice_free_vf_entries() 47 static void ice_free_vf_res(struct ice_vf *vf) in ice_free_vf_res() 87 static void ice_dis_vf_mappings(struct ice_vf *vf) in ice_dis_vf_mappings() 155 struct ice_vf *vf; in ice_free_vfs() 222 static struct ice_vsi *ice_vf_vsi_setup(struct ice_vf *vf) in ice_vf_vsi_setup() 259 static int ice_calc_vf_first_vector_idx(struct ice_pf *pf, struct ice_vf *vf) in ice_calc_vf_first_vector_idx() 272 static void ice_ena_vf_msix_mappings(struct ice_vf *vf) in ice_ena_vf_msix_mappings() 322 static void ice_ena_vf_q_mappings(struct ice_vf *vf, u16 max_txq, u16 max_rxq) in ice_ena_vf_q_mappings() 373 static void ice_ena_vf_mappings(struct ice_vf *vf) in ice_ena_vf_mappings() 389 int ice_calc_vf_reg_idx(struct ice_vf *vf, struct ice_q_vector *q_vector) in ice_calc_vf_reg_idx() [all …]
|
D | ice_virtchnl_fdir.h | 7 struct ice_vf; 43 int ice_vc_add_fdir_fltr(struct ice_vf *vf, u8 *msg); 44 int ice_vc_del_fdir_fltr(struct ice_vf *vf, u8 *msg); 45 void ice_vf_fdir_init(struct ice_vf *vf); 46 void ice_vf_fdir_exit(struct ice_vf *vf);
|
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);
|
D | ice_virtchnl_allowlist.c | 117 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode) in ice_vc_is_opcode_allowed() 134 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() 146 static void ice_vc_clear_allowlist(struct ice_vf *vf) in ice_vc_clear_allowlist() 155 void ice_vc_set_default_allowlist(struct ice_vf *vf) in ice_vc_set_default_allowlist() 169 void ice_vc_set_working_allowlist(struct ice_vf *vf) in ice_vc_set_working_allowlist() 179 void ice_vc_set_caps_allowlist(struct ice_vf *vf) in ice_vc_set_caps_allowlist()
|
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() 537 static void ice_vc_reset_vf_msg(struct ice_vf *vf) in ice_vc_reset_vf_msg() [all …]
|
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()
|
D | ice_virtchnl_fdir.c | 97 ice_vc_fdir_param_check(struct ice_vf *vf, u16 vsi_id) in ice_vc_fdir_param_check() 130 static int ice_vf_start_ctrl_vsi(struct ice_vf *vf) in ice_vf_start_ctrl_vsi() 174 ice_vc_fdir_alloc_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_alloc_prof() 204 ice_vc_fdir_free_prof(struct ice_vf *vf, enum ice_fltr_ptype flow) in ice_vc_fdir_free_prof() 222 static void ice_vc_fdir_free_prof_all(struct ice_vf *vf) in ice_vc_fdir_free_prof_all() 290 ice_vc_fdir_set_flow_fld(struct ice_vf *vf, struct virtchnl_fdir_add *fltr, in ice_vc_fdir_set_flow_fld() 334 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr() 479 ice_vc_fdir_rem_prof(struct ice_vf *vf, enum ice_fltr_ptype flow, int tun) in ice_vc_fdir_rem_prof() 533 static void ice_vc_fdir_rem_prof_all(struct ice_vf *vf) in ice_vc_fdir_rem_prof_all() 569 ice_vc_fdir_has_prof_conflict(struct ice_vf *vf, in ice_vc_fdir_has_prof_conflict() [all …]
|
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() 656 struct ice_vf *vf; in ice_eswitch_start_all_tx_queues() [all …]
|
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);
|
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()
|
D | ice_lag.h | 22 struct ice_vf; 61 void ice_lag_move_new_vf_nodes(struct ice_vf *vf);
|
D | ice_vf_vsi_vlan_ops.c | 130 struct ice_vf *vf = vsi->vf; in ice_vf_vsi_init_vlan_ops() 165 struct ice_vf *vf = vsi->vf; in ice_vf_vsi_cfg_dvm_legacy_vlan_mode() 235 struct ice_vf *vf = vsi->vf; in ice_vf_vsi_cfg_svm_legacy_vlan_mode()
|
D | ice_repr.h | 11 struct ice_vf *vf;
|
D | ice_lib.h | 27 struct ice_vf *vf;
|
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() 1587 int ice_devlink_create_vf_port(struct ice_vf *vf) in ice_devlink_create_vf_port() 1630 void ice_devlink_destroy_vf_port(struct ice_vf *vf) in ice_devlink_destroy_vf_port()
|
D | ice.h | 351 struct ice_vf *vf; /* VF associated with this VSI */
|
D | ice_lib.c | 176 struct ice_vf *vf = vsi->vf; in ice_vsi_set_num_qs() 522 struct ice_vf *vf; in ice_eswitch_msix_clean_rings()
|
D | ice_lag.c | 564 void ice_lag_move_new_vf_nodes(struct ice_vf *vf) in ice_lag_move_new_vf_nodes()
|
D | ice_main.c | 551 struct ice_vf *vf; in ice_prepare_for_reset() 1732 struct ice_vf *vf; in ice_handle_mdd_event()
|
D | ice_ethtool.c | 493 struct ice_vf *vf; in ice_active_vfs()
|