Home
last modified time | relevance | path

Searched refs:_rsp_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
703 sizeof(struct _rsp_type)); \
715 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
719 struct _rsp_type *rsp); \
A Dotx2_pf.c894 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() argument
896 struct _rsp_type *rsp; \ in otx2_process_mbox_msg_up()
899 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up()
901 sizeof(struct _rsp_type)); \ in otx2_process_mbox_msg_up()
A Dotx2_common.c1707 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
1711 struct _rsp_type *rsp) \
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cgx.c23 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
31 sizeof(struct _rsp_type)); \
A Drvu.c2047 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() argument
2049 struct _rsp_type *rsp; \ in rvu_process_mbox_msg()
2052 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
2054 sizeof(struct _rsp_type)); \ in rvu_process_mbox_msg()

Completed in 23 milliseconds