Symbol: iop_softc
sys/dev/pst/pst-iop.c
103
struct iop_softc *sc;
sys/dev/pst/pst-iop.c
168
struct iop_softc *sc = (struct iop_softc *)data;
sys/dev/pst/pst-iop.c
196
((void (*)(struct iop_softc *, u_int32_t, struct i2o_single_reply *))
sys/dev/pst/pst-iop.c
203
iop_reset(struct iop_softc *sc)
sys/dev/pst/pst-iop.c
236
iop_init_outqueue(struct iop_softc *sc)
sys/dev/pst/pst-iop.c
292
iop_get_lct(struct iop_softc *sc)
sys/dev/pst/pst-iop.c
336
iop_get_util_params(struct iop_softc *sc, int target, int operation, int group)
sys/dev/pst/pst-iop.c
385
iop_get_mfa(struct iop_softc *sc)
sys/dev/pst/pst-iop.c
400
iop_free_mfa(struct iop_softc *sc, int mfa)
sys/dev/pst/pst-iop.c
415
iop_done(struct iop_softc *sc, u_int32_t mfa, struct i2o_single_reply *reply)
sys/dev/pst/pst-iop.c
426
iop_queue_wait_msg(struct iop_softc *sc, int mfa, struct i2o_basic_message *msg)
sys/dev/pst/pst-iop.c
60
iop_init(struct iop_softc *sc)
sys/dev/pst/pst-iop.h
633
int iop_init(struct iop_softc *);
sys/dev/pst/pst-iop.h
636
int iop_reset(struct iop_softc *);
sys/dev/pst/pst-iop.h
637
int iop_init_outqueue(struct iop_softc *);
sys/dev/pst/pst-iop.h
638
int iop_get_lct(struct iop_softc *);
sys/dev/pst/pst-iop.h
639
struct i2o_get_param_reply *iop_get_util_params(struct iop_softc *,int,int,int);
sys/dev/pst/pst-iop.h
640
u_int32_t iop_get_mfa(struct iop_softc *);
sys/dev/pst/pst-iop.h
641
void iop_free_mfa(struct iop_softc *, int);
sys/dev/pst/pst-iop.h
642
int iop_queue_wait_msg(struct iop_softc *, int, struct i2o_basic_message *);
sys/dev/pst/pst-iop.h
646
int pst_add_raid(struct iop_softc *, struct i2o_lct_entry *);
sys/dev/pst/pst-pci.c
104
struct iop_softc *sc = device_get_softc(dev);
sys/dev/pst/pst-pci.c
127
sizeof(struct iop_softc),
sys/dev/pst/pst-pci.c
72
struct iop_softc *sc = device_get_softc(dev);
sys/dev/pst/pst-raid.c
251
pst_done(struct iop_softc *sc, u_int32_t mfa, struct i2o_single_reply *reply)
sys/dev/pst/pst-raid.c
59
struct iop_softc *iop;
sys/dev/pst/pst-raid.c
79
static void pst_done(struct iop_softc *, u_int32_t, struct i2o_single_reply *);
sys/dev/pst/pst-raid.c
88
pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct)