OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txnsegs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_mvxpe.c
2109
int
txnsegs
;
local in function:mvxpe_tx_queue
2124
txnsegs
= MVXPE_TX_MAP(sc, q, tx->tx_cpu)->dm_nsegs;
2125
if (
txnsegs
<= 0 || (
txnsegs
+ tx->tx_used) > tx->tx_queue_len) {
2143
for (i = 0; i <
txnsegs
; i++) {
if_mvxpe.c
2109
int
txnsegs
;
local in function:mvxpe_tx_queue
2124
txnsegs
= MVXPE_TX_MAP(sc, q, tx->tx_cpu)->dm_nsegs;
2125
if (
txnsegs
<= 0 || (
txnsegs
+ tx->tx_used) > tx->tx_queue_len) {
2143
for (i = 0; i <
txnsegs
; i++) {
Completed in 49 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025