Searched refs:msl (Results 1 – 6 of 6) sorted by relevance
666 u8 msl; in subn_set_portinfo() local707 msl = pip->neighbormtu_mastersmsl & 0xF; in subn_set_portinfo()711 else if (smlid != ibp->sm_lid || msl != ibp->sm_sl) { in subn_set_portinfo()716 if (msl != ibp->sm_sl) in subn_set_portinfo()717 ibp->sm_ah->attr.sl = msl; in subn_set_portinfo()722 if (msl != ibp->sm_sl) in subn_set_portinfo()723 ibp->sm_sl = msl; in subn_set_portinfo()
1051 u8 msl; in __subn_set_opa_portinfo() local1114 msl = pi->smsl & OPA_PI_MASK_SMSL; in __subn_set_opa_portinfo()1135 } else if (smlid != ibp->sm_lid || msl != ibp->sm_sl) { in __subn_set_opa_portinfo()1141 if (msl != ibp->sm_sl) in __subn_set_opa_portinfo()1142 ibp->sm_ah->attr.sl = msl; in __subn_set_opa_portinfo()1147 if (msl != ibp->sm_sl) in __subn_set_opa_portinfo()1148 ibp->sm_sl = msl; in __subn_set_opa_portinfo()
1685 struct mdc_swap_layouts *msl, *payload; in mdc_ioc_swap_layouts() local1687 msl = op_data->op_data; in mdc_ioc_swap_layouts()1718 *payload = *msl; in mdc_ioc_swap_layouts()
2309 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl) in lustre_swab_swap_layouts() argument2311 __swab64s(&msl->msl_flags); in lustre_swab_swap_layouts()
1942 struct mdc_swap_layouts msl; in ll_swap_layouts() local2048 msl.msl_flags = 0; in ll_swap_layouts()2051 0, LUSTRE_OPC_ANY, &msl); in ll_swap_layouts()
3672 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl);