Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_transport_srp.c23 atomic_t next_port_id; member
110 atomic_set(&srp_host->next_port_id, 0); in srp_host_setup()
728 id = atomic_inc_return(&to_srp_host_attrs(shost)->next_port_id); in srp_rport_add()
H A Dscsi_transport_sas.c49 int next_port_id; member
234 sas_host->next_port_id = 0; in sas_host_setup()
959 index = exp->next_port_id++; in sas_port_add()
961 index = sas_host->next_port_id++; in sas_port_add()
/linux/include/scsi/
H A Dscsi_transport_sas.h128 int next_port_id; member