OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rxq_head
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/sgimips/dev/
zs_ms.c
69
uint8_t
rxq_head
;
member in struct:zsms_softc
157
sc->
rxq_head
= 0;
223
sc->
rxq_head
= sc->rxq_tail;
231
while (sc->
rxq_head
!= sc->rxq_tail) {
232
int8_t c = sc->rxq[sc->
rxq_head
];
266
sc->
rxq_head
= (sc->
rxq_head
+ 1) & ~ZSMS_RXQ_LEN;
zs_ms.c
69
uint8_t
rxq_head
;
member in struct:zsms_softc
157
sc->
rxq_head
= 0;
223
sc->
rxq_head
= sc->rxq_tail;
231
while (sc->
rxq_head
!= sc->rxq_tail) {
232
int8_t c = sc->rxq[sc->
rxq_head
];
266
sc->
rxq_head
= (sc->
rxq_head
+ 1) & ~ZSMS_RXQ_LEN;
zs_ms.c
69
uint8_t
rxq_head
;
member in struct:zsms_softc
157
sc->
rxq_head
= 0;
223
sc->
rxq_head
= sc->rxq_tail;
231
while (sc->
rxq_head
!= sc->rxq_tail) {
232
int8_t c = sc->rxq[sc->
rxq_head
];
266
sc->
rxq_head
= (sc->
rxq_head
+ 1) & ~ZSMS_RXQ_LEN;
zs_kbd.c
82
u_int
rxq_head
;
member in struct:zskbd_devconfig
224
sc->sc_dc->
rxq_head
= 0;
321
dc->
rxq_head
= dc->rxq_tail;
326
while (dc->
rxq_head
!= dc->rxq_tail) {
327
uint8_t key = dc->rxq[dc->
rxq_head
];
339
dc->
rxq_head
= (dc->
rxq_head
+ 1) & ~ZSKBD_RXQ_LEN;
zs_kbd.c
82
u_int
rxq_head
;
member in struct:zskbd_devconfig
224
sc->sc_dc->
rxq_head
= 0;
321
dc->
rxq_head
= dc->rxq_tail;
326
while (dc->
rxq_head
!= dc->rxq_tail) {
327
uint8_t key = dc->rxq[dc->
rxq_head
];
339
dc->
rxq_head
= (dc->
rxq_head
+ 1) & ~ZSKBD_RXQ_LEN;
zs_kbd.c
82
u_int
rxq_head
;
member in struct:zskbd_devconfig
224
sc->sc_dc->
rxq_head
= 0;
321
dc->
rxq_head
= dc->rxq_tail;
326
while (dc->
rxq_head
!= dc->rxq_tail) {
327
uint8_t key = dc->rxq[dc->
rxq_head
];
339
dc->
rxq_head
= (dc->
rxq_head
+ 1) & ~ZSKBD_RXQ_LEN;
/src/sys/arch/ews4800mips/dev/
ewskbd.c
113
u_int
rxq_head
;
member in struct:ewskbd_devconfig
237
sc->sc_dc->
rxq_head
= 0;
359
dc->
rxq_head
= dc->rxq_tail;
364
while (dc->
rxq_head
!= dc->rxq_tail) {
365
uint8_t key = dc->rxq[dc->
rxq_head
];
370
dc->
rxq_head
= EWSKBD_NEXTRXQ(dc->
rxq_head
);
ewskbd.c
113
u_int
rxq_head
;
member in struct:ewskbd_devconfig
237
sc->sc_dc->
rxq_head
= 0;
359
dc->
rxq_head
= dc->rxq_tail;
364
while (dc->
rxq_head
!= dc->rxq_tail) {
365
uint8_t key = dc->rxq[dc->
rxq_head
];
370
dc->
rxq_head
= EWSKBD_NEXTRXQ(dc->
rxq_head
);
ewskbd.c
113
u_int
rxq_head
;
member in struct:ewskbd_devconfig
237
sc->sc_dc->
rxq_head
= 0;
359
dc->
rxq_head
= dc->rxq_tail;
364
while (dc->
rxq_head
!= dc->rxq_tail) {
365
uint8_t key = dc->rxq[dc->
rxq_head
];
370
dc->
rxq_head
= EWSKBD_NEXTRXQ(dc->
rxq_head
);
/src/sys/dev/pci/
if_wm.c
451
struct mbuf *
rxq_head
;
member in struct:wm_rxqueue
745
(rxq)->rxq_tailp = &(rxq)->
rxq_head
; \
10298
m_freem(rxq->
rxq_head
);
10347
m = rxq->
rxq_head
;
if_wm.c
451
struct mbuf *
rxq_head
;
member in struct:wm_rxqueue
745
(rxq)->rxq_tailp = &(rxq)->
rxq_head
; \
10298
m_freem(rxq->
rxq_head
);
10347
m = rxq->
rxq_head
;
if_wm.c
451
struct mbuf *
rxq_head
;
member in struct:wm_rxqueue
745
(rxq)->rxq_tailp = &(rxq)->
rxq_head
; \
10298
m_freem(rxq->
rxq_head
);
10347
m = rxq->
rxq_head
;
Completed in 111 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025