Home
last modified time | relevance | path

Searched refs:ROCE_V2_UDP_DPORT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_net.c319 cpu_to_be16(ROCE_V2_UDP_DPORT)); in prepare4()
343 cpu_to_be16(ROCE_V2_UDP_DPORT)); in prepare6()
601 htons(ROCE_V2_UDP_DPORT), false); in rxe_net_ipv4_init()
616 htons(ROCE_V2_UDP_DPORT), true); in rxe_net_ipv6_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dlag.c39 uh->dest = htons(ROCE_V2_UDP_DPORT); in rdma_build_skb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c638 app->protocol == ROCE_V2_UDP_DPORT)) in bnxt_dcbnl_ieee_setapp()
666 app->protocol == ROCE_V2_UDP_DPORT)) in bnxt_dcbnl_ieee_delapp()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c485 udh->udp.dport = htons(ROCE_V2_UDP_DPORT); in qedr_gsi_build_header()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1231 app.protocol = ROCE_V2_UDP_DPORT; in bnxt_re_get_priority_mask()
H A Dib_verbs.c2218 qp->qp1_hdr.udp.dport = htons(ROCE_V2_UDP_DPORT); in bnxt_re_build_qp1_send_v2()
3127 ROCE_V2_UDP_DPORT) in bnxt_re_is_loopback_packet()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h147 #define ROCE_V2_UDP_DPORT 4791 macro
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmain.c2860 err = mlx4_config_roce_v2_port(dev, ROCE_V2_UDP_DPORT); in mlx4_ib_add()
H A Dqp.c3097 sqp->ud_header.udp.dport = htons(ROCE_V2_UDP_DPORT); in build_mlx_header()