OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twa_request
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
twavar.h
70
TAILQ_HEAD(,
twa_request
) twa_free; /* free request packets */
71
TAILQ_HEAD(,
twa_request
) twa_busy; /* requests busy in the controller */
72
TAILQ_HEAD(,
twa_request
) twa_pending; /* internal requests pending */
74
struct
twa_request
*twa_lookup[TWA_Q_LENGTH];/* requests indexed by request_id */
76
struct
twa_request
*twa_req_buf;
108
struct
twa_request
*sc_twa_request;
153
struct
twa_request
{
struct
169
TAILQ_ENTRY(
twa_request
) tr_link;
181
void (*tr_callback)(struct
twa_request
*tr);
211
struct
twa_request
*twa_get_request(struct twa_softc *, int)
[
all
...]
Completed in 127 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025