Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_mad.c666 u8 msl; in subn_set_portinfo() local
707 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()
/drivers/staging/rdma/hfi1/
Dmad.c1051 u8 msl; in __subn_set_opa_portinfo() local
1114 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()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1685 struct mdc_swap_layouts *msl, *payload; in mdc_ioc_swap_layouts() local
1687 msl = op_data->op_data; in mdc_ioc_swap_layouts()
1718 *payload = *msl; in mdc_ioc_swap_layouts()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2309 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl) in lustre_swab_swap_layouts() argument
2311 __swab64s(&msl->msl_flags); in lustre_swab_swap_layouts()
/drivers/staging/lustre/lustre/llite/
Dfile.c1942 struct mdc_swap_layouts msl; in ll_swap_layouts() local
2048 msl.msl_flags = 0; in ll_swap_layouts()
2051 0, LUSTRE_OPC_ANY, &msl); in ll_swap_layouts()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3672 void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl);