Searched refs:ice_vf (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_virtchnl_pf.h | 73 struct ice_vf; 76 int (*get_ver_msg)(struct ice_vf *vf, u8 *msg); 78 void (*reset_vf)(struct ice_vf *vf); 81 int (*cfg_qs_msg)(struct ice_vf *vf, u8 *msg); 82 int (*ena_qs_msg)(struct ice_vf *vf, u8 *msg); 83 int (*dis_qs_msg)(struct ice_vf *vf, u8 *msg); 90 int (*add_vlan_msg)(struct ice_vf *vf, u8 *msg); 92 int (*ena_vlan_stripping)(struct ice_vf *vf); 93 int (*dis_vlan_stripping)(struct ice_vf *vf); 100 struct ice_vf { struct [all …]
|
A D | ice_virtchnl_pf.c | 1560 struct ice_vf *vf; in ice_reset_all_vfs() 2245 struct ice_vf *vf; in ice_vf_lan_overflow_event() 2925 struct ice_vf *vf; in ice_set_vf_spoofchk() 4116 struct ice_vf *vf; in ice_set_vf_port_vlan() 4812 struct ice_vf *vf; in ice_get_vf_cfg() 4886 struct ice_vf *vf; in ice_set_vf_mac() 4948 struct ice_vf *vf; in ice_set_vf_trust() 4991 struct ice_vf *vf; in ice_set_vf_link_state() 5083 struct ice_vf *vf; in ice_set_vf_bw() 5151 struct ice_vf *vf; in ice_get_vf_stats() [all …]
|
A D | ice_virtchnl_fdir.h | 7 struct ice_vf; 42 int ice_vc_add_fdir_fltr(struct ice_vf *vf, u8 *msg); 43 int ice_vc_del_fdir_fltr(struct ice_vf *vf, u8 *msg); 44 void ice_vf_fdir_init(struct ice_vf *vf); 45 void ice_vf_fdir_exit(struct ice_vf *vf);
|
A D | ice_virtchnl_allowlist.c | 101 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode) in ice_vc_is_opcode_allowed() 118 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() 130 static void ice_vc_clear_allowlist(struct ice_vf *vf) in ice_vc_clear_allowlist() 139 void ice_vc_set_default_allowlist(struct ice_vf *vf) in ice_vc_set_default_allowlist() 153 void ice_vc_set_working_allowlist(struct ice_vf *vf) in ice_vc_set_working_allowlist() 163 void ice_vc_set_caps_allowlist(struct ice_vf *vf) in ice_vc_set_caps_allowlist()
|
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);
|
A D | ice_virtchnl_fdir.c | 320 static int ice_vf_start_ctrl_vsi(struct ice_vf *vf) in ice_vf_start_ctrl_vsi() 524 ice_vc_fdir_set_flow_hdr(struct ice_vf *vf, in ice_vc_fdir_set_flow_hdr() 1391 ice_vc_fdir_insert_entry(struct ice_vf *vf, in ice_vc_fdir_insert_entry() 1415 ice_vc_fdir_remove_entry(struct ice_vf *vf, in ice_vc_fdir_remove_entry() 1432 ice_vc_fdir_lookup_entry(struct ice_vf *vf, u32 id) in ice_vc_fdir_lookup_entry() 1529 struct ice_vf *vf; in ice_vf_fdir_timer() 1533 vf = container_of(fdir, struct ice_vf, fdir); in ice_vf_fdir_timer() 1570 struct ice_vf *vf; in ice_vc_fdir_irq_handler() 1856 struct ice_vf *vf = &pf->vf[i]; in ice_flush_fdir_ctx() 2182 void ice_vf_fdir_init(struct ice_vf *vf) in ice_vf_fdir_init() [all …]
|
A D | ice_repr.c | 98 struct ice_vf *vf; in ice_repr_open() 124 struct ice_vf *vf; in ice_repr_stop() 236 static int ice_repr_add(struct ice_vf *vf) in ice_repr_add() 299 static void ice_repr_rem(struct ice_vf *vf) in ice_repr_rem() 321 struct ice_vf *vf = &pf->vf[i]; in ice_repr_add_for_all_vfs() 334 struct ice_vf *vf = &pf->vf[i]; in ice_repr_add_for_all_vfs() 352 struct ice_vf *vf = &pf->vf[i]; in ice_repr_rem_from_all_vfs()
|
A D | ice_devlink.h | 13 int ice_devlink_create_vf_port(struct ice_vf *vf); 14 void ice_devlink_destroy_vf_port(struct ice_vf *vf);
|
A D | ice_eswitch.c | 132 struct ice_vf *vf = &pf->vf[i]; in ice_eswitch_setup_reprs() 196 struct ice_vf *vf = &pf->vf[i]; in ice_eswitch_setup_reprs() 220 struct ice_vf *vf = &pf->vf[i]; in ice_eswitch_release_reprs() 239 struct ice_vf *vf; in ice_eswitch_update_repr()
|
A D | ice_repr.h | 12 struct ice_vf *vf;
|
A D | ice_devlink.c | 551 int ice_devlink_create_vf_port(struct ice_vf *vf) in ice_devlink_create_vf_port() 589 void ice_devlink_destroy_vf_port(struct ice_vf *vf) in ice_devlink_destroy_vf_port()
|
A D | ice_lib.c | 175 struct ice_vf *vf = NULL; in ice_vsi_set_num_qs() 1320 struct ice_vf *vf = &pf->vf[i]; in ice_vsi_setup_vector_base() 2378 struct ice_vf *vf = &vsi->back->vf[vsi->vf_id]; in ice_vsi_set_q_vectors_reg_idx() 3078 struct ice_vf *vf = &pf->vf[i]; in ice_vsi_release() 3274 struct ice_vf *vf = NULL; in ice_vsi_rebuild()
|
A D | ice.h | 526 struct ice_vf *vf;
|
A D | ice_ethtool.c | 326 struct ice_vf *vf = &pf->vf[i]; in ice_active_vfs()
|
A D | ice_main.c | 1725 struct ice_vf *vf = &pf->vf[i]; in ice_handle_mdd_event()
|
Completed in 48 milliseconds