Searched refs:datacnt (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/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 | 461 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb() 476 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb() 492 scb->hscb->datacnt = 0; in ahd_setup_noxfer_scb() 878 ahd_le32toh(scb->hscb->datacnt)); in ahd_queue_scb() 1430 uint32_t datacnt; in ahd_run_data_fifo() local 1442 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); in ahd_run_data_fifo() 1443 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo() 1449 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo() 1456 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); in ahd_run_data_fifo() 3583 ahd_le32toh(hscb->datacnt),
|
D | aic7xxx_osm.c | 1539 scb->hscb->datacnt = scb->sg_list->len; in ahc_linux_run_command() 1543 scb->hscb->datacnt = 0; in ahc_linux_run_command()
|
D | aic7xxx_core.c | 1133 hscb->datacnt = sg->len; in ahc_handle_seqint() 2094 ahc_le32toh(hscb->datacnt),
|
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 1740 struct ulp_bde64 *bpl, int datacnt, int protcnt) in lpfc_bg_setup_bpl_prot() argument 2171 struct sli4_sge *sgl, int datacnt, int protcnt, in lpfc_bg_setup_sgl_prot() argument
|