Searched refs:msl (Results 1 – 6 of 6) sorted by relevance
53 struct mac802154_llsec_seclevel *msl; in mac802154_llsec_destroy() local55 msl = container_of(sl, struct mac802154_llsec_seclevel, level); in mac802154_llsec_destroy()57 kfree(msl); in mac802154_llsec_destroy()
665 u8 msl; in subn_set_portinfo() local706 msl = pip->neighbormtu_mastersmsl & 0xF; in subn_set_portinfo()710 else if (smlid != ibp->sm_lid || msl != ibp->sm_sl) { in subn_set_portinfo()715 if (msl != ibp->sm_sl) in subn_set_portinfo()716 ibp->sm_ah->attr.sl = msl; in subn_set_portinfo()721 if (msl != ibp->sm_sl) in subn_set_portinfo()722 ibp->sm_sl = msl; in subn_set_portinfo()
1781 struct mdc_swap_layouts *msl, *payload; in mdc_ioc_swap_layouts() local1783 msl = op_data->op_data; in mdc_ioc_swap_layouts()1817 *payload = *msl; in mdc_ioc_swap_layouts()
1953 struct mdc_swap_layouts msl; in ll_swap_layouts() local2059 msl.msl_flags = 0; in ll_swap_layouts()2062 0, LUSTRE_OPC_ANY, &msl); in ll_swap_layouts()
2525 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl) in lustre_swab_swap_layouts() argument2527 __swab64s(&msl->msl_flags); in lustre_swab_swap_layouts()
3722 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl);