Searched defs:_id (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_ifpga_hw_api.h | 52 #define PROP(_top, _sub, _id) \ argument 68 #define ERR_PROP(_top, _id) PROP(_top, 0xff, _id) argument 71 #define ERR_PROP_ROOT(_id) ERR_PROP(0xff, _id) argument 72 #define ERR_PROP_FME_ERR(_id) ERR_PROP(ERR_PROP_TOP_FME_ERR, _id) argument 115 #define PERF_PROP_ROOT(_id) PROP(0xff, 0xff, _id) argument 116 #define PERF_PROP_CACHE(_id) PROP(PERF_PROP_TOP_CACHE, 0xff, _id) argument 117 #define PERF_PROP_VTD(_sub, _id) PROP(PERF_PROP_TOP_VTD, _sub, _id) argument 118 #define PERF_PROP_VTD_ROOT(_id) PROP(PERF_PROP_TOP_VTD, 0xff, _id) argument 119 #define PERF_PROP_FAB(_sub, _id) PROP(PERF_PROP_TOP_FAB, _sub, _id) argument 120 #define PERF_PROP_FAB_ROOT(_id) PROP(PERF_PROP_TOP_FAB, 0xff, _id) argument
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_flow_tunnel.h | 41 #define SFC_FT_ID_TO_TUNNEL_MARK(_id) \ argument 44 #define SFC_FT_ID_TO_MARK(_id) \ argument
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_mbox.c | 461 #define M(_name, _id, _1, _2, _3) \ in mbox_id2name() argument 476 #define M(_1, _id, _2, _req_type, _3) \ in mbox_id2size() argument
|
| H A D | roc_mbox_priv.h | 158 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ argument
|
| H A D | roc_dev.c | 557 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in mbox_process_msgs_up() argument
|
| H A D | roc_mbox.h | 274 #define M(_name, _id, _1, _2, _3) MBOX_MSG_##_name = _id, argument
|