Searched refs:ice_vc_process_vf_msg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.h | 66 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event, 88 ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event, in ice_vc_process_vf_msg() function
|
H A D | ice_virtchnl.c | 3890 * ice_vc_process_vf_msg - Process request from VF 3898 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event, in ice_vc_process_vf_msg() function
|
H A D | ice_main.c | 1533 ice_vc_process_vf_msg(pf, &event, &data); in __ice_clean_ctrlq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_pf.h | 115 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event); 146 #define ice_vc_process_vf_msg(pf, event) do {} while (0) macro
|
H A D | ice_virtchnl_pf.c | 3677 * ice_vc_process_vf_msg - Process request from VF 3684 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event) in ice_vc_process_vf_msg() function
|
H A D | ice_main.c | 1297 ice_vc_process_vf_msg(pf, &event); in __ice_clean_ctrlq()
|
Completed in 26 milliseconds