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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_lib.c457 shost->host_busy--;
538 (shost->host_busy >= shost->can_queue))) {
1313 if (shost->host_busy == 0 && shost->host_blocked) {
1326 if ((shost->can_queue > 0 && shost->host_busy >= shost->can_queue) ||
1369 shost->host_busy++;
1491 shost->host_busy++;
H A Dscsi_error.c52 if (shost->host_busy == shost->host_failed) {
1517 shost->host_failed != shost->host_busy) {
H A Dtmscsim.c1918 goto host_busy;
1920 goto host_busy;
1924 goto host_busy;
1954 goto host_busy;
1961 host_busy:
H A Dscsi.c437 cmd->device->host->host_busy,
H A Dlibiscsi.c1583 if (!session->host->host_busy) { /* OK for ERL == 0 */
1589 printk(KERN_INFO "iscsi: scsi conn_destroy(): host_busy %d "
1590 "host_failed %d\n", session->host->host_busy,
H A Dscsi_sysfs.c193 shost_rd_attr(host_busy, "%hu\n");
H A Dqlogicpti.c945 host->can_queue = host->host_busy + num_free;
H A Dadvansys.c7419 " host_busy %u, last_reset %u, max_id %u, max_lun %u, max_channel %u\n",
7420 shp->host_busy, shp->last_reset, shp->max_id, shp->max_lun,
8385 " host_busy %u, host_no %d, last_reset %d,\n",
8386 s->host_busy, s->host_no,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_host.h529 unsigned int host_busy; /* commands actually active on low-level */ member in struct:Scsi_Host

Completed in 189 milliseconds