Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3291 u8 nw_hdr_type = 0xFF; in bnxt_re_to_ib_nw_type() local
3295 nw_hdr_type = RDMA_NETWORK_ROCE_V1; in bnxt_re_to_ib_nw_type()
3298 nw_hdr_type = RDMA_NETWORK_IPV4; in bnxt_re_to_ib_nw_type()
3301 nw_hdr_type = RDMA_NETWORK_IPV6; in bnxt_re_to_ib_nw_type()
3304 return nw_hdr_type; in bnxt_re_to_ib_nw_type()