Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_net.c358 cpu_to_be16(ROCE_V2_UDP_DPORT)); in prepare4()
382 cpu_to_be16(ROCE_V2_UDP_DPORT)); in prepare6()
640 htons(ROCE_V2_UDP_DPORT), false); in rxe_net_ipv4_init()
655 htons(ROCE_V2_UDP_DPORT), true); in rxe_net_ipv6_init()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c640 app->protocol == ROCE_V2_UDP_DPORT)) in bnxt_dcbnl_ieee_setapp()
668 app->protocol == ROCE_V2_UDP_DPORT)) in bnxt_dcbnl_ieee_delapp()
/Linux-v5.4/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c485 udh->udp.dport = htons(ROCE_V2_UDP_DPORT); in qedr_gsi_build_header()
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dmain.c1186 app.protocol = ROCE_V2_UDP_DPORT; in bnxt_re_get_priority_mask()
Dib_verbs.c1931 qp->qp1_hdr.udp.dport = htons(ROCE_V2_UDP_DPORT); in bnxt_re_build_qp1_send_v2()
2839 ROCE_V2_UDP_DPORT) in bnxt_re_is_loopback_packet()
/Linux-v5.4/include/rdma/
Dib_verbs.h167 #define ROCE_V2_UDP_DPORT 4791 macro
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmain.c2865 err = mlx4_config_roce_v2_port(dev, ROCE_V2_UDP_DPORT); in mlx4_ib_add()
Dqp.c3147 sqp->ud_header.udp.dport = htons(ROCE_V2_UDP_DPORT); in build_mlx_header()