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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd010.tcl184 set datacnt 0
188 if { $datacnt < 10 } {
189 set pdata $data.$ki.00$datacnt
190 } elseif { $datacnt < 100 } {
191 set pdata $data.$ki.0$datacnt
193 set pdata $data.$ki.$datacnt
196 incr datacnt
198 error_check_good dup_count $datacnt $numdups
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h416 * The scb is presented to the sequencer with the dataptr and datacnt
422 * first elements address and length preloaded in the dataptr/datacnt
426 * the residual sgptr and datacnt are loaded from the sgptr and the
427 * datacnt fields. After each S/G element's dataptr and length are
429 * each S/G element is expired, its datacnt field is checked to see
452 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb
454 * the datacnt is really the
H A Daic7xxx_osm.c1568 scb->hscb->datacnt = scb->sg_list->len;
1572 scb->hscb->datacnt = 0;
H A Daic79xx.h449 * The scb is presented to the sequencer with the dataptr and datacnt
455 * first elements address and length preloaded in the dataptr/datacnt
459 * the residual sgptr and datacnt are loaded from the sgptr and the
460 * datacnt fields. After each S/G element's dataptr and length are
462 * each S/G element is expired, its datacnt field is checked to see
498 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
H A Daic79xx_core.c467 scb->hscb->datacnt = sg->len;
482 scb->hscb->datacnt = sg->len;
498 scb->hscb->datacnt = 0;
840 ahd_le32toh(scb->hscb->datacnt));
1392 uint32_t datacnt; local
1402 * Load datacnt and address.
1404 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT);
1405 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
1411 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
1418 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 2
[all...]
H A Daic7xxx_core.c1132 hscb->datacnt = sg->len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1295 * @datacnt: number of segments of data that have been dma mapped
1407 * @datacnt: number of segments of data that have been dma mapped
1415 struct ulp_bde64 *bpl, int datacnt, int protcnt)
1414 lpfc_bg_setup_bpl_prot(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct ulp_bde64 *bpl, int datacnt, int protcnt) argument

Completed in 214 milliseconds