Lines Matching refs:sqe

1775 			struct sq_send_raweth_qp1_hdr *sqe = base_hdr;  in bnxt_qplib_post_send()  local
1779 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1780 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1781 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send()
1782 sqe->cfa_action = cpu_to_le16(wqe->rawqp1.cfa_action); in bnxt_qplib_post_send()
1783 sqe->lflags = cpu_to_le16(wqe->rawqp1.lflags); in bnxt_qplib_post_send()
1784 sqe->length = cpu_to_le32(data_len); in bnxt_qplib_post_send()
1796 struct sq_send_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1798 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1799 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1800 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send()
1801 sqe->inv_key_or_imm_data = cpu_to_le32(wqe->send.inv_key); in bnxt_qplib_post_send()
1804 sqe->q_key = cpu_to_le32(wqe->send.q_key); in bnxt_qplib_post_send()
1805 sqe->length = cpu_to_le32(data_len); in bnxt_qplib_post_send()
1812 sqe->length = cpu_to_le32(data_len); in bnxt_qplib_post_send()
1826 struct sq_rdma_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1828 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1829 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1830 sqe->wqe_size = wqe_sz; in bnxt_qplib_post_send()
1831 sqe->imm_data = cpu_to_le32(wqe->rdma.inv_key); in bnxt_qplib_post_send()
1832 sqe->length = cpu_to_le32((u32)data_len); in bnxt_qplib_post_send()
1846 struct sq_atomic_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1848 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1849 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1850 sqe->remote_key = cpu_to_le32(wqe->atomic.r_key); in bnxt_qplib_post_send()
1851 sqe->remote_va = cpu_to_le64(wqe->atomic.remote_va); in bnxt_qplib_post_send()
1863 struct sq_localinvalidate *sqe = base_hdr; in bnxt_qplib_post_send() local
1865 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1866 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1867 sqe->inv_l_key = cpu_to_le32(wqe->local_inv.inv_l_key); in bnxt_qplib_post_send()
1874 struct sq_fr_pmr_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1876 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1877 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1878 sqe->access_cntl = wqe->frmr.access_cntl | in bnxt_qplib_post_send()
1880 sqe->zero_based_page_size_log = in bnxt_qplib_post_send()
1884 sqe->l_key = cpu_to_le32(wqe->frmr.l_key); in bnxt_qplib_post_send()
1886 memcpy(sqe->length, &temp32, sizeof(wqe->frmr.length)); in bnxt_qplib_post_send()
1887 sqe->numlevels_pbl_page_size_log = in bnxt_qplib_post_send()
1906 struct sq_bind_hdr *sqe = base_hdr; in bnxt_qplib_post_send() local
1908 sqe->wqe_type = wqe->type; in bnxt_qplib_post_send()
1909 sqe->flags = wqe->flags; in bnxt_qplib_post_send()
1910 sqe->access_cntl = wqe->bind.access_cntl; in bnxt_qplib_post_send()
1911 sqe->mw_type_zero_based = wqe->bind.mw_type | in bnxt_qplib_post_send()
1913 sqe->parent_l_key = cpu_to_le32(wqe->bind.parent_l_key); in bnxt_qplib_post_send()
1914 sqe->l_key = cpu_to_le32(wqe->bind.r_key); in bnxt_qplib_post_send()