OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txq_inptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_gfevar.h
75
unsigned int
txq_inptr
; /* start of 1st queued tx packet */
member in struct:gfe_txqueue
if_gfe.c
1242
txq->
txq_inptr
= gt32toh(txd2->ed_bufptr) - txq->txq_buf_busaddr;
1244
txq->
txq_inptr
+= roundup(pktlen, dcache_line_size);
1269
if (txq->txq_nactive > 0 && txq->txq_outptr <= txq->
txq_inptr
&&
1270
txq->txq_outptr + buflen > txq->
txq_inptr
) {
1416
txq->
txq_inptr
= gt32toh(txd->ed_bufptr) - txq->txq_buf_busaddr;
1419
txq->
txq_inptr
, pktlen, BUS_DMASYNC_POSTWRITE);
1420
txq->
txq_inptr
+= roundup(pktlen, dcache_line_size);
1505
txq->
txq_inptr
= GE_TXBUF_SIZE;
Completed in 146 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025