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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Di91uscsi.c561 int init_tulip(HCS * pCurHcb, SCB * scbp, int tul_num_scb, BYTE * pbBiosAdr, int seconds) argument
574 pCurHcb->HCS_Scb = scbp;
575 pCurHcb->HCS_NxtPend = scbp;
576 pCurHcb->HCS_NxtAvail = scbp;
577 for (i = 0, pTmpScb = scbp; i < tul_num_scb; i++, pTmpScb++) {
585 pCurHcb->HCS_FirstAvail = scbp;
711 void tul_release_scb(HCS * hcsp, SCB * scbp) argument
716 printk("Release SCB %lx; ", (ULONG) scbp);
724 scbp->SCB_Srb = 0;
725 scbp
742 tul_append_pend_scb(HCS * pCurHcb, SCB * scbp) argument
760 tul_push_pend_scb(HCS * pCurHcb, SCB * scbp) argument
852 tul_append_busy_scb(HCS * pCurHcb, SCB * scbp) argument
950 tul_append_done_scb(HCS * pCurHcb, SCB * scbp) argument
[all...]
H A Daic7xxx_old.c2374 struct aic7xxx_scb * scbp; local
2380 scbp = queue->head; local
2386 return(scbp);
2623 struct aic7xxx_scb *scbp = NULL; local
2691 scbp = &scb_ap[i];
2692 scbp->hscb = &p->scb_data->hscbs[p->scb_data->numscbs];
2693 scbp->sg_list = &hsgp[i * AIC7XXX_MAX_SG];
2694 scbp->sense_cmd = bufs;
2695 scbp->cmnd = bufs + 6;
2697 scbp
2788 struct aic7xxx_scb *scbp; local
3225 struct aic7xxx_scb *scbp; local
3349 struct aic7xxx_scb *scbp; local
3380 struct aic7xxx_scb *scbp, *prev_scbp; local
3496 struct aic7xxx_scb *scbp, *prev_scbp; local
4498 struct aic7xxx_scb *scbp; local
[all...]
H A Di60uscsi.c301 void orc_exec_scb(ORC_HCS * hcsp, ORC_SCB * scbp) argument
303 scbp->SCB_Status = SCB_POST;
304 ORC_WR(hcsp->HCS_Base + ORC_PQUEUE, scbp->SCB_ScbIdx);
672 void orc_release_scb(ORC_HCS * hcsp, ORC_SCB * scbp) argument
681 Index = scbp->SCB_ScbIdx;
H A Dinia100.c127 extern void orc_exec_scb(ORC_HCS * hcsp, ORC_SCB * scbp);
128 extern void orc_release_scb(ORC_HCS * hcsp, ORC_SCB * scbp);
H A Dmegaraid.c5006 mega_scb *scbp; local
5054 for( scbp = this_hba->qPendingH; scbp; scbp = scbp->next ) {
5056 if( scbp->pthru->logdrv < 0x80 )
5057 scbp->pthru->logdrv += 0x80;
5059 if( scbp->pthru.logdrv < 0x80 )
5060 scbp->pthru.logdrv += 0x80;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddgrs.c204 I596_SCB *scbp; /* Ptr to SCB struct in VM */ member in struct:__anon1758
780 priv0->scbp->status |= I596_SCB_RNR; /* simulate I82596 */
912 cmd = priv0->scbp->cmd;
920 priv0->rfdp = (I596_RFD *) S2H(priv0->scbp->rfdp);
922 priv0->scbp->status &= ~(I596_SCB_RNR|I596_SCB_RUS);
942 priv0->scbp->cmd = 0; /* Ignore all other commands */
945 priv0->scbp->status &= ~(I596_SCB_CNA|I596_SCB_CUS);
950 cbp = (I596_CB *) S2H(priv0->scbp->cbp);
951 priv0->scbp->cmd = 0; /* Safe to clear the command */
967 priv0->scbp
[all...]
H A Ddgrs_ether.h26 I596_SCB *scbp; /* Uncached SCB pointer */ member in struct:__anon1759
H A Ddgrs_i82596.h441 ulong busy; /* Set to 1; I596 clears it when scbp is read */
442 I596_SCB *scbp; member in struct:__anon1772
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5451 struct scb *scbp; local
5486 scbp = ahc_lookup_scb(ahc, scb_index);
5487 if (ahc_match_scb(ahc, scbp, target, channel, lun,
5613 struct scb *scbp; local
5672 scbp = ahc_lookup_scb(ahc, scbid);
5673 if (scbp == NULL
5674 || ahc_match_scb(ahc, scbp, target, channel,
5704 scbp = ahc_lookup_scb(ahc, scbid);
5705 if ((scbp == NULL && scbid != SCB_LIST_NULL)
5706 || (scbp !
[all...]

Completed in 99 milliseconds