OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txsfree
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_bce.c
511
int
txsfree
;
local in function:bce_start
524
txsfree
= BCE_NTXDESC - 1 + sc->bce_txin - sc->bce_txsnext;
526
txsfree
= sc->bce_txin - sc->bce_txsnext - 1;
533
while (
txsfree
> 0) {
569
if (dmamap->dm_nsegs >
txsfree
) {
606
txsfree
--;
638
if (
txsfree
== 0) {
Completed in 12 milliseconds
Indexes created Tue Oct 28 09:09:52 GMT 2025