Searched refs:_req_type (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_mbox_priv.h | 158 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 159 static inline struct _req_type *mbox_alloc_msg_##_fn_name( \ 162 struct _req_type *req; \ 163 req = (struct _req_type *)mbox_alloc_msg_rsp( \ 164 mbox, 0, sizeof(struct _req_type), \
|
| H A D | roc_mbox.c | 476 #define M(_1, _id, _2, _req_type, _3) \ in mbox_id2size() argument 478 return sizeof(struct _req_type); in mbox_id2size()
|
| H A D | roc_dev.c | 557 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in mbox_process_msgs_up() argument 569 err = mbox_up_handler_##_fn_name(dev, (struct _req_type *)req, \ in mbox_process_msgs_up()
|