Searched refs:DEFINE_USNIC_VNIC_RES (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/usnic/ |
D | usnic_vnic.h | 44 DEFINE_USNIC_VNIC_RES(WQ, RES_TYPE_WQ, "WQ") \ 45 DEFINE_USNIC_VNIC_RES(RQ, RES_TYPE_RQ, "RQ") \ 46 DEFINE_USNIC_VNIC_RES(CQ, RES_TYPE_CQ, "CQ") \ 47 DEFINE_USNIC_VNIC_RES(INTR, RES_TYPE_INTR_CTRL, "INT") \ 48 DEFINE_USNIC_VNIC_RES(MAX, RES_TYPE_MAX, "MAX")\ 52 #define DEFINE_USNIC_VNIC_RES(usnic_vnic_res_t, vnic_res_type, desc) \ macro 57 #undef DEFINE_USNIC_VNIC_RES
|
D | usnic_vnic.c | 52 #define DEFINE_USNIC_VNIC_RES(usnic_vnic_res_t, vnic_res_type, desc) \ in _to_vnic_res_type() macro 56 #undef DEFINE_USNIC_VNIC_RES in _to_vnic_res_type() 69 #define DEFINE_USNIC_VNIC_RES(usnic_vnic_res_t, vnic_res_type, desc) \ in usnic_vnic_res_type_to_str() macro 73 #undef DEFINE_USNIC_VNIC_RES in usnic_vnic_res_type_to_str()
|