Symbol: hclge_mbx_vf_to_pf_cmd
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
241
struct hclge_mbx_vf_to_pf_cmd *req;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
1109
struct hclge_mbx_vf_to_pf_cmd *req;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
1125
req = (struct hclge_mbx_vf_to_pf_cmd *)desc->data;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
181
struct hclge_mbx_vf_to_pf_cmd *req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
241
struct hclge_mbx_vf_to_pf_cmd *req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
289
struct hclge_mbx_vf_to_pf_cmd *req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
32
struct hclge_mbx_vf_to_pf_cmd *vf_to_pf_req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
335
struct hclge_mbx_vf_to_pf_cmd *req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
355
struct hclge_mbx_vf_to_pf_cmd *mbx_req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
399
struct hclge_mbx_vf_to_pf_cmd *mbx_req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
436
struct hclge_mbx_vf_to_pf_cmd *mbx_req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
477
struct hclge_mbx_vf_to_pf_cmd *mbx_req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
600
struct hclge_mbx_vf_to_pf_cmd *mbx_req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
623
struct hclge_mbx_vf_to_pf_cmd *mbx_req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
713
struct hclge_mbx_vf_to_pf_cmd *mbx_req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
725
struct hclge_mbx_vf_to_pf_cmd *mbx_req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
746
struct hclge_mbx_vf_to_pf_cmd *mbx_req,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
794
struct hclge_mbx_vf_to_pf_cmd *req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
819
struct hclge_mbx_vf_to_pf_cmd *mbx_req)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h
14
#define PF_GET_MBX_LEN (sizeof(struct hclge_mbx_vf_to_pf_cmd) / sizeof(u32))
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h
20
struct hclge_mbx_vf_to_pf_cmd *req),
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_trace.h
39
sizeof(struct hclge_mbx_vf_to_pf_cmd));
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
105
struct hclge_mbx_vf_to_pf_cmd *req;
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
109
req = (struct hclge_mbx_vf_to_pf_cmd *)desc.data;
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h
14
#define VF_SEND_MBX_LEN (sizeof(struct hclge_mbx_vf_to_pf_cmd) / sizeof(u32))
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h
50
struct hclge_mbx_vf_to_pf_cmd *req),
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_trace.h
69
sizeof(struct hclge_mbx_vf_to_pf_cmd));