Searched refs:_req_type (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_rep.c | 17 #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), \
|
| H A D | mcs_rvu_if.c | 17 #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), \
|
| H A D | rvu_cgx.c | 24 #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), \
|
| H A D | rvu.c | 2148 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2171 (struct _req_type *)req, \ in rvu_process_mbox_msg()
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.h | 870 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 871 static struct _req_type __maybe_unused \ 874 struct _req_type *req; \ 876 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \ 877 &mbox->mbox, 0, sizeof(struct _req_type), \ 890 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 893 struct _req_type *req, \
|
| H A D | otx2_common.c | 2058 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 2061 struct _req_type *req, \
|
| H A D | otx2_pf.c | 929 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 946 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
|