Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h688 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
689 static struct _req_type __maybe_unused \
692 struct _req_type *req; \
694 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
695 &mbox->mbox, 0, sizeof(struct _req_type), \
708 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
711 struct _req_type *req, \
Dotx2_common.c1725 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
1728 struct _req_type *req, \
Dotx2_pf.c895 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
912 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c23 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
24 static struct _req_type __maybe_unused \
27 struct _req_type *req; \
29 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
30 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
Drvu.c1990 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2013 (struct _req_type *)req, \ in rvu_process_mbox_msg()