Searched refs:_req_type (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 688 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 689 static struct _req_type __maybe_unused \ 692 struct _req_type *req; \ 694 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \ 695 &mbox->mbox, 0, sizeof(struct _req_type), \ 708 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 711 struct _req_type *req, \
|
D | otx2_common.c | 1725 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1728 struct _req_type *req, \
|
D | otx2_pf.c | 895 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 912 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cgx.c | 23 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 24 static struct _req_type __maybe_unused \ 27 struct _req_type *req; \ 29 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \ 30 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
|
D | rvu.c | 1990 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2013 (struct _req_type *)req, \ in rvu_process_mbox_msg()
|