Searched refs:iop_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/pst/ |
H A D | pst-iop.c | 60 iop_init(struct iop_softc *sc) in iop_init() 103 struct iop_softc *sc; in iop_attach() 168 struct iop_softc *sc = (struct iop_softc *)data; in iop_intr() 196 ((void (*)(struct iop_softc *, u_int32_t, struct i2o_single_reply *)) in iop_intr() 203 iop_reset(struct iop_softc *sc) in iop_reset() 236 iop_init_outqueue(struct iop_softc *sc) in iop_init_outqueue() 292 iop_get_lct(struct iop_softc *sc) in iop_get_lct() 336 iop_get_util_params(struct iop_softc *sc, int target, int operation, int group) in iop_get_util_params() 385 iop_get_mfa(struct iop_softc *s [all...] |
H A D | pst-iop.h | 41 struct iop_softc { struct 633 int iop_init(struct iop_softc *); 636 int iop_reset(struct iop_softc *); 637 int iop_init_outqueue(struct iop_softc *); 638 int iop_get_lct(struct iop_softc *); 639 struct i2o_get_param_reply *iop_get_util_params(struct iop_softc *,int,int,int); 640 u_int32_t iop_get_mfa(struct iop_softc *); 641 void iop_free_mfa(struct iop_softc *, int); 642 int iop_queue_wait_msg(struct iop_softc *, int, struct i2o_basic_message *); 646 int pst_add_raid(struct iop_softc *, struct i2o_lct_entry *);
|
H A D | pst-pci.c | 72 struct iop_softc *sc = device_get_softc(dev); in iop_pci_attach() 104 struct iop_softc *sc = device_get_softc(dev); in iop_pci_detach() 127 sizeof(struct iop_softc),
|
H A D | pst-raid.c | 59 struct iop_softc *iop; 79 static void pst_done(struct iop_softc *, u_int32_t, struct i2o_single_reply *); 88 pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct) in pst_add_raid() 251 pst_done(struct iop_softc *sc, u_int32_t mfa, struct i2o_single_reply *reply) in pst_done()
|