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

/drivers/scsi/qla2xxx/
H A Dqla_init.c2925 uint16_t next_loopid; local
3035 next_loopid = ha->min_external_loopid;
3051 fcport->loop_id = next_loopid;
3060 qla2x00_fabric_dev_login(vha, fcport, &next_loopid);
3077 fcport->loop_id = next_loopid;
3085 qla2x00_fabric_dev_login(vha, fcport, &next_loopid);
3456 * next_loopid: contains value of a new loop ID that can be used
3467 uint16_t *next_loopid)
3487 rval = qla2x00_fabric_login(vha, fcport, next_loopid);
3526 uint16_t *next_loopid)
3466 qla2x00_fabric_dev_login(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t *next_loopid) argument
3525 qla2x00_fabric_login(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t *next_loopid) argument
[all...]
H A Dqla_os.c3539 uint16_t next_loopid = 0; local
3560 fcport->loop_id = next_loopid =
3582 fcport, &next_loopid);

Completed in 331 milliseconds