Searched refs:lwe (Results 1 – 3 of 3) sorted by relevance
426 u8 lwe; in recv_subn_set_portinfo() local467 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()
661 u8 lwe; in subn_set_portinfo() local728 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()
140 #define user_lw(reg, addr) __BUILD_EVA_INSN(lwe, reg, addr)