Lines Matching refs:be16_to_cpu
502 be32_to_cpu(cqe->my_qpn), be16_to_cpu(cqe->wqe_index), in mlx4_ib_handle_error_cqe()
580 wc->pkey_index = be16_to_cpu(hdr->tun.pkey_index); in use_tunnel_data()
586 wc->vlan_id = be16_to_cpu(hdr->tun.sl_vid); in use_tunnel_data()
591 wc->slid = be16_to_cpu(hdr->tun.slid_mac_47_32); in use_tunnel_data()
592 wc->sl = (u8) (be16_to_cpu(hdr->tun.sl_vid) >> 12); in use_tunnel_data()
742 wqe_ctr = be16_to_cpu(cqe->wqe_index); in mlx4_ib_poll_one()
749 wqe_ctr = be16_to_cpu(cqe->wqe_index); in mlx4_ib_poll_one()
754 wqe_ctr = be16_to_cpu(cqe->wqe_index); in mlx4_ib_poll_one()
854 wc->slid = be16_to_cpu(cqe->rlid); in mlx4_ib_poll_one()
863 wc->sl = be16_to_cpu(cqe->sl_vid) >> 13; in mlx4_ib_poll_one()
866 wc->vlan_id = be16_to_cpu(cqe->sl_vid) & in mlx4_ib_poll_one()
874 wc->sl = be16_to_cpu(cqe->sl_vid) >> 12; in mlx4_ib_poll_one()
954 mlx4_ib_free_srq_wqe(srq, be16_to_cpu(cqe->wqe_index)); in __mlx4_ib_cq_clean()