Lines Matching refs:title
80 #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
96 static int get_fc_##title##_match(const char *table_key, \
218 #define fc_bitfield_name_search(title, table) \ argument
220 get_fc_##title##_names(u32 table_key, char *buf) \
775 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
777 show_fc_rport_##title (struct device *dev, \
782 name = get_fc_##title##_name(rport->title); \
787 static FC_DEVICE_ATTR(rport, title, S_IRUGO, \
788 show_fc_rport_##title, NULL)
1187 #define fc_private_vport_rd_enum_attr(title, maxlen) \ argument
1189 show_fc_vport_##title (struct device *dev, \
1195 name = get_fc_##title##_name(vport->title); \
1200 static FC_DEVICE_ATTR(vport, title, S_IRUGO, \
1201 show_fc_vport_##title, NULL)
1405 #define fc_host_rd_enum_attr(title, maxlen) \ argument
1407 show_fc_host_##title (struct device *dev, \
1413 if (i->f->get_host_##title) \
1414 i->f->get_host_##title(shost); \
1415 name = get_fc_##title##_name(fc_host_##title(shost)); \
1420 static FC_DEVICE_ATTR(host, title, S_IRUGO, show_fc_host_##title, NULL)