Searched refs:tgtid_bind_type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h359 enum fc_tgtid_binding_type tgtid_bind_type; member in struct:fc_host_attrs
410 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_fc.c153 fc_enum_name_search(tgtid_bind_type, fc_tgtid_binding_type,
155 fc_enum_name_match(tgtid_bind_type, fc_tgtid_binding_type,
347 fc_host->tgtid_bind_type = FC_TGTID_BIND_BY_WWPN;
1189 static FC_CLASS_DEVICE_ATTR(host, tgtid_bind_type, S_IRUGO | S_IWUSR,
1520 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(tgtid_bind_type);
1955 switch (fc_host->tgtid_bind_type) {
2044 if (fc_host->tgtid_bind_type != FC_TGTID_BIND_NONE) {
2053 switch (fc_host->tgtid_bind_type) {
2340 if ((fc_host->tgtid_bind_type == FC_TGTID_BIND_NONE) ||
2374 switch (fc_host->tgtid_bind_type) {
[all...]

Completed in 32 milliseconds