Home
last modified time | relevance | path

Searched refs:table_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_sysfs.c221 #define fcoe_enum_name_search(title, table_type, table) \ argument
222 static const char *get_fcoe_##title##_name(enum table_type table_key) \
/linux-4.1.27/drivers/md/
Ddm-table.c823 static bool __table_type_request_based(unsigned table_type) in __table_type_request_based() argument
825 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()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c80 #define fc_enum_name_search(title, table_type, table) \ argument
81 static const char *get_fc_##title##_name(enum table_type table_key) \
95 #define fc_enum_name_match(title, table_type, table) \ argument
97 enum table_type *value) \