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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c392 #define next_ldn(hi) (((struct ibmmca_hostdata *) hosts[(hi)]->hostdata)->_next_ldn) macro
1105 next_ldn(host_index) = 7; /* next ldn to be assigned is 7, because 0-6 is 'hardwired' */
1837 current_ldn = next_ldn(host_index); /* stop-value for one circle */
1838 while (ld(host_index)[next_ldn(host_index)].cmd) { /* search for a occupied, but not in */
1840 next_ldn(host_index)++;
1841 if (next_ldn(host_index) >= MAX_LOG_DEV)
1842 next_ldn(host_index) = 7;
1843 if (current_ldn == next_ldn(host_index)) { /* One circle done ? */
1859 if (get_ldn(host_index)[id][lun] == next_ldn(host_index)) {
1868 get_ldn(host_index)[target][cmd->device->lun] = next_ldn(host_inde
[all...]

Completed in 99 milliseconds