Searched refs:_rsp_type (Results 1 – 7 of 7) sorted by relevance
| /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 878 sizeof(struct _rsp_type)); \ 890 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 894 struct _rsp_type *rsp); \
|
| H A D | otx2_pf.c | 929 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 931 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up() 934 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up() 936 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
|
| H A D | otx2_common.c | 2058 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 2062 struct _rsp_type *rsp) \
|
| /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 25 sizeof(struct _rsp_type)); \
|
| H A D | mcs_rvu_if.c | 17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 25 sizeof(struct _rsp_type)); \
|
| H A D | rvu_cgx.c | 24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 32 sizeof(struct _rsp_type)); \
|
| H A D | rvu.c | 2148 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2150 struct _rsp_type *rsp; \ in rvu_process_mbox_msg() 2153 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg() 2155 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()
|