Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h514 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
515 static struct _req_type __maybe_unused \
518 struct _req_type *req; \
520 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
521 &mbox->mbox, 0, sizeof(struct _req_type), \
534 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
537 struct _req_type *req, \
Dotx2_common.c1586 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
1589 struct _req_type *req, \
Dotx2_pf.c880 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
897 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cgx.c25 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
26 static struct _req_type __maybe_unused \
29 struct _req_type *req; \
31 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
32 &rvu->afpf_wq_info.mbox_up, devid, sizeof(struct _req_type), \
Drvu.c1536 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
1559 (struct _req_type *)req, \ in rvu_process_mbox_msg()