OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_ring_cnt
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/hyperv/
if_hvn.c
581
int
tx_ring_cnt
, ring_cnt;
local in function:hvn_attach
628
tx_ring_cnt
= hvn_tx_ring_cnt;
629
if (
tx_ring_cnt
<= 0 ||
tx_ring_cnt
> ring_cnt)
630
tx_ring_cnt
= ring_cnt;
632
if (hvn_tx_ring_create(sc,
tx_ring_cnt
)) {
Completed in 16 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025