Searched refs:datacnt (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx.h419 * The scb is presented to the sequencer with the dataptr and datacnt
425 * first elements address and length preloaded in the dataptr/datacnt
429 * the residual sgptr and datacnt are loaded from the sgptr and the
430 * datacnt fields. After each S/G element's dataptr and length are
432 * each S/G element is expired, its datacnt field is checked to see
455 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb
457 * the datacnt is really the
H A Daic79xx.h452 * The scb is presented to the sequencer with the dataptr and datacnt
458 * first elements address and length preloaded in the dataptr/datacnt
462 * the residual sgptr and datacnt are loaded from the sgptr and the
463 * datacnt fields. After each S/G element's dataptr and length are
465 * each S/G element is expired, its datacnt field is checked to see
501 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
H A Daic79xx_core.c469 scb->hscb->datacnt = sg->len;
484 scb->hscb->datacnt = sg->len;
500 scb->hscb->datacnt = 0;
886 ahd_le32toh(scb->hscb->datacnt));
1438 uint32_t datacnt; local
1448 * Load datacnt and address.
1450 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT);
1451 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
1457 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
1464 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 2
[all...]
H A Daic7xxx_osm.c1580 scb->hscb->datacnt = scb->sg_list->len;
1584 scb->hscb->datacnt = 0;
H A Daic7xxx_core.c1140 hscb->datacnt = sg->len;
2116 printk(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
2118 ahc_le32toh(hscb->datacnt),
/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1544 * @datacnt: number of segments of data that have been dma mapped
1659 * @datacnt: number of segments of data that have been dma mapped
1667 struct ulp_bde64 *bpl, int datacnt, int protcnt)
1666 lpfc_bg_setup_bpl_prot(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct ulp_bde64 *bpl, int datacnt, int protcnt) argument

Completed in 98 milliseconds