OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ict
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_iwnvar.h
257
/*
ICT
table. */
259
uint32_t *
ict
;
member in struct:iwn_softc
if_iwn.c
542
/* Allocate
ICT
table for 5000 Series. */
545
aprint_error_dev(self, "could not allocate
ICT
table\n");
724
fail3: if (sc->
ict
!= NULL)
946
if (sc->
ict
!= NULL)
1321
/*
ICT
table must be aligned on a 4KB boundary. */
1323
(void **)&sc->
ict
, IWN_ICT_SIZE, 4096);
1586
/* Reset
ICT
table. */
1587
memset(sc->
ict
, 0, IWN_ICT_SIZE);
1592
/* Set physical address of
ICT
table (4KB aligned). */
1593
DPRINTF(("enabling
ICT
\n"))
[
all
...]
if_iwm.c
1625
/* Set physical address of
ICT
(4KB aligned). */
1632
/* Switch to
ICT
interrupt mode in driver. */
8727
uint32_t *
ict
= sc->ict_dma.vaddr;
local
8732
tmp = htole32(
ict
[sc->ict_cur]);
8742
ict
[sc->ict_cur] = 0; /* Acknowledge. */
8744
tmp = htole32(
ict
[sc->ict_cur]);
9181
/* Allocate interrupt cause table (
ICT
).*/
9185
aprint_error_dev(sc->sc_dev, "could not allocate
ICT
table\n");
Completed in 30 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026