OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:td_sts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_vge.c
1376
txstat = le32toh(sc->sc_txdescs[idx].
td_sts
);
1520
uint32_t
td_sts
, td_ctl;
local in function:vge_encap
1530
td_sts
= le32toh(txd->
td_sts
);
1532
if (
td_sts
& VGE_TDSTS_OWN) {
1600
td_sts
= sz << 16;
1618
txd->
td_sts
= htole32(
td_sts
);
1621
txd->
td_sts
= htole32(VGE_TDSTS_OWN |
td_sts
);
[
all
...]
if_vgereg.h
631
volatile uint32_t
td_sts
;
member in struct:vge_txdesc
Completed in 191 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025