Searched refs:__be16_to_cpu (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/include/
H A Dbyteorder.h52 #define __be16_to_cpu be16toh macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h56 #define __be16_to_cpu(x) be16toh(x) macro
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c2501 param->reason = __be16_to_cpu(rej_msg->reason);
2513 if (__be16_to_cpu(rej_msg->reason) == IB_CM_REJ_TIMEOUT) {
2562 if (__be16_to_cpu(rej_msg->reason) == IB_CM_REJ_STALE_CONN)
3181 param->pkey = __be16_to_cpu(sidr_req_msg->pkey);

Completed in 70 milliseconds