OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_head
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
elinkxlvar.h
58
struct ex_rxdesc *
rx_head
;
member in struct:ex_softc
elinkxl.c
1338
rxd = sc->
rx_head
;
1356
sc->
rx_head
= rxd->rx_next;
1613
sc->rx_tail = sc->
rx_head
= 0;
1853
if (sc->
rx_head
!= NULL) {
1862
sc->
rx_head
= rxd;
/src/sys/arch/sparc64/dev/
vdsk.c
476
uint64_t
rx_head
, rx_tail, rx_state;
local
480
err = hv_ldc_rx_get_state(lc->lc_id, &
rx_head
, &rx_tail, &rx_state);
512
if (
rx_head
== rx_tail)
515
lp = (struct ldc_pkt *)(uintptr_t)(lc->lc_rxq->lq_va +
rx_head
);
535
rx_head
+= sizeof(*lp);
536
rx_head
&= ((lc->lc_rxq->lq_nentries * sizeof(*lp)) - 1);
537
err = hv_ldc_rx_set_qhead(lc->lc_id,
rx_head
);
vnet.c
367
uint64_t
rx_head
, rx_tail, rx_state;
local
371
err = hv_ldc_rx_get_state(lc->lc_id, &
rx_head
, &rx_tail, &rx_state);
387
if (
rx_head
== rx_tail)
405
if (
rx_head
== rx_tail) {
424
if (
rx_head
== rx_tail)
429
lp = (struct ldc_pkt *)(uintptr_t)(lc->lc_rxq->lq_va +
rx_head
);
452
rx_head
+= sizeof(*lp);
453
rx_head
&= ((lc->lc_rxq->lq_nentries * sizeof(*lp)) - 1);
454
err = hv_ldc_rx_set_qhead(lc->lc_id,
rx_head
);
/src/sys/dev/pci/cxgb/
cxgb_adapter.h
201
struct mbuf *
rx_head
; /* offload packet receive queue head */
member in struct:sge_rspq
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026