Searched refs:segments (Results 26 - 36 of 36) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dide-scsi.c707 int segments = pc->scsi_cmd->use_sg; local
714 if (segments) {
715 if ((first_bh = bh = idescsi_kmalloc_bh (segments)) == NULL)
718 printk ("ide-scsi: %s: building DMA table, %d segments, %dkB total\n", drive->name, segments, pc->request_transfer >> 10);
720 while (segments--) {
H A Dscsi_merge.c88 int segments)
97 printk("counted segments is %x\n", segments);
178 * size of bounce buffer segments to PAGE_SIZE.
180 * Returns: Count of the number of SG segments for the request.
269 * Purpose: Recount the number of scatter-gather segments for this request.
273 * Returns: Count of the number of SG segments for the request.
646 * The main question is whether the two segments at the boundaries
694 * first segment in next, then the check for hw segments was
811 * First we need to know how many scatter gather segments ar
85 dump_stats(struct request *req, int use_clustering, int dma_host, int segments) argument
[all...]
H A Dncr53c8xx.c338 ** The maximum number of segments a transfer is split into.
339 ** We support up to 127 segments for both read and write.
341 ** 80 (MAX_SCATTERL) segments are moved from a sub-script
4207 int segments; local
4342 segments = ncr_scatter (np, cp, cp->cmd);
4343 if (segments < 0) {
4350 segments = 0;
4450 if (segments <= MAX_SCATTERL)
4451 lastp = goalp - 8 - (segments * 16);
4454 lastp -= (segments
[all...]
H A Dsym53c8xx.c393 ** The maximum number of segments a transfer is split into.
394 ** We support up to 127 segments for both read and write.
1930 int segments; /* Number of SG segments */ member in struct:ccb
4439 ** We also need to load some 32-63 bit segments
6652 cp->segments = np->scatter (np, cp, cp->cmd);
6653 if (cp->segments < 0) {
6660 cp->segments = 0;
6749 lastp = goalp - 8 - (cp->segments * (SCR_SG_SIZE*4));
6758 lastp = goalp - 8 - (cp->segments * (SCR_SG_SIZ
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h338 * 16 segments registers -> up to 64 GB addressable.
804 int segments; /* Number of SG segments */ member in struct:sym_ccb
1119 u_char dmap_dirty; /* Dma segments registers dirty */
1265 * No segments means no data.
1267 if (!cp->segments)
1279 lastp = goalp - 8 - (cp->segments * (2*4));
1292 lastp = goalp - 8 - (cp->segments * (2*4));
H A Dsym_glue.c776 cp->segments = sym_scatter (np, cp, csio);
777 if (cp->segments < 0) {
778 if (cp->segments == -2)
787 cp->segments = 0;
H A Dsym_hipd.c1395 * Lookup the 64 bit DMA segments map.
3650 dp_sgmin = SYM_CONF_MAX_SG - cp->segments;
3873 dp_sgmin = SYM_CONF_MAX_SG - cp->segments;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dproc-arm1020.S162 mov r1, #0xf @ 16 segments
176 bge 1b @ segments 7 to 0
529 mov r1, #0xF @ 16 segments
544 bge 1b @ segments 15 to 0
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dhead.S218 ;; temporarily map those segments linearily.
297 ;; Now we need to sort out the segments and their locations in RAM or
311 ;; cached PC after we're done fiddling around with the segments.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dvideo.S109 video: pushw %ds # We use different segments
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dvideo.S110 video: pushw %ds # We use different segments

Completed in 270 milliseconds

12