Home
last modified time | relevance | path

Searched refs:cfg_promiscuous_mode_msg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.h56 int (*cfg_promiscuous_mode_msg)(struct ice_vf *vf, u8 *msg); member
H A Dvirtchnl.c2513 .cfg_promiscuous_mode_msg = ice_vc_cfg_promiscuous_mode_msg,
2650 .cfg_promiscuous_mode_msg = ice_vc_repr_cfg_promiscuous_mode,
2845 err = ops->cfg_promiscuous_mode_msg(vf, msg); in ice_vc_process_vf_msg()