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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c496 int host_index, ihost_index; local
506 for (host_index = 0; hosts[host_index] && !(inb(IM_STAT_REG(host_index)) & IM_INTR_REQUEST); host_index++);
508 if (!hosts[host_index]) {
515 if ((reset_status(host_index) == IM_RESET_NOT_IN_PROGRESS_NO_INT) || (reset_status(host_index) == IM_RESET_FINISHED_OK_NO_INT)) {
516 reset_status(host_index) = IM_RESET_NOT_IN_PROGRESS;
523 if (!(inb(IM_STAT_REG(host_index))
706 issue_cmd(int host_index, unsigned long cmd_reg, unsigned char attn_reg) argument
729 device_inquiry(int host_index, int ldn) argument
766 read_capacity(int host_index, int ldn) argument
803 get_pos_info(int host_index) argument
847 immediate_assign(int host_index, unsigned int pun, unsigned int lun, unsigned int ldn, unsigned int operation) argument
889 immediate_feature(int host_index, unsigned int speed, unsigned int timeout) argument
925 immediate_reset(int host_index, unsigned int ldn) argument
1055 probe_bus_mode(int host_index) argument
1092 check_devices(int host_index, int adaptertype) argument
1325 device_exists(int host_index, int ldn, int *block_length, int *device_type) argument
1800 int host_index; local
2117 int host_index; local
2230 int host_index; local
2344 ldn_access_load(int host_index, int ldn) argument
2354 ldn_access_total_read_write(int host_index) argument
2365 ldn_access_total_inquiry(int host_index) argument
2376 ldn_access_total_modeselect(int host_index) argument
2391 int i, id, lun, host_index; local
[all...]
H A Dsym53c416.c226 static int host_index = 0; variable
340 for(i = 0; i < host_index && !base; i++)
570 if(host_index >= MAXHOSTS)
581 for(i = 0; i < host_index && i >= 0; i++)
586 hosts[host_index].base = ints[1];
587 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0;
588 host_index++;
703 for(count = 0, i = 0; i < host_index; i++) {
751 for(i = 0; i < host_index; i++)
796 for(i = 0; i < host_index
[all...]

Completed in 238 milliseconds