Home
last modified time | relevance | path

Searched refs:hinic_cpu_to_be32 (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_nicio.c146 hinic_cpu_to_be32(qp_ctxt_hdr, sizeof(*qp_ctxt_hdr)); in hinic_qp_prepare_cmdq_header()
206 hinic_cpu_to_be32(sq_ctxt, sizeof(*sq_ctxt)); in hinic_sq_prepare_ctxt()
267 hinic_cpu_to_be32(rq_ctxt, sizeof(*rq_ctxt)); in hinic_rq_prepare_ctxt()
414 hinic_cpu_to_be32(ctxt_block, sizeof(*ctxt_block)); in clean_queue_offload_ctxt()
H A Dhinic_pmd_hwdev.h487 void hinic_cpu_to_be32(void *data, u32 len);
H A Dhinic_pmd_cmdq.c810 hinic_cpu_to_be32(&wqe, wqe_size); in cmdq_sync_cmd_direct_resp()
H A Dhinic_pmd_hwdev.c88 void hinic_cpu_to_be32(void *data, u32 len) in hinic_cpu_to_be32() function
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c234 hinic_cpu_to_be32(data, nr_wqebb * HINIC_SQ_WQEBB_SIZE); in hinic_sq_wqe_cpu_to_be32()
262 hinic_cpu_to_be32(data, nr_sge * sizeof(struct hinic_sq_bufdesc)); in hinic_sge_cpu_to_be32()
H A Dhinic_pmd_rx.c354 hinic_cpu_to_be32(rq_wqe, sizeof(struct hinic_rq_wqe)); in hinic_rx_fill_wqe()