Searched refs:reset_vf (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | shm_channel.c | 58 u8 reset_vf : 1; member 92 u32 msg_version, bool reset_vf) in mana_smc_read_response() argument 99 err = mana_smc_poll_register(base, reset_vf); in mana_smc_read_response() 105 if (reset_vf && hdr.as_uint32 == SHMEM_VF_RESET_STATE) in mana_smc_read_response() 132 int mana_smc_setup_hwc(struct shm_channel *sc, bool reset_vf, u64 eq_addr, in mana_smc_setup_hwc() argument 227 hdr->reset_vf = reset_vf; in mana_smc_setup_hwc() 242 reset_vf); in mana_smc_setup_hwc() 251 int mana_smc_teardown_hwc(struct shm_channel *sc, bool reset_vf) in mana_smc_teardown_hwc() argument 267 hdr.reset_vf = reset_vf; in mana_smc_teardown_hwc() 280 reset_vf); in mana_smc_teardown_hwc()
|
| /linux/include/net/mana/ |
| H A D | shm_channel.h | 21 int mana_smc_setup_hwc(struct shm_channel *sc, bool reset_vf, u64 eq_addr, 25 int mana_smc_teardown_hwc(struct shm_channel *sc, bool reset_vf);
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | virtchnl.c | 2501 .reset_vf = ice_vc_reset_vf_msg, 2638 .reset_vf = ice_vc_reset_vf_msg, 2808 ops->reset_vf(vf); in ice_vc_process_vf_msg()
|