OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxconf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ix_txrx.c
2363
int txconf = 0,
rxconf
= 0;
local
2437
for (int i = 0; i < sc->num_queues; i++,
rxconf
++) {
2489
for (rxr = sc->rx_rings;
rxconf
> 0; rxr++,
rxconf
--)
/src/sys/dev/pci/
if_rge.c
754
uint32_t
rxconf
, val;
local
792
rxconf
= RGE_RXCFG_CONFIG;
794
rxconf
= RGE_RXCFG_CONFIG_8125B;
796
rxconf
= RGE_RXCFG_CONFIG_8125D;
798
rxconf
= RGE_RXCFG_CONFIG_8126;
799
RGE_WRITE_4(sc, RGE_RXCFG,
rxconf
);
/src/sys/dev/pci/igc/
if_igc.c
643
int
rxconf
= 0, txconf = 0;
local
683
for (int iq = 0; iq < sc->sc_nqueues; iq++,
rxconf
++) {
724
for (struct rx_ring *rxr = sc->rx_rings;
rxconf
> 0; rxr++,
rxconf
--)
Completed in 51 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026