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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c2231 uint16_t next_loopid; local
2333 next_loopid = ha->min_external_loopid;
2349 fcport->loop_id = next_loopid;
2357 qla2x00_fabric_dev_login(ha, fcport, &next_loopid);
2374 fcport->loop_id = next_loopid;
2385 qla2x00_fabric_dev_login(ha, fcport, &next_loopid);
2803 * next_loopid: contains value of a new loop ID that can be used
2814 uint16_t *next_loopid)
2823 rval = qla2x00_fabric_login(ha, fcport, next_loopid);
2859 uint16_t *next_loopid)
2813 qla2x00_fabric_dev_login(scsi_qla_host_t *ha, fc_port_t *fcport, uint16_t *next_loopid) argument
2858 qla2x00_fabric_login(scsi_qla_host_t *ha, fc_port_t *fcport, uint16_t *next_loopid) argument
[all...]
H A Dqla_os.c2197 uint16_t next_loopid; local
2271 next_loopid = 0;
2290 ha, fcport, &next_loopid);

Completed in 64 milliseconds