Home
last modified time | relevance | path

Searched refs:i2o_basic_message (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pst/
H A Dpst-iop.c319 if (iop_queue_wait_msg(sc, mfa, (struct i2o_basic_message *)msg)) { in iop_get_lct()
375 if (iop_queue_wait_msg(sc, mfa, (struct i2o_basic_message *)msg) || in iop_get_util_params()
402 struct i2o_basic_message *msg = (struct i2o_basic_message *)(sc->ibase+mfa); in iop_free_mfa()
404 bzero(msg, sizeof(struct i2o_basic_message)); in iop_free_mfa()
407 msg->message_size = sizeof(struct i2o_basic_message) >> 2; in iop_free_mfa()
426 iop_queue_wait_msg(struct iop_softc *sc, int mfa, struct i2o_basic_message *msg) in iop_queue_wait_msg()
466 iop_create_sgl(struct i2o_basic_message *msg, caddr_t data, int count, int dir) in iop_create_sgl()
H A Dpst-iop.h129 struct i2o_basic_message { struct
642 int iop_queue_wait_msg(struct iop_softc *, int, struct i2o_basic_message *);
643 int iop_create_sgl(struct i2o_basic_message *, caddr_t, int, int);
H A Dpst-raid.c201 if (iop_queue_wait_msg(psc->iop, mfa, (struct i2o_basic_message *)msg)) in pst_shutdown_post_sync()
303 if (!iop_create_sgl((struct i2o_basic_message *)msg, request->bp->bio_data, in pst_rw()