OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rxq_last
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
112
struct gmac_rxdb *
rxq_last
;
member in struct:bcmeth_rxqueue
976
if (++producer == rxq->
rxq_last
) {
979
rxq->
rxq_last
- rxq->rxq_producer);
1091
if (++consumer == rxq->
rxq_last
) {
1150
if (++consumer == rxq->
rxq_last
) {
1179
if (++consumer == rxq->
rxq_last
) {
1233
rxq->
rxq_last
- rxq->rxq_first);
1239
for (rxdb = rxq->rxq_first; rxdb < rxq->
rxq_last
- 1; rxdb++) {
1285
rxq->
rxq_last
= rxq->rxq_first + desc_count;
1808
descs += rxq->
rxq_last
- rxq->rxq_consumer
[
all
...]
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
145
volatile struct rxbd *
rxq_last
;
member in struct:pq3etsec_rxqueue
1515
if (++producer == rxq->
rxq_last
) {
1518
rxq->
rxq_last
- rxq->rxq_producer);
1699
KASSERT(consumer + 1 == rxq->
rxq_last
);
1754
rxq->
rxq_last
- rxq->rxq_first);
1760
for (rxbd = rxq->rxq_first; rxbd < rxq->
rxq_last
- 1; rxbd++) {
1804
rxq->
rxq_last
= rxq->rxq_first + desc_count;
2511
if (threshold >= rxq->
rxq_last
- rxq->rxq_first) {
2512
threshold = rxq->
rxq_last
- rxq->rxq_first - 1;
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025