Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_transport_fc.c201 { FC_TGTID_BIND_NONE, "none", 4 },
3200 case FC_TGTID_BIND_NONE: in fc_remote_port_add()
3294 if (fc_host->tgtid_bind_type != FC_TGTID_BIND_NONE) { in fc_remote_port_add()
3316 case FC_TGTID_BIND_NONE: /* to keep compiler happy */ in fc_remote_port_add()
3590 if ((fc_host->tgtid_bind_type == FC_TGTID_BIND_NONE) || in fc_timeout_deleted_rport()
3650 case FC_TGTID_BIND_NONE: /* to keep compiler happy */ in fc_timeout_deleted_rport()
/linux/include/scsi/
H A Dscsi_transport_fc.h136 FC_TGTID_BIND_NONE, enumerator
/linux/drivers/scsi/fnic/
H A Dfnic_main.c661 fc_host_tgtid_bind_type(fnic->host) = FC_TGTID_BIND_NONE; in fnic_scsi_drv_init()