Searched refs:datacnt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/crypto/ |
D | bfin_crc.h | 62 u32 datacnt; member
|
D | bfin_crc.c | 389 writel(ctx->sg_buflen >> 2, &crc->regs->datacnt); in bfin_crypto_crc_handle_queue()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 455 /*16*/ uint32_t datacnt; /* member
|
D | aic79xx.h | 501 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member
|
D | aic79xx_core.c | 469 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb() 484 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb() 500 scb->hscb->datacnt = 0; in ahd_setup_noxfer_scb() 886 ahd_le32toh(scb->hscb->datacnt)); in ahd_queue_scb() 1438 uint32_t datacnt; in ahd_run_data_fifo() local 1450 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); in ahd_run_data_fifo() 1451 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo() 1457 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo() 1464 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); in ahd_run_data_fifo() 3616 ahd_le32toh(hscb->datacnt),
|
D | aic7xxx_osm.c | 1559 scb->hscb->datacnt = scb->sg_list->len; in ahc_linux_run_command() 1563 scb->hscb->datacnt = 0; in ahc_linux_run_command()
|
D | aic7xxx_core.c | 1140 hscb->datacnt = sg->len; in ahc_handle_seqint() 2118 ahc_le32toh(hscb->datacnt),
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 2010 struct ulp_bde64 *bpl, int datacnt, int protcnt) in lpfc_bg_setup_bpl_prot() argument 2390 struct sli4_sge *sgl, int datacnt, int protcnt) in lpfc_bg_setup_sgl_prot() argument
|