Searched refs:next_dsd (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_iocb.c788 void *next_dsd; local
815 dsd_ptr->dsd_addr = next_dsd =
819 if (!next_dsd) {
837 cur_dsd = (uint32_t *)next_dsd;
866 void *next_dsd; local
896 dsd_ptr->dsd_addr = next_dsd =
900 if (!next_dsd) {
918 cur_dsd = (uint32_t *)next_dsd;
H A Dqla_nx.c2466 void *next_dsd; local
2510 next_dsd = dsd_ptr->dsd_addr;
2528 cur_dsd = (uint32_t *)next_dsd;

Completed in 50 milliseconds