Home
last modified time | relevance | path

Searched refs:MPA_IRD_ORD_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c657 cep->ord = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
659 cep->ird = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
793 rep_ird = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
794 rep_ord = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
1645 htons(params->ord & MPA_IRD_ORD_MASK) | in siw_accept()
1648 htons(params->ird & MPA_IRD_ORD_MASK) | in siw_accept()
H A Diwarp.h20 #define MPA_IRD_ORD_MASK 0x3fff macro