Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_net.c400 htons(ROCE_V2_UDP_DPORT)); in prepare4()
427 htons(ROCE_V2_UDP_DPORT)); in prepare6()
696 htons(ROCE_V2_UDP_DPORT), false); in rxe_net_ipv4_init()
711 htons(ROCE_V2_UDP_DPORT), true); in rxe_net_ipv6_init()
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c482 udh->udp.dport = htons(ROCE_V2_UDP_DPORT); in qedr_gsi_build_header()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dmain.c1126 app.protocol = ROCE_V2_UDP_DPORT; in bnxt_re_get_priority_mask()
Dib_verbs.c1974 qp->qp1_hdr.udp.dport = htons(ROCE_V2_UDP_DPORT); in bnxt_re_build_qp1_send_v2()
2898 ROCE_V2_UDP_DPORT) in bnxt_re_is_loopback_packet()
/Linux-v4.19/include/rdma/
Dib_verbs.h93 #define ROCE_V2_UDP_DPORT 4791 macro
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c2920 err = mlx4_config_roce_v2_port(dev, ROCE_V2_UDP_DPORT); in mlx4_ib_add()
Dqp.c3063 sqp->ud_header.udp.dport = htons(ROCE_V2_UDP_DPORT); in build_mlx_header()