OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tx_ring_ndescs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iavf.c
392
unsigned int
sc_tx_ring_ndescs
;
member in struct:iavf_softc
731
sc->
sc_tx_ring_ndescs
= iavf_params.tx_ndescs;
893
IFQ_SET_MAXLEN(&ifp->if_snd, sc->
sc_tx_ring_ndescs
);
1997
NULL, 0, &sc->
sc_tx_ring_ndescs
, 0, CTL_CREATE, CTL_EOL);
2226
maps = kmem_zalloc(sizeof(maps[0]) * sc->
sc_tx_ring_ndescs
,
2232
sizeof(struct ixl_tx_desc) * sc->
sc_tx_ring_ndescs
,
2237
for (i = 0; i < sc->
sc_tx_ring_ndescs
; i++) {
2245
txr->txr_intrq = pcq_create(sc->
sc_tx_ring_ndescs
, KM_NOSLEEP);
2284
for (i = 0; i < sc->
sc_tx_ring_ndescs
; i++) {
2292
kmem_free(maps, sizeof(maps[0]) * sc->
sc_tx_ring_ndescs
);
[
all
...]
if_ixl.c
662
unsigned int
sc_tx_ring_ndescs
;
member in struct:ixl_softc
1178
sc->
sc_tx_ring_ndescs
= ixl_param_tx_ndescs;
1182
KASSERT(IXL_TXRX_PROCESS_UNLIMIT > sc->
sc_tx_ring_ndescs
);
1185
KASSERT(sc->
sc_tx_ring_ndescs
==
1186
(1U << (fls32(sc->
sc_tx_ring_ndescs
) - 1)));
1316
IFQ_SET_MAXLEN(&ifp->if_snd, sc->
sc_tx_ring_ndescs
);
2364
maps = kmem_zalloc(sizeof(maps[0]) * sc->
sc_tx_ring_ndescs
,
2368
sizeof(struct ixl_tx_desc) * sc->
sc_tx_ring_ndescs
,
2372
for (i = 0; i < sc->
sc_tx_ring_ndescs
; i++) {
2387
txr->txr_intrq = pcq_create(sc->
sc_tx_ring_ndescs
, KM_NOSLEEP)
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025