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

/drivers/scsi/
H A Dscsi_transport_srp.c36 atomic_t next_port_id; member in struct:srp_host_attrs
65 atomic_set(&srp_host->next_port_id, 0);
214 id = atomic_inc_return(&to_srp_host_attrs(shost)->next_port_id);
H A Dscsi_transport_sas.c48 int next_port_id; member in struct:sas_host_attrs
289 sas_host->next_port_id = 0;
961 index = exp->next_port_id++;
963 index = sas_host->next_port_id++;

Completed in 2856 milliseconds