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

/freebsd-13-stable/sys/dev/pst/
H A Dpst-iop.h52 struct i2o_lct_entry *lct;
401 struct i2o_lct_entry { struct
438 #define I2O_LCT_ENTRYSIZE (sizeof(struct i2o_lct_entry)/sizeof(u_int32_t))
446 struct i2o_lct_entry entry[1];
648 int pst_add_raid(struct iop_softc *, struct i2o_lct_entry *);
H A Dpst-iop.c300 #define ALLOCSIZE (PAGE_SIZE + (256 * sizeof(struct i2o_lct_entry)))
326 if (!(sc->lct = malloc(reply->table_size * sizeof(struct i2o_lct_entry),
332 reply->table_size * sizeof(struct i2o_lct_entry));
H A Dpst-raid.c59 struct i2o_lct_entry *lct;
87 pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct)

Completed in 63 milliseconds