Lines Matching defs:scb
369 struct empty_scb *escb = &ascb->scb->escb;
384 le64_to_cpu(ascb->scb->header.next_scb),
385 le16_to_cpu(ascb->scb->header.index),
386 ascb->scb->header.opcode);
421 le64_to_cpu(ascb->scb->header.next_scb),
422 le16_to_cpu(ascb->scb->header.index),
423 ascb->scb->header.opcode);
454 ASD_DPRINTK("R_T_A for non TASK scb 0x%x\n",
455 a->scb->header.opcode);
587 le64_to_cpu(ascb->scb->header.next_scb),
588 le16_to_cpu(ascb->scb->header.index),
589 ascb->scb->header.opcode);
620 * This function completes a CONTROL PHY scb and frees the ascb.
630 struct scb *scb = ascb->scb;
631 struct control_phy *control_phy = &scb->control_phy;
759 * This function builds a CONTROL PHY scb. No allocation of any kind
769 struct scb *scb = ascb->scb;
770 struct control_phy *control_phy = &scb->control_phy;
772 scb->header.opcode = 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);