Searched refs:ice_vf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ice/ |
| H A D | ice_iov.c | 42 static struct ice_vf *ice_iov_get_vf(struct ice_softc *sc, int vf_num); 43 static void ice_iov_ready_vf(struct ice_softc *sc, struct ice_vf *vf); 44 static void ice_reset_vf(struct ice_softc *sc, struct ice_vf *vf, 46 static void ice_iov_setup_intr_mapping(struct ice_softc *sc, struct ice_vf *vf); 48 static void ice_vc_version_msg(struct ice_softc *sc, struct ice_vf *vf, 50 static void ice_vc_get_vf_res_msg(struct ice_softc *sc, struct ice_vf *vf, 52 static void ice_vc_add_eth_addr_msg(struct ice_softc *sc, struct ice_vf *vf, 54 static void ice_vc_del_eth_addr_msg(struct ice_softc *sc, struct ice_vf *vf, 57 static void ice_vc_cfg_vsi_qs_msg(struct ice_softc *sc, struct ice_vf *vf, 59 static void ice_vc_cfg_rss_key_msg(struct ice_softc *sc, struct ice_vf *vf, [all …]
|
| H A D | ice_iov.h | 80 struct ice_vf { struct
|
| H A D | ice_iflib.h | 348 struct ice_vf *vfs;
|