Home
last modified time | relevance | path

Searched refs:ore (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/exofs/
DKbuild15 # ore module library
16 libore-y := ore.o ore_raid.o
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mad.c431 int ret, ore; in recv_subn_set_portinfo() local
548 ore = pip->localphyerrors_overrunerrors; in recv_subn_set_portinfo()
549 if (set_phyerrthreshold(dd, (ore >> 4) & 0xF)) in recv_subn_set_portinfo()
552 if (set_overrunthreshold(dd, (ore & 0xF))) in recv_subn_set_portinfo()
/linux-4.4.14/fs/
DKconfig227 source "fs/exofs/Kconfig.ore"
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c668 int ret, ore, mtu; in subn_set_portinfo() local
800 ore = pip->localphyerrors_overrunerrors; in subn_set_portinfo()
801 if (set_phyerrthreshold(ppd, (ore >> 4) & 0xF)) in subn_set_portinfo()
804 if (set_overrunthreshold(ppd, (ore & 0xF))) in subn_set_portinfo()