Searched refs:reset_vf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | shm_channel.c | 58 u8 reset_vf : 1; member 97 u32 msg_version, bool reset_vf) in mana_smc_read_response() argument 104 err = mana_smc_poll_register(base, reset_vf); in mana_smc_read_response() 110 if (reset_vf && hdr.as_uint32 == SHMEM_VF_RESET_STATE) in mana_smc_read_response() 137 int mana_smc_setup_hwc(struct shm_channel *sc, bool reset_vf, u64 eq_addr, in mana_smc_setup_hwc() argument 232 hdr->reset_vf = reset_vf; in mana_smc_setup_hwc() 247 reset_vf); in mana_smc_setup_hwc() 256 int mana_smc_teardown_hwc(struct shm_channel *sc, bool reset_vf) in mana_smc_teardown_hwc() argument 272 hdr.reset_vf = reset_vf; in mana_smc_teardown_hwc() 285 reset_vf); in mana_smc_teardown_hwc()
|
/openbmc/linux/include/net/mana/ |
H A D | shm_channel.h | 15 int mana_smc_setup_hwc(struct shm_channel *sc, bool reset_vf, u64 eq_addr, 19 int mana_smc_teardown_hwc(struct shm_channel *sc, bool reset_vf);
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.h | 34 void (*reset_vf)(struct ice_vf *vf); member
|
H A D | ice_virtchnl.c | 3672 .reset_vf = ice_vc_reset_vf_msg, 3801 .reset_vf = ice_vc_reset_vf_msg, 3963 ops->reset_vf(vf); in ice_vc_process_vf_msg()
|