Searched refs:hinic_cpu_to_be32 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_nicio.c | 146 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 D | hinic_pmd_hwdev.h | 487 void hinic_cpu_to_be32(void *data, u32 len);
|
| H A D | hinic_pmd_cmdq.c | 810 hinic_cpu_to_be32(&wqe, wqe_size); in cmdq_sync_cmd_direct_resp()
|
| H A D | hinic_pmd_hwdev.c | 88 void hinic_cpu_to_be32(void *data, u32 len) in hinic_cpu_to_be32() function
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_tx.c | 234 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 D | hinic_pmd_rx.c | 354 hinic_cpu_to_be32(rq_wqe, sizeof(struct hinic_rq_wqe)); in hinic_rx_fill_wqe()
|