OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ccb
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
mfivar.h
172
struct mfi_ccb *
sc_ccb
;
member in struct:mfi_softc
/src/sys/dev/pci/
ips.c
449
struct ips_ccb *
sc_ccb
;
member in struct:ips_softc
694
sc->
sc_ccb
= &ccb0;
726
if ((sc->
sc_ccb
= ips_ccb_alloc(sc, sc->sc_nccbs)) == NULL) {
733
&sc->
sc_ccb
[i], c_link);
831
ips_ccb_free(sc, sc->
sc_ccb
, sc->sc_nccbs);
1610
ccb = &sc->
sc_ccb
[id];
mfii.c
340
struct mfii_ccb *
sc_ccb
;
member in struct:mfii_softc
2241
ccb = &sc->
sc_ccb
[le16toh(rdp->smid) - 1];
2851
sc->
sc_ccb
= malloc(sc->sc_max_cmds * sizeof(struct mfii_ccb),
2855
ccb = &sc->
sc_ccb
[i];
2921
free(sc->
sc_ccb
, M_DEVBUF);
Completed in 14 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025