Searched refs:_rsp_type (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_common.h | 695 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 703 sizeof(struct _rsp_type)); \ 715 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 719 struct _rsp_type *rsp); \
|
| A D | otx2_pf.c | 894 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument 896 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up() 899 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up() 901 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
|
| A D | otx2_common.c | 1707 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1711 struct _rsp_type *rsp) \
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_cgx.c | 23 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 31 sizeof(struct _rsp_type)); \
|
| A D | rvu.c | 2047 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument 2049 struct _rsp_type *rsp; \ in rvu_process_mbox_msg() 2052 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg() 2054 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()
|
Completed in 23 milliseconds