Home
last modified time | relevance | path

Searched refs:MPA_IRD_ORD_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A 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()
1634 htons(params->ord & MPA_IRD_ORD_MASK) | in siw_accept()
1637 htons(params->ird & MPA_IRD_ORD_MASK) | in siw_accept()
H A Diwarp.h20 #define MPA_IRD_ORD_MASK 0x3fff macro
/kernel/linux/linux-6.6/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

Completed in 8 milliseconds