Home
last modified time | relevance | path

Searched refs:_rsp_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h898 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
907 sizeof(struct _rsp_type)); \
920 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
924 struct _rsp_type *rsp); \
H A Dotx2_pf.c973 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
975 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up()
978 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up()
980 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
H A Dotx2_common.c2101 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
2105 struct _rsp_type *rsp) \
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
32 sizeof(struct _rsp_type)); \
H A Drvu.c2198 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2200 struct _rsp_type *rsp; \ in rvu_process_mbox_msg()
2203 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
2205 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()