Home
last modified time | relevance | path

Searched refs:_req_type (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_rep.c17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
18 static struct _req_type __maybe_unused \
21 struct _req_type *req; \
23 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
24 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
A Dmcs_rvu_if.c17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
18 static struct _req_type __maybe_unused \
21 struct _req_type *req; \
23 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
24 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
A Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
25 static struct _req_type __maybe_unused \
28 struct _req_type *req; \
30 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
31 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
A Drvu.c2153 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2176 (struct _req_type *)req, \ in rvu_process_mbox_msg()
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.h891 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
892 static struct _req_type __maybe_unused \
895 struct _req_type *req; \
898 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
899 &mbox->mbox, 0, sizeof(struct _req_type), \
913 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
916 struct _req_type *req, \
A Dotx2_common.c2087 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
2090 struct _req_type *req, \
A Dotx2_pf.c973 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
990 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()

Completed in 29 milliseconds