Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h843 #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); \
Dotx2_pf.c898 #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()
Dotx2_common.c1901 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
1905 struct _rsp_type *rsp) \
/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs_rvu_if.c17 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
25 sizeof(struct _rsp_type)); \
Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
32 sizeof(struct _rsp_type)); \
Drvu.c2076 #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()