OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twe_ccb
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
twevar.h
63
struct
twe_ccb
*sc_ccbs;
64
SIMPLEQ_HEAD(,
twe_ccb
) sc_ccb_queue;
65
SLIST_HEAD(,
twe_ccb
) sc_ccb_freelist;
84
void (*tx_handler)(struct
twe_ccb
*, int);
90
struct
twe_ccb
{
struct
92
SIMPLEQ_ENTRY(
twe_ccb
) simpleq;
93
SLIST_ENTRY(
twe_ccb
) slist;
115
struct
twe_ccb
*twe_ccb_alloc(struct twe_softc *, int);
116
struct
twe_ccb
*twe_ccb_alloc_wait(struct twe_softc *, int);
117
void twe_ccb_enqueue(struct twe_softc *sc, struct
twe_ccb
*ccb)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025