OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_iop
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
mfivar.h
139
const struct mfi_iop_ops *
sc_iop
;
member in struct:mfi_softc
mfi.c
290
#define mfi_fw_state(_s) ((_s)->
sc_iop
->mio_fw_state(_s))
291
#define mfi_intr_enable(_s) ((_s)->
sc_iop
->mio_intr_ena(_s))
292
#define mfi_intr_disable(_s) ((_s)->
sc_iop
->mio_intr_dis(_s))
293
#define mfi_my_intr(_s) ((_s)->
sc_iop
->mio_intr(_s))
294
#define mfi_post(_s, _c) ((_s)->
sc_iop
->mio_post((_s), (_c)))
1029
sc->
sc_iop
= &mfi_iop_xscale;
1032
sc->
sc_iop
= &mfi_iop_ppc;
1035
sc->
sc_iop
= &mfi_iop_gen2;
1038
sc->
sc_iop
= &mfi_iop_skinny;
1041
sc->
sc_iop
= &mfi_iop_tbolt
[
all
...]
/src/sys/dev/pci/
mfii.c
307
const struct mfii_iop *
sc_iop
;
member in struct:mfii_softc
721
sc->
sc_iop
= mfii_find_iop(aux);
750
memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, sc->
sc_iop
->bar);
752
if (pci_mapreg_map(pa, sc->
sc_iop
->bar, memtype, 0,
804
if (((sc->
sc_iop
->iop_flag & MFII_IOP_HAS_32BITDESC_BIT) != 0) &&
1176
if ((sc->
sc_iop
->iop_flag & MFII_IOP_QUIRK_REGREAD) != 0) {
2441
ctx->type_nseg = sc->
sc_iop
->ldio_ctx_type_nseg;
2443
ctx->reg_lock_flags = htole16(sc->
sc_iop
->ldio_ctx_reg_lock_flags);
2452
switch (sc->
sc_iop
->num_sge_loc) {
2462
ccb->ccb_req.flags = sc->
sc_iop
->ldio_req_type
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 29 09:09:48 GMT 2025