Searched defs:ice_virtchnl_ops (Results 1 – 1 of 1) sorted by relevance
22 struct ice_virtchnl_ops { struct23 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);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);39 int (*query_rxdid)(struct ice_vf *vf);40 int (*get_rss_hena)(struct ice_vf *vf);42 int (*ena_vlan_stripping)(struct ice_vf *vf);[all …]
Completed in 4 milliseconds