Searched refs:sl_vid (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/
H A Dcq.h45 __be16 sl_vid; member in struct:mlx4_cqe
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c596 wc->vlan_id = be16_to_cpu(hdr->tun.sl_vid);
602 wc->sl = (u8) (be16_to_cpu(hdr->tun.sl_vid) >> 12);
853 wc->sl = be16_to_cpu(cqe->sl_vid) >> 13;
856 wc->vlan_id = be16_to_cpu(cqe->sl_vid) &
864 wc->sl = be16_to_cpu(cqe->sl_vid) >> 12;
H A Dmlx4_ib.h272 __be16 sl_vid; member in struct:mlx4_rcv_tunnel_hdr
H A Dmlx4_ib_mad.c598 tun_mad->hdr.sl_vid = cpu_to_be16(vlan);
602 tun_mad->hdr.sl_vid = cpu_to_be16(((u16)(wc->sl)) << 12);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dcq.c356 wc->sl = be16toh(cqe->sl_vid) >> 13;
358 wc->sl = be16toh(cqe->sl_vid) >> 12;
620 return be16toh(cq->cqe->sl_vid) >> 13;
622 return be16toh(cq->cqe->sl_vid) >> 12;
H A Dmlx4.h281 uint16_t sl_vid; member in struct:mlx4_cqe::__anon3795::__anon3796
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c806 mb->m_pkthdr.ether_vtag = be16_to_cpu(cqe->sl_vid);

Completed in 401 milliseconds