OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txq_outptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_gfevar.h
74
unsigned int
txq_outptr
; /* where to put next transmit packet */
member in struct:gfe_txqueue
if_gfe.c
1260
if (txq->
txq_outptr
+ buflen > GE_TXBUF_SIZE) {
1261
txq->txq_ei_gapcount += GE_TXBUF_SIZE - txq->
txq_outptr
;
1262
txq->
txq_outptr
= 0;
1269
if (txq->txq_nactive > 0 && txq->
txq_outptr
<= txq->txq_inptr &&
1270
txq->
txq_outptr
+ buflen > txq->txq_inptr) {
1290
(char *)txq->txq_buf_mem.gdm_kva + (int)txq->
txq_outptr
);
1292
txq->
txq_outptr
, buflen, BUS_DMASYNC_PREWRITE);
1293
txd->ed_bufptr = htogt32(txq->txq_buf_busaddr + txq->
txq_outptr
);
1315
txq->
txq_outptr
+= buflen;
1506
txq->
txq_outptr
= 0
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025