Lines Matching refs:scb
385 struct empty_scb *escb = &ascb->scb->escb; in asd_invalidate_edb()
437 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete()
438 le16_to_cpu(ascb->scb->header.index), in escb_tasklet_complete()
439 ascb->scb->header.opcode); in escb_tasklet_complete()
471 a->scb->header.opcode); in escb_tasklet_complete()
603 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete()
604 le16_to_cpu(ascb->scb->header.index), in escb_tasklet_complete()
605 ascb->scb->header.opcode); in escb_tasklet_complete()
646 struct scb *scb = ascb->scb; in control_phy_tasklet_complete() local
647 struct control_phy *control_phy = &scb->control_phy; in control_phy_tasklet_complete()
779 struct scb *scb = ascb->scb; in asd_build_control_phy() local
780 struct control_phy *control_phy = &scb->control_phy; in asd_build_control_phy()
782 scb->header.opcode = CONTROL_PHY; in asd_build_control_phy()
829 struct initiate_link_adm *link_adm = &ascb->scb->link_adm;
845 struct scb *scb = ascb->scb;
846 struct initiate_link_adm *link_adm = &scb->link_adm;
848 scb->header.opcode = INITIATE_LINK_ADM_TASK;
878 ASD_DPRINTK("scb:0x%x timed out\n", ascb->scb->header.opcode); in asd_ascb_timedout()