Searched refs:sl_vid (Results 1 – 7 of 7) sorted by relevance
356 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()
281 uint16_t sl_vid; member
590 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()
267 __be16 sl_vid; member
598 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()
45 __be16 sl_vid; member
806 mb->m_pkthdr.ether_vtag = be16_to_cpu(cqe->sl_vid); in mlx4_en_process_rx_cq()