OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BGE_TX_RING_CNT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_bgevar.h
177
struct bge_tx_bd bge_tx_ring[
BGE_TX_RING_CNT
];
219
struct mbuf *bge_tx_chain[
BGE_TX_RING_CNT
];
378
struct txdmamap_pool_entry *txdma[
BGE_TX_RING_CNT
]; /* i */
if_bge.c
1731
for (i = 0; i <
BGE_TX_RING_CNT
; i++) {
1799
for (i = 0; i <
BGE_TX_RING_CNT
; i++) {
2663
BGE_NIC_TXRING_ADDR(0,
BGE_TX_RING_CNT
));
2665
BGE_RCB_MAXLEN_FLAGS(
BGE_TX_RING_CNT
, 0));
3894
IFQ_SET_MAXLEN(&ifp->if_snd, uimax(
BGE_TX_RING_CNT
- 1, IFQ_MAXLEN));
4681
tlen = (
BGE_TX_RING_CNT
- sc->bge_tx_saved_considx) *
4726
BGE_INC(sc->bge_tx_saved_considx,
BGE_TX_RING_CNT
);
5394
if (dmamap->dm_nsegs > (
BGE_TX_RING_CNT
- sc->bge_txcnt - 16)) {
5459
BGE_INC(frag,
BGE_TX_RING_CNT
);
5540
if ((
BGE_TX_RING_CNT
- sc->bge_txcnt)
[
all
...]
if_bgereg.h
2465
#define
BGE_TX_RING_CNT
BGE_TX_RING_CNT_512
Completed in 20 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025