Home
last modified time | relevance | path

Searched refs:rq_wqe (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/huawei/hinic/
Dhinic_rx.c196 struct hinic_rq_wqe *rq_wqe; in rx_alloc_pkts() local
217 rq_wqe = hinic_rq_get_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, in rx_alloc_pkts()
219 if (!rq_wqe) { in rx_alloc_pkts()
224 hinic_rq_prepare_wqe(rxq->rq, prod_idx, rq_wqe, &sge); in rx_alloc_pkts()
226 hinic_rq_write_wqe(rxq->rq, prod_idx, rq_wqe, skb); in rx_alloc_pkts()
254 hinic_rq_get_sge(rq, &hw_wqe->rq_wqe, ci, &sge); in free_all_rx_skbs()
275 struct hinic_rq_wqe *rq_wqe; in rx_recv_jumbo_pkt() local
281 rq_wqe = hinic_rq_read_next_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, in rx_recv_jumbo_pkt()
286 hinic_rq_get_sge(rxq->rq, rq_wqe, ci, &sge); in rx_recv_jumbo_pkt()
360 struct hinic_rq_wqe *rq_wqe; in rxq_recv() local
[all …]
Dhinic_hw_qp.c805 return &hw_wqe->rq_wqe; in hinic_rq_get_wqe()
816 struct hinic_rq_wqe *rq_wqe, struct sk_buff *skb) in hinic_rq_write_wqe() argument
818 struct hinic_hw_wqe *hw_wqe = (struct hinic_hw_wqe *)rq_wqe; in hinic_rq_write_wqe()
823 hinic_cpu_to_be32(rq_wqe, sizeof(*rq_wqe)); in hinic_rq_write_wqe()
825 hinic_write_wqe(rq->wq, hw_wqe, sizeof(*rq_wqe)); in hinic_rq_write_wqe()
860 return &hw_wqe->rq_wqe; in hinic_rq_read_wqe()
890 return &hw_wqe->rq_wqe; in hinic_rq_read_next_wqe()
922 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *rq_wqe, in hinic_rq_get_sge() argument
928 sge->hi_addr = be32_to_cpu(rq_wqe->buf_desc.hi_addr); in hinic_rq_get_sge()
929 sge->lo_addr = be32_to_cpu(rq_wqe->buf_desc.lo_addr); in hinic_rq_get_sge()
[all …]
Dhinic_hw_wqe.h426 struct hinic_rq_wqe rq_wqe; member
/drivers/infiniband/hw/bnxt_re/
Droce_hsi.h3685 struct rq_wqe { struct
Dqplib_fp.c756 struct rq_wqe *srqe; in bnxt_qplib_post_srq_recv()