Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h455 /*16*/ uint32_t datacnt; /* member
Daic79xx.h501 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member
Daic79xx_core.c469 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),
Daic7xxx_osm.c1559 scb->hscb->datacnt = scb->sg_list->len; in ahc_linux_run_command()
1563 scb->hscb->datacnt = 0; in ahc_linux_run_command()
Daic7xxx_core.c1140 hscb->datacnt = sg->len; in ahc_handle_seqint()
2118 ahc_le32toh(hscb->datacnt),
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c2035 struct ulp_bde64 *bpl, int datacnt, int protcnt) in lpfc_bg_setup_bpl_prot() argument
2415 struct sli4_sge *sgl, int datacnt, int protcnt) in lpfc_bg_setup_sgl_prot() argument