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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c2917 uint16_t next_loopid; local
3021 next_loopid = ha->min_external_loopid;
3037 fcport->loop_id = next_loopid;
3046 qla2x00_fabric_dev_login(vha, fcport, &next_loopid);
3063 fcport->loop_id = next_loopid;
3071 qla2x00_fabric_dev_login(vha, fcport, &next_loopid);
3536 * next_loopid: contains value of a new loop ID that can be used
3547 uint16_t *next_loopid)
3567 rval = qla2x00_fabric_login(vha, fcport, next_loopid);
3603 uint16_t *next_loopid)
3546 qla2x00_fabric_dev_login(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t *next_loopid) argument
3602 qla2x00_fabric_login(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t *next_loopid) argument
[all...]
H A Dqla_os.c3168 uint16_t next_loopid = 0; local
3200 fcport, &next_loopid);

Completed in 171 milliseconds