Searched refs:hw_sq_send_hdr (Results 1 – 1 of 1) sorted by relevance
1526 struct sq_send *hw_sq_send_hdr, **hw_sq_send_ptr; in bnxt_qplib_post_send() local1563 hw_sq_send_hdr = &hw_sq_send_ptr[get_sqe_pg(sw_prod)] in bnxt_qplib_post_send()1566 memset(hw_sq_send_hdr, 0, BNXT_QPLIB_MAX_SQE_ENTRY_SIZE); in bnxt_qplib_post_send()1577 memcpy(hw_sq_send_hdr->data, wqe->inline_data, data_len); in bnxt_qplib_post_send()1580 for (i = 0, hw_sge = (struct sq_sge *)hw_sq_send_hdr->data; in bnxt_qplib_post_send()1602 (struct sq_send_raweth_qp1 *)hw_sq_send_hdr; in bnxt_qplib_post_send()1621 struct sq_send *sqe = (struct sq_send *)hw_sq_send_hdr; in bnxt_qplib_post_send()1654 struct sq_rdma *sqe = (struct sq_rdma *)hw_sq_send_hdr; in bnxt_qplib_post_send()1674 struct sq_atomic *sqe = (struct sq_atomic *)hw_sq_send_hdr; in bnxt_qplib_post_send()1692 (struct sq_localinvalidate *)hw_sq_send_hdr; in bnxt_qplib_post_send()[all …]