Home
last modified time | relevance | path

Searched refs:msl (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/mac802154/
Dllsec.c53 struct mac802154_llsec_seclevel *msl; in mac802154_llsec_destroy() local
55 msl = container_of(sl, struct mac802154_llsec_seclevel, level); in mac802154_llsec_destroy()
57 kfree(msl); in mac802154_llsec_destroy()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.c665 u8 msl; in subn_set_portinfo() local
706 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()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1781 struct mdc_swap_layouts *msl, *payload; in mdc_ioc_swap_layouts() local
1783 msl = op_data->op_data; in mdc_ioc_swap_layouts()
1817 *payload = *msl; in mdc_ioc_swap_layouts()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1953 struct mdc_swap_layouts msl; in ll_swap_layouts() local
2059 msl.msl_flags = 0; in ll_swap_layouts()
2062 0, LUSTRE_OPC_ANY, &msl); in ll_swap_layouts()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2525 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl) in lustre_swab_swap_layouts() argument
2527 __swab64s(&msl->msl_flags); in lustre_swab_swap_layouts()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3722 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl);