Searched refs:table_type (Results 1 – 3 of 3) sorted by relevance
221 #define fcoe_enum_name_search(title, table_type, table) \ argument222 static const char *get_fcoe_##title##_name(enum table_type table_key) \
823 static bool __table_type_request_based(unsigned table_type) in __table_type_request_based() argument825 return (table_type == DM_TYPE_REQUEST_BASED || in __table_type_request_based()826 table_type == DM_TYPE_MQ_REQUEST_BASED); in __table_type_request_based()
80 #define fc_enum_name_search(title, table_type, table) \ argument81 static const char *get_fc_##title##_name(enum table_type table_key) \95 #define fc_enum_name_match(title, table_type, table) \ argument97 enum table_type *value) \