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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2035 struct scb *pending_scb; local
2048 pending_scb = NULL;
2066 * there, check the pending_scb list. If not found
2099 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
2100 if (pending_scb->io_ctx == cmd)
2104 if (pending_scb == NULL && flag == SCB_DEVICE_RESET) {
2107 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
2108 if (ahc_match_scb(ahc, pending_scb, scmd_id(cmd),
2116 if (pending_scb == NULL) {
2121 if ((pending_scb
[all...]
H A Daic79xx_osm.c2029 struct scb *pending_scb; local
2043 pending_scb = NULL;
2061 * there, check the pending_scb list. If not found
2080 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
2081 if (pending_scb->io_ctx == cmd)
2085 if (pending_scb == NULL) {
2090 if ((pending_scb->flags & SCB_RECOVERY_SCB) != 0) {
2108 if ((pending_scb->flags & SCB_ACTIVE) == 0) {
2121 pending_scb->hscb->tag,
2140 if (bus_scb == pending_scb)
[all...]
H A Daic7xxx_core.c2095 struct scb *pending_scb; local
2106 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
2112 ahc_scb_devinfo(ahc, &devinfo, pending_scb);
2116 pending_hscb = pending_scb->hscb;
2123 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) {
2124 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE;
2127 ahc_sync_scb(ahc, pending_scb,
2151 pending_scb = ahc_lookup_scb(ahc, scb_tag);
2152 if (pending_scb == NULL)
2155 pending_hscb = pending_scb
[all...]
H A Daic79xx_core.c3426 struct scb *pending_scb; local
3443 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
3448 ahd_scb_devinfo(ahd, &devinfo, pending_scb);
3453 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) {
3454 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE;
3455 pending_scb->hscb->control &= ~MK_MESSAGE;
3457 ahd_sync_scb(ahd, pending_scb,
3487 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
3491 scb_tag = SCB_GET_TAG(pending_scb);
3495 control |= pending_scb
[all...]

Completed in 134 milliseconds