Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c426 u8 lwe; in recv_subn_set_portinfo() local
467 lwe = pip->link_width_enabled; in recv_subn_set_portinfo()
468 if (lwe) { in recv_subn_set_portinfo()
469 if (lwe == 0xFF) in recv_subn_set_portinfo()
470 lwe = dd->ipath_link_width_supported; in recv_subn_set_portinfo()
471 else if (lwe >= 16 || (lwe & ~dd->ipath_link_width_supported)) in recv_subn_set_portinfo()
473 set_link_width_enabled(dd, lwe); in recv_subn_set_portinfo()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.c661 u8 lwe; in subn_set_portinfo() local
728 lwe = pip->link_width_enabled; in subn_set_portinfo()
729 if (lwe) { in subn_set_portinfo()
730 if (lwe == 0xFF) in subn_set_portinfo()
732 else if (lwe >= 16 || (lwe & ~ppd->link_width_supported)) in subn_set_portinfo()
734 else if (lwe != ppd->link_width_enabled) in subn_set_portinfo()
735 set_link_width_enabled(ppd, lwe); in subn_set_portinfo()
/linux-4.1.27/arch/mips/include/asm/
Dasm-eva.h140 #define user_lw(reg, addr) __BUILD_EVA_INSN(lwe, reg, addr)