Searched refs:lwe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 664 u8 lwe; in subn_set_portinfo() local 732 lwe = pip->link_width_enabled; in subn_set_portinfo() 733 if (lwe) { in subn_set_portinfo() 734 if (lwe == 0xFF) in subn_set_portinfo() 736 else if (lwe >= 16 || (lwe & ~ppd->link_width_supported)) in subn_set_portinfo() 738 else if (lwe != ppd->link_width_enabled) in subn_set_portinfo() 739 set_link_width_enabled(ppd, lwe); in subn_set_portinfo()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 664 u8 lwe; in subn_set_portinfo() local 732 lwe = pip->link_width_enabled; in subn_set_portinfo() 733 if (lwe) { in subn_set_portinfo() 734 if (lwe == 0xFF) in subn_set_portinfo() 736 else if (lwe >= 16 || (lwe & ~ppd->link_width_supported)) in subn_set_portinfo() 738 else if (lwe != ppd->link_width_enabled) in subn_set_portinfo() 739 set_link_width_enabled(ppd, lwe); in subn_set_portinfo()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 1368 u16 lse, lwe, mtu; in __subn_set_opa_portinfo() local 1485 lwe = be16_to_cpu(pi->link_width.enabled); in __subn_set_opa_portinfo() 1486 if (lwe) { in __subn_set_opa_portinfo() 1487 if (lwe == OPA_LINK_WIDTH_RESET || in __subn_set_opa_portinfo() 1488 lwe == OPA_LINK_WIDTH_RESET_OLD) in __subn_set_opa_portinfo() 1490 else if ((lwe & ~ppd->link_width_supported) == 0) in __subn_set_opa_portinfo() 1491 set_link_width_enabled(ppd, lwe); in __subn_set_opa_portinfo() 1495 lwe = be16_to_cpu(pi->link_width_downgrade.enabled); in __subn_set_opa_portinfo() 1497 if (lwe == OPA_LINK_WIDTH_RESET || in __subn_set_opa_portinfo() 1498 lwe in __subn_set_opa_portinfo() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 1326 u16 lse, lwe, mtu; in __subn_set_opa_portinfo() local 1443 lwe = be16_to_cpu(pi->link_width.enabled); in __subn_set_opa_portinfo() 1444 if (lwe) { in __subn_set_opa_portinfo() 1445 if (lwe == OPA_LINK_WIDTH_RESET || in __subn_set_opa_portinfo() 1446 lwe == OPA_LINK_WIDTH_RESET_OLD) in __subn_set_opa_portinfo() 1448 else if ((lwe & ~ppd->link_width_supported) == 0) in __subn_set_opa_portinfo() 1449 set_link_width_enabled(ppd, lwe); in __subn_set_opa_portinfo() 1453 lwe = be16_to_cpu(pi->link_width_downgrade.enabled); in __subn_set_opa_portinfo() 1455 if (lwe == OPA_LINK_WIDTH_RESET || in __subn_set_opa_portinfo() 1456 lwe in __subn_set_opa_portinfo() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | asm-eva.h | 58 #define user_lw(reg, addr) __BUILD_EVA_INSN("lwe", reg, addr) 145 #define user_lw(reg, addr) __BUILD_EVA_INSN(lwe, reg, addr)
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | asm-eva.h | 58 #define user_lw(reg, addr) __BUILD_EVA_INSN("lwe", reg, addr) 145 #define user_lw(reg, addr) __BUILD_EVA_INSN(lwe, reg, addr)
|
Completed in 21 milliseconds