Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-iop.h50 struct i2o_lct_entry *lct;
399 struct i2o_lct_entry { struct
436 #define I2O_LCT_ENTRYSIZE (sizeof(struct i2o_lct_entry)/sizeof(u_int32_t)) argument
444 struct i2o_lct_entry entry[1];
646 int pst_add_raid(struct iop_softc *, struct i2o_lct_entry *);
H A Dpst-iop.c297 #define ALLOCSIZE (PAGE_SIZE + (256 * sizeof(struct i2o_lct_entry))) in iop_get_lct()
323 if (!(sc->lct = malloc(reply->table_size * sizeof(struct i2o_lct_entry), in iop_get_lct()
329 reply->table_size * sizeof(struct i2o_lct_entry)); in iop_get_lct()
H A Dpst-raid.c60 struct i2o_lct_entry *lct;
88 pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct) in pst_add_raid()