Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_cm.c654 cep->ord = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
656 cep->ird = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareq()
790 rep_ird = ntohs(v2->ird) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
791 rep_ord = ntohs(v2->ord) & MPA_IRD_ORD_MASK; in siw_proc_mpareply()
1633 htons(params->ord & MPA_IRD_ORD_MASK) | in siw_accept()
1636 htons(params->ird & MPA_IRD_ORD_MASK) | in siw_accept()
Diwarp.h20 #define MPA_IRD_ORD_MASK 0x3fff macro