Searched refs:_req_type (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 514 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 515 static struct _req_type __maybe_unused \ 518 struct _req_type *req; \ 520 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \ 521 &mbox->mbox, 0, sizeof(struct _req_type), \ 534 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 537 struct _req_type *req, \
|
D | otx2_common.c | 1586 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1589 struct _req_type *req, \
|
D | otx2_pf.c | 880 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 897 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cgx.c | 25 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 26 static struct _req_type __maybe_unused \ 29 struct _req_type *req; \ 31 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \ 32 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
|
D | rvu.c | 1536 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 1559 (struct _req_type *)req, \ in rvu_process_mbox_msg()
|