Home
last modified time | relevance | path

Searched refs:_req_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
899 static struct _req_type __maybe_unused \
902 struct _req_type *req; \
905 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
906 &mbox->mbox, 0, sizeof(struct _req_type), \
920 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
923 struct _req_type *req, \
H A Dotx2_common.c2101 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
2104 struct _req_type *req, \
H A Dotx2_pf.c973 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
990 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
25 static struct _req_type __maybe_unused \
28 struct _req_type *req; \
30 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
31 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
H A Drvu.c2198 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2221 (struct _req_type *)req, \ in rvu_process_mbox_msg()