OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_tx_ih
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbppc/virtex/dev/
if_temac.c
192
void *
sc_tx_ih
;
member in struct:temac_softc
469
sc->
sc_tx_ih
= ll_dmac_intr_establish(tx->dmac_chan,
471
if (sc->
sc_tx_ih
== NULL) {
/src/sys/arch/sparc64/dev/
vnet.c
137
void *
sc_tx_ih
;
member in struct:vnet_softc
265
sc->
sc_tx_ih
= bus_intr_establish(ca->ca_bustag, sc->sc_tx_ino,
269
if (sc->
sc_tx_ih
== NULL || sc->sc_rx_ih == NULL) {
1541
intr_barrier(sc->
sc_tx_ih
);
vdsk.c
146
void *
sc_tx_ih
;
member in struct:vdsk_softc
268
sc->
sc_tx_ih
= bus_intr_establish(ca->ca_bustag, ca->ca_tx_ino,
272
if (sc->
sc_tx_ih
== NULL || sc->sc_rx_ih == NULL) {
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
212
void *
sc_tx_ih
;
member in struct:pq3etsec_softc
670
sc->
sc_tx_ih
= intr_establish(cnl->cnl_intrs[0], IPL_VM, IST_ONCHIP,
672
if (sc->
sc_tx_ih
== NULL) {
834
intr_disestablish(sc->
sc_tx_ih
);
Completed in 16 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025