Lines Matching refs:be16_to_cpu
511 be32_to_cpu(cqe->my_qpn), be16_to_cpu(cqe->wqe_index), in mlx4_ib_handle_error_cqe()
589 wc->pkey_index = be16_to_cpu(hdr->tun.pkey_index); in use_tunnel_data()
595 wc->vlan_id = be16_to_cpu(hdr->tun.sl_vid); in use_tunnel_data()
600 wc->slid = be16_to_cpu(hdr->tun.slid_mac_47_32); in use_tunnel_data()
601 wc->sl = (u8) (be16_to_cpu(hdr->tun.sl_vid) >> 12); in use_tunnel_data()
751 wqe_ctr = be16_to_cpu(cqe->wqe_index); in mlx4_ib_poll_one()
758 wqe_ctr = be16_to_cpu(cqe->wqe_index); in mlx4_ib_poll_one()
763 wqe_ctr = be16_to_cpu(cqe->wqe_index); in mlx4_ib_poll_one()
863 wc->slid = be16_to_cpu(cqe->rlid); in mlx4_ib_poll_one()
872 wc->sl = be16_to_cpu(cqe->sl_vid) >> 13; in mlx4_ib_poll_one()
875 wc->vlan_id = be16_to_cpu(cqe->sl_vid) & in mlx4_ib_poll_one()
883 wc->sl = be16_to_cpu(cqe->sl_vid) >> 12; in mlx4_ib_poll_one()
963 mlx4_ib_free_srq_wqe(srq, be16_to_cpu(cqe->wqe_index)); in __mlx4_ib_cq_clean()