OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extsts
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_rge.c
1563
uint32_t rxstat,
extsts
;
local
1578
extsts
= letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1650
if ((
extsts
& RGE_RDEXTSTS_IPCSUMERR) &&
1651
(
extsts
& RGE_RDEXTSTS_IPV4))
1656
if ((
extsts
& (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) &&
1657
(((
extsts
& RGE_RDEXTSTS_TCPPKT) &&
1658
(
extsts
& RGE_RDEXTSTS_TCPCSUMERR)) ||
1659
((
extsts
& RGE_RDEXTSTS_UDPPKT) &&
1660
(
extsts
& RGE_RDEXTSTS_UDPCSUMERR))))
1663
if (
extsts
& RGE_RDEXTSTS_VTAG)
[
all
...]
if_rge.c
1563
uint32_t rxstat,
extsts
;
local
1578
extsts
= letoh32(cur_rx->hi_qword1.rx_qword4.rge_extsts);
1650
if ((
extsts
& RGE_RDEXTSTS_IPCSUMERR) &&
1651
(
extsts
& RGE_RDEXTSTS_IPV4))
1656
if ((
extsts
& (RGE_RDEXTSTS_IPV4 | RGE_RDEXTSTS_IPV6)) &&
1657
(((
extsts
& RGE_RDEXTSTS_TCPPKT) &&
1658
(
extsts
& RGE_RDEXTSTS_TCPCSUMERR)) ||
1659
((
extsts
& RGE_RDEXTSTS_UDPPKT) &&
1660
(
extsts
& RGE_RDEXTSTS_UDPCSUMERR))))
1663
if (
extsts
& RGE_RDEXTSTS_VTAG)
[
all
...]
if_sip.c
1111
*
EXTSTS
doesn't really exist on non-GigE parts,
1476
uint32_t
extsts
= 0;
local
1516
extsts
|= htole32(EXTSTS_IPPKT);
1521
extsts
|= htole32(EXTSTS_TCPPKT);
1525
extsts
|= htole32(EXTSTS_UDPPKT);
1527
sc->sc_txdescs[sc->sc_txnext].sipd_words[sc->sc_extsts_idx] |=
extsts
;
2115
uint32_t cmdsts,
extsts
;
local
2141
extsts
=
2273
* the tag in the network byte order, but
extsts
was
2281
if ((
extsts
& EXTSTS_VPKT) != 0)
[
all
...]
if_sip.c
1111
*
EXTSTS
doesn't really exist on non-GigE parts,
1476
uint32_t
extsts
= 0;
local
1516
extsts
|= htole32(EXTSTS_IPPKT);
1521
extsts
|= htole32(EXTSTS_TCPPKT);
1525
extsts
|= htole32(EXTSTS_UDPPKT);
1527
sc->sc_txdescs[sc->sc_txnext].sipd_words[sc->sc_extsts_idx] |=
extsts
;
2115
uint32_t cmdsts,
extsts
;
local
2141
extsts
=
2273
* the tag in the network byte order, but
extsts
was
2281
if ((
extsts
& EXTSTS_VPKT) != 0)
[
all
...]
Completed in 39 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026