Home
last modified time | relevance | path

Searched refs:I2O_LCT_ENTRYSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pst/
H A Dpst-iop.h436 #define I2O_LCT_ENTRYSIZE (sizeof(struct i2o_lct_entry)/sizeof(u_int32_t)) macro
H A Dpst-iop.c119 for (i = 0; sc->lct[i].entry_size == I2O_LCT_ENTRYSIZE; i++) { in iop_attach()