Searched refs:tgtid_bind_type (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_fc.h | 521 enum fc_tgtid_binding_type tgtid_bind_type; member 594 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_fc.c | 196 fc_enum_name_search(tgtid_bind_type, fc_tgtid_binding_type, 198 fc_enum_name_match(tgtid_bind_type, fc_tgtid_binding_type, 423 fc_host->tgtid_bind_type = FC_TGTID_BIND_BY_WWPN; in fc_host_setup() 1626 static FC_DEVICE_ATTR(host, tgtid_bind_type, S_IRUGO | S_IWUSR, 2242 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(tgtid_bind_type); in fc_attach_transport() 2735 switch (fc_host->tgtid_bind_type) { in fc_remote_port_add() 2831 if (fc_host->tgtid_bind_type != FC_TGTID_BIND_NONE) { in fc_remote_port_add() 2840 switch (fc_host->tgtid_bind_type) { in fc_remote_port_add() 3125 if ((fc_host->tgtid_bind_type == FC_TGTID_BIND_NONE) || in fc_timeout_deleted_rport() 3172 switch (fc_host->tgtid_bind_type) { in fc_timeout_deleted_rport() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 206 fc_enum_name_search(tgtid_bind_type, fc_tgtid_binding_type, 208 fc_enum_name_match(tgtid_bind_type, fc_tgtid_binding_type, 434 fc_host->tgtid_bind_type = FC_TGTID_BIND_BY_WWPN; in fc_host_setup() 2035 static FC_DEVICE_ATTR(host, tgtid_bind_type, S_IRUGO | S_IWUSR, 2710 SETUP_PRIVATE_HOST_ATTRIBUTE_RW(tgtid_bind_type); in fc_attach_transport() 3203 switch (fc_host->tgtid_bind_type) { in fc_remote_port_add() 3299 if (fc_host->tgtid_bind_type != FC_TGTID_BIND_NONE) { in fc_remote_port_add() 3308 switch (fc_host->tgtid_bind_type) { in fc_remote_port_add() 3595 if ((fc_host->tgtid_bind_type == FC_TGTID_BIND_NONE) || in fc_timeout_deleted_rport() 3642 switch (fc_host->tgtid_bind_type) { in fc_timeout_deleted_rport() [all...] |
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_fc.h | 566 enum fc_tgtid_binding_type tgtid_bind_type; member 642 (((struct fc_host_attrs *)(x)->shost_data)->tgtid_bind_type)
|
Completed in 13 milliseconds