Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_cm.c666 cep->ord = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
668 cep->ird = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
802 rep_ird = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
803 rep_ord = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
1635 htons(params->ord & MPA_IRD_ORD_MASK) | in siw_accept()
1638 htons(params->ird & MPA_IRD_ORD_MASK) | in siw_accept()
Diwarp.h20 #define MPA_IRD_ORD_MASK 0x3fff macro