Lines Matching defs:le
218 struct i2o_lct_entry *le;
258 for (le = iop->sc_lct->entry; nent != 0; nent--, le++)
259 if ((le16toh(le->classid) & 4095) ==
261 (le32toh(le->usertid) & 4095) == bptid) {
262 bptid = le16toh(le->localtid) & 4095;
267 for (i = 0, le = iop->sc_lct->entry; i < nent; i++, le++) {
268 if ((le16toh(le->classid) & 4095) != I2O_CLASS_SCSI_PERIPHERAL)
270 if (((le32toh(le->usertid) >> 12) & 4095) != bptid)
272 tid = le16toh(le->localtid) & 4095;
314 if ((le32toh(le->usertid) & 4095) != I2O_TID_NONE) {
321 le32toh(le->usertid) & 4095);