Lines Matching defs:scb
365 struct empty_scb *escb = &ascb->scb->escb;
380 le64_to_cpu(ascb->scb->header.next_scb),
381 le16_to_cpu(ascb->scb->header.index),
382 ascb->scb->header.opcode);
417 le64_to_cpu(ascb->scb->header.next_scb),
418 le16_to_cpu(ascb->scb->header.index),
419 ascb->scb->header.opcode);
450 ASD_DPRINTK("R_T_A for non TASK scb 0x%x\n",
451 a->scb->header.opcode);
583 le64_to_cpu(ascb->scb->header.next_scb),
584 le16_to_cpu(ascb->scb->header.index),
585 ascb->scb->header.opcode);
616 * This function completes a CONTROL PHY scb and frees the ascb.
626 struct scb *scb = ascb->scb;
627 struct control_phy *control_phy = &scb->control_phy;
753 * This function builds a CONTROL PHY scb. No allocation of any kind
763 struct scb *scb = ascb->scb;
764 struct control_phy *control_phy = &scb->control_phy;
766 scb->header.opcode = CONTROL_PHY;
814 struct initiate_link_adm *link_adm = &ascb->scb->link_adm;
830 struct scb *scb = ascb->scb;
831 struct initiate_link_adm *link_adm = &scb->link_adm;
833 scb->header.opcode = INITIATE_LINK_ADM_TASK;
863 ASD_DPRINTK("scb:0x%x timed out\n", ascb->scb->header.opcode);