OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txb_sched
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
mb86950var.h
51
int
txb_sched
; /* number of scheduled packets */
member in struct:mb86950_softc
mb86960var.h
151
int
txb_sched
; /* number of scheduled packets */
member in struct:mb86960_softc
mb86950.c
529
sc->
txb_sched
= 0;
583
sc->
txb_sched
++;
586
if (sc->
txb_sched
> sc->txb_num_pkt) {
708
if (sc->
txb_sched
> 0)
745
if (sc->
txb_sched
> 0)
746
sc->
txb_sched
--;
753
if (sc->
txb_sched
> 0)
754
sc->
txb_sched
--;
764
if (sc->
txb_sched
== 0) {
mb86960.c
430
if_statadd(ifp, if_oerrors, sc->
txb_sched
+ sc->txb_count);
469
sc->
txb_sched
= 0;
624
sc->
txb_sched
= sc->txb_count;
634
bus_space_write_1(bst, bsh, FE_BMPR10, sc->
txb_sched
| FE_B10_START);
689
if ((sc->txb_count > 0) && (sc->
txb_sched
== 0)) {
761
if (sc->
txb_sched
== 0)
812
device_xname(sc->sc_dev), left, sc->
txb_sched
);
824
if_statadd_ref(ifp, nsr, if_opackets, sc->
txb_sched
- left);
848
sc->
txb_sched
= left - 1;
898
sc->
txb_sched
);
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025