OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sp_txinuse
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
hd64570.c
645
scp->
sp_txinuse
= 0;
1016
if ((scp->
sp_txinuse
>= (scp->sp_ntxdesc - 1))
1020
if (scp->
sp_txinuse
1024
SCA_DPRINTF(SCA_DEBUG_TX, ("TX: txinuse %d\n", scp->
sp_txinuse
));
1065
if (scp->
sp_txinuse
)
1127
scp->
sp_txinuse
++;
1131
("TX: inuse %d index %d\n", scp->
sp_txinuse
, scp->sp_txcur));
1139
if (scp->
sp_txinuse
< (scp->sp_ntxdesc - 1))
1141
if (scp->
sp_txinuse
< scp->sp_ntxdesc)
1267
scp->
sp_txinuse
= 0
[
all
...]
hd64570var.h
115
volatile u_int
sp_txinuse
; /* descriptors in use */
member in struct:sca_port
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025