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

/linux-4.1.27/drivers/crypto/
H A Dbfin_crc.h62 u32 datacnt; member in struct:crc_register
84 #define DCNTEXP 0x00000010 /* datacnt register expired */
H A Dbfin_crc.c409 writel(ctx->sg_buflen >> 2, &crc->regs->datacnt); bfin_crypto_crc_handle_queue()
/linux-4.1.27/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; ahd_setup_data_scb()
484 scb->hscb->datacnt = sg->len; ahd_setup_data_scb()
500 scb->hscb->datacnt = 0; ahd_setup_noxfer_scb()
886 ahd_le32toh(scb->hscb->datacnt)); ahd_queue_scb()
1438 uint32_t datacnt; ahd_run_data_fifo() local
1448 * Load datacnt and address. ahd_run_data_fifo()
1450 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); ahd_run_data_fifo()
1451 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { ahd_run_data_fifo()
1457 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); ahd_run_data_fifo()
1464 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); ahd_run_data_fifo()
3613 printk(" dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n",
3616 ahd_le32toh(hscb->datacnt),
H A Daic7xxx_osm.c1560 scb->hscb->datacnt = scb->sg_list->len;
1564 scb->hscb->datacnt = 0;
H A Daic7xxx_core.c1140 hscb->datacnt = sg->len; ahc_handle_seqint()
2116 printk(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
2118 ahc_le32toh(hscb->datacnt),
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1844 * @datacnt: number of segments of data that have been dma mapped
1978 * @datacnt: number of segments of data that have been dma mapped
2014 struct ulp_bde64 *bpl, int datacnt, int protcnt) lpfc_bg_setup_bpl_prot()
2233 * @datacnt: number of segments of data that have been dma mapped
2362 * @datacnt: number of segments of data that have been dma mapped
2396 struct sli4_sge *sgl, int datacnt, int protcnt) lpfc_bg_setup_sgl_prot()
2013 lpfc_bg_setup_bpl_prot(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct ulp_bde64 *bpl, int datacnt, int protcnt) lpfc_bg_setup_bpl_prot() argument
2395 lpfc_bg_setup_sgl_prot(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct sli4_sge *sgl, int datacnt, int protcnt) lpfc_bg_setup_sgl_prot() argument

Completed in 322 milliseconds