OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twa_aen_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
twavar.h
86
uint32_t
twa_aen_head
; /* AEN queue head */
member in struct:twa_softc
twa.c
2064
event_index = sc->
twa_aen_head
;
2066
if (sc->
twa_aen_head
== sc->twa_aen_tail) {
2094
if (sc->
twa_aen_head
== sc->twa_aen_tail) {
2102
(sc->
twa_aen_head
- 1 + TWA_Q_LENGTH) % TWA_Q_LENGTH;
2123
start_index = sc->
twa_aen_head
;
2125
if (sc->
twa_aen_head
== sc->twa_aen_tail) {
2167
start_index = sc->
twa_aen_head
;
2169
if (sc->
twa_aen_head
== sc->twa_aen_tail) {
2807
event = sc->twa_aen_queue[sc->
twa_aen_head
];
2830
if ((sc->
twa_aen_head
+ 1) == TWA_Q_LENGTH
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025