Lines Matching refs:scb
369 struct empty_scb *escb = &ascb->scb->escb; in asd_invalidate_edb()
421 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete()
422 le16_to_cpu(ascb->scb->header.index), in escb_tasklet_complete()
423 ascb->scb->header.opcode); in escb_tasklet_complete()
455 a->scb->header.opcode); in escb_tasklet_complete()
587 le64_to_cpu(ascb->scb->header.next_scb), in escb_tasklet_complete()
588 le16_to_cpu(ascb->scb->header.index), in escb_tasklet_complete()
589 ascb->scb->header.opcode); in escb_tasklet_complete()
630 struct scb *scb = ascb->scb; in control_phy_tasklet_complete() local
631 struct control_phy *control_phy = &scb->control_phy; in control_phy_tasklet_complete()
769 struct scb *scb = ascb->scb; in asd_build_control_phy() local
770 struct control_phy *control_phy = &scb->control_phy; in asd_build_control_phy()
772 scb->header.opcode = CONTROL_PHY; in asd_build_control_phy()
820 struct initiate_link_adm *link_adm = &ascb->scb->link_adm;
836 struct scb *scb = ascb->scb;
837 struct initiate_link_adm *link_adm = &scb->link_adm;
839 scb->header.opcode = INITIATE_LINK_ADM_TASK;
869 ASD_DPRINTK("scb:0x%x timed out\n", ascb->scb->header.opcode); in asd_ascb_timedout()