Home
last modified time | relevance | path

Searched refs:mbx_src_vfid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c56 resp_pf_to_vf->dest_vfid = vf_to_pf_req->mbx_src_vfid; in hclge_gen_resp_to_vf()
85 status, vf_to_pf_req->mbx_src_vfid, in hclge_gen_resp_to_vf()
612 dest_vfid = mbx_req->mbx_src_vfid; in hclge_get_link_mode()
735 queue_id, mbx_req->mbx_src_vfid); in hclge_get_queue_id_in_pf()
1096 param->req->mbx_src_vfid, in hclge_mbx_request_handling()
1128 req->mbx_src_vfid > hdev->num_req_vfs)) { in hclge_mbx_handler()
1131 req->msg.code, req->mbx_src_vfid); in hclge_mbx_handler()
1143 param.vport = &hdev->vport[req->mbx_src_vfid]; in hclge_mbx_handler()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h156 u8 mbx_src_vfid; /* Auto filled by IMP */ member