Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h816 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
824 sizeof(struct _rsp_type)); \
836 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
840 struct _rsp_type *rsp); \
Dotx2_pf.c909 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
911 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up()
914 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up()
916 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
Dotx2_common.c1825 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
1829 struct _rsp_type *rsp) \
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs_rvu_if.c16 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
24 sizeof(struct _rsp_type)); \
Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
32 sizeof(struct _rsp_type)); \
Drvu.c2068 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2070 struct _rsp_type *rsp; \ in rvu_process_mbox_msg()
2073 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
2075 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()