Searched refs:_req_type (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.c | 458 #define M(_1, _id, _2, _req_type, _3) case _id: return sizeof(struct _req_type); in otx2_mbox_id2size() argument
|
| H A D | otx2_mbox.h | 1865 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument 1866 static inline struct _req_type \ 1869 struct _req_type *req; \ 1871 req = (struct _req_type *)otx2_mbox_alloc_msg_rsp( \ 1872 mbox, 0, sizeof(struct _req_type), \
|
| H A D | otx2_dev.c | 511 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in mbox_process_msgs_up() argument 528 dev, (struct _req_type *)req, rsp); \ in mbox_process_msgs_up()
|