Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dcq.c356 wc->sl = be16toh(cqe->sl_vid) >> 13; in mlx4_parse_cqe()
358 wc->sl = be16toh(cqe->sl_vid) >> 12; in mlx4_parse_cqe()
620 return be16toh(cq->cqe->sl_vid) >> 13; in mlx4_cq_read_wc_sl()
622 return be16toh(cq->cqe->sl_vid) >> 12; in mlx4_cq_read_wc_sl()
H A Dmlx4.h281 uint16_t sl_vid; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c590 wc->vlan_id = be16_to_cpu(hdr->tun.sl_vid); in use_tunnel_data()
596 wc->sl = (u8) (be16_to_cpu(hdr->tun.sl_vid) >> 12); in use_tunnel_data()
847 wc->sl = be16_to_cpu(cqe->sl_vid) >> 13; in mlx4_ib_poll_one()
850 wc->vlan_id = be16_to_cpu(cqe->sl_vid) & in mlx4_ib_poll_one()
859 wc->sl = be16_to_cpu(cqe->sl_vid) >> 12; in mlx4_ib_poll_one()
H A Dmlx4_ib.h267 __be16 sl_vid; member
H A Dmlx4_ib_mad.c598 tun_mad->hdr.sl_vid = cpu_to_be16(vlan); in mlx4_ib_send_to_slave()
602 tun_mad->hdr.sl_vid = cpu_to_be16(((u16)(wc->sl)) << 12); in mlx4_ib_send_to_slave()
/freebsd/sys/dev/mlx4/
H A Dcq.h45 __be16 sl_vid; member
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c806 mb->m_pkthdr.ether_vtag = be16_to_cpu(cqe->sl_vid); in mlx4_en_process_rx_cq()