Searched refs:_rsp_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 816 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 824 sizeof(struct _rsp_type)); \ 836 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 840 struct _rsp_type *rsp); \
|
D | otx2_pf.c | 909 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 911 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up() 914 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up() 916 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
|
D | otx2_common.c | 1825 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1829 struct _rsp_type *rsp) \
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs_rvu_if.c | 16 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 24 sizeof(struct _rsp_type)); \
|
D | rvu_cgx.c | 24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 32 sizeof(struct _rsp_type)); \
|
D | rvu.c | 2068 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2070 struct _rsp_type *rsp; \ in rvu_process_mbox_msg() 2073 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg() 2075 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()
|