OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sipd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_sip.c
532
struct sip_desc *
sipd
;
local
538
sipd
= &sc->sc_txdescs[i];
541
sipd
->sipd_words[GSIP64_DESC_LINK_LO] =
543
sipd
->sipd_words[GSIP64_DESC_LINK_HI] =
547
sipd
->sipd_words[SIP_DESC_LINK] = htole32(next_desc);
560
struct sip_desc *
sipd
= &sc->sc_txdescs[x];
local
563
sipd
->sipd_words[GSIP64_DESC_BUFPTR_LO] =
565
sipd
->sipd_words[GSIP64_DESC_BUFPTR_HI] =
568
sipd
->sipd_words[sc->sc_bufptr_idx] = htole32(bufptr);
570
sipd
->sipd_words[sc->sc_extsts_idx] = 0
579
struct sip_desc *
sipd
= &sc->sc_rxdescs[x];
local
[
all
...]
if_sip.c
532
struct sip_desc *
sipd
;
local
538
sipd
= &sc->sc_txdescs[i];
541
sipd
->sipd_words[GSIP64_DESC_LINK_LO] =
543
sipd
->sipd_words[GSIP64_DESC_LINK_HI] =
547
sipd
->sipd_words[SIP_DESC_LINK] = htole32(next_desc);
560
struct sip_desc *
sipd
= &sc->sc_txdescs[x];
local
563
sipd
->sipd_words[GSIP64_DESC_BUFPTR_LO] =
565
sipd
->sipd_words[GSIP64_DESC_BUFPTR_HI] =
568
sipd
->sipd_words[sc->sc_bufptr_idx] = htole32(bufptr);
570
sipd
->sipd_words[sc->sc_extsts_idx] = 0
579
struct sip_desc *
sipd
= &sc->sc_rxdescs[x];
local
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026