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/
A Dotx2_common.h695 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
696 static struct _req_type __maybe_unused \
699 struct _req_type *req; \
701 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \
702 &mbox->mbox, 0, sizeof(struct _req_type), \
715 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
718 struct _req_type *req, \
A Dotx2_common.c1707 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
1710 struct _req_type *req, \
A Dotx2_pf.c894 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
911 pf, (struct _req_type *)req, rsp); \ in otx2_process_mbox_msg_up()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A 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), \
A Drvu.c2047 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2070 (struct _req_type *)req, \ in rvu_process_mbox_msg()

Completed in 23 milliseconds