Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c715 cep->ord = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
717 cep->ird = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
851 rep_ird = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
852 rep_ord = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
1685 htons(params->ord & MPA_IRD_ORD_MASK) | in siw_accept()
1688 htons(params->ird & MPA_IRD_ORD_MASK) | in siw_accept()
H A Diwarp.h20 #define MPA_IRD_ORD_MASK 0x3fff macro