OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qoutfifo
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_inline.h
225
return (((uint8_t *)&ahc->targetcmds[index]) - ahc->
qoutfifo
);
560
if (ahc->
qoutfifo
[ahc->qoutfifonext] != SCB_LIST_NULL)
aic79xx_inline.h
404
- (uint8_t *)ahd->
qoutfifo
);
860
if ((ahd->
qoutfifo
[ahd->qoutfifonext]
aic7xxx.c
331
while (ahc->
qoutfifo
[ahc->qoutfifonext] != SCB_LIST_NULL) {
333
scb_index = ahc->
qoutfifo
[ahc->qoutfifonext];
338
* Clear 32bits of
QOUTFIFO
at a time
345
*((uint32_t *)(&ahc->
qoutfifo
[modnext])) = 0xFFFFFFFFUL;
3921
ahc->shared_data_dmamap, (void *)ahc->
qoutfifo
,
4493
* roles, we need to allocate space for the qinfifo and
qoutfifo
.
4494
* The qinfifo and
qoutfifo
are composed of 256 1 byte elements.
4507
&ahc->shared_data_dmamap, (void **)&ahc->
qoutfifo
,
4516
ahc->targetcmds = (struct target_cmd *)ahc->
qoutfifo
;
4517
ahc->
qoutfifo
= (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]
[
all
...]
aic79xxvar.h
1164
uint16_t *
qoutfifo
;
member in struct:ahd_softc
aic7xxxvar.h
1118
uint8_t *
qoutfifo
;
member in struct:ahc_softc
aic79xx.c
402
* DMA'ed into the
qoutfifo
.
821
while ((ahd->
qoutfifo
[ahd->qoutfifonext]
824
scb_index = ahd_le16toh(ahd->
qoutfifo
[ahd->qoutfifonext]
5173
bus_dmamem_unmap(ahd->parent_dmat, (void *)ahd->
qoutfifo
,
6047
* roles, we need to allocate space for the
qoutfifo
. When providing
6071
ahd->
qoutfifo
= (void *) ahd->shared_data_map.vaddr;
6075
next_vaddr = (uint8_t *)&ahd->
qoutfifo
[AHD_QOUT_SIZE];
6095
* specially from the DMA safe memory chunk used for the
QOUTFIFO
.
6411
ahd->
qoutfifo
[i] = 0;
6440
* Nobody is waiting to be DMAed into the
QOUTFIFO
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025