Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.h891 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
900 sizeof(struct _rsp_type)); \
913 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
917 struct _rsp_type *rsp); \
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()
A Dotx2_common.c2087 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
2091 struct _rsp_type *rsp) \
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_rep.c17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
25 sizeof(struct _rsp_type)); \
A Dmcs_rvu_if.c17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
25 sizeof(struct _rsp_type)); \
A Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
32 sizeof(struct _rsp_type)); \
A Drvu.c2153 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2155 struct _rsp_type *rsp; \ in rvu_process_mbox_msg()
2158 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
2160 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()

Completed in 32 milliseconds