OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_opns
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/cardbus/
if_ral_cardbus.c
85
struct ral_opns *
sc_opns
;
member in struct:ral_cardbus_softc
140
csc->
sc_opns
=
167
(*csc->
sc_opns
->attach)(sc, PCI_PRODUCT(ca->ca_id));
180
error = (*csc->
sc_opns
->detach)(sc);
211
csc->
sc_opns
->intr, sc);
/src/sys/dev/pci/
if_ral_pci.c
88
struct ral_opns *
sc_opns
;
member in struct:ral_pci_softc
178
psc->
sc_opns
= &ral_rt2560_opns;
183
psc->
sc_opns
= &ral_rt2661_opns;
186
psc->
sc_opns
= &ral_rt2860_opns;
191
psc->
sc_opns
= &ral_rt2860_opns;
220
psc->
sc_opns
->intr, sc, device_xname(self));
231
(*psc->
sc_opns
->attach)(sc, PCI_PRODUCT(pa->pa_id));
244
error = (*psc->
sc_opns
->detach)(sc);
Completed in 48 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025