Home
last modified time | relevance | path

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

/src/sys/dev/irdma/
H A Dirdma_cm.c952 u16 ctrl_ird, ctrl_ord; in irdma_build_mpa_v2() local
967 ctrl_ord = IETF_NO_IRD_ORD; in irdma_build_mpa_v2()
972 ctrl_ord = (cm_node->ord_size > IETF_NO_IRD_ORD) ? in irdma_build_mpa_v2()
980 ctrl_ord |= IETF_RDMA0_WRITE; in irdma_build_mpa_v2()
981 ctrl_ord |= IETF_RDMA0_READ; in irdma_build_mpa_v2()
986 ctrl_ord |= IETF_RDMA0_WRITE; in irdma_build_mpa_v2()
989 ctrl_ord |= IETF_RDMA0_READ; in irdma_build_mpa_v2()
997 rtr_msg->ctrl_ord = htons(ctrl_ord); in irdma_build_mpa_v2()
1104 u16 ctrl_ord; in irdma_negotiate_mpa_v2_ird_ord() local
1111 ctrl_ord = ntohs(rtr_msg->ctrl_ord); in irdma_negotiate_mpa_v2_ird_ord()
[all …]
H A Dirdma_cm.h204 __be16 ctrl_ord; member