Lines Matching refs:next_scb
220 seq->next_scb.size = sizeof(struct scb);
221 seq->next_scb.vaddr = dma_pool_alloc(asd_ha->scb_pool, GFP_KERNEL,
222 &seq->next_scb.dma_handle);
223 if (!seq->next_scb.vaddr) {
1076 * and by the next_scb field of the scb_header.
1101 last->scb->header.next_scb =
1116 * seq->next_scb keeps the address of this SCB. The sequencer will
1136 memcpy(seq->next_scb.vaddr, ascb->scb, sizeof(*ascb->scb));
1137 ascb->dma_scb = seq->next_scb;
1139 seq->next_scb = t;
1140 last->scb->header.next_scb =
1141 cpu_to_le64(((u64)seq->next_scb.dma_handle));