Searched refs:_rsp_type (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.h | 843 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 851 sizeof(struct _rsp_type)); \ 863 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 867 struct _rsp_type *rsp); \
|
D | otx2_pf.c | 898 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 900 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up() 903 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up() 905 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
|
D | otx2_common.c | 1901 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1905 struct _rsp_type *rsp) \
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs_rvu_if.c | 17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 25 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 | 2076 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2078 struct _rsp_type *rsp; \ in rvu_process_mbox_msg() 2081 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg() 2083 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()
|