Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_common.h21 void hinic_cpu_to_be32(void *data, int len);
H A Dhinic_common.c18 void hinic_cpu_to_be32(void *data, int len) in hinic_cpu_to_be32() function
H A Dhinic_hw_qp.c89 hinic_cpu_to_be32(qp_ctxt_hdr, sizeof(*qp_ctxt_hdr)); in hinic_qp_prepare_header()
151 hinic_cpu_to_be32(sq_ctxt, sizeof(*sq_ctxt)); in hinic_sq_prepare_ctxt()
210 hinic_cpu_to_be32(rq_ctxt, sizeof(*rq_ctxt)); in hinic_rq_prepare_ctxt()
696 hinic_cpu_to_be32(sq_wqe, wqe_size); in hinic_sq_write_wqe()
823 hinic_cpu_to_be32(rq_wqe, sizeof(*rq_wqe)); in hinic_rq_write_wqe()
H A Dhinic_hw_cmdq.c378 hinic_cpu_to_be32(&cmdq_wqe, WQE_LCMD_SIZE); in cmdq_sync_cmd_direct_resp()
452 hinic_cpu_to_be32(&cmdq_wqe, WQE_SCMD_SIZE); in cmdq_set_arm_bit()
H A Dhinic_hw_io.c232 hinic_cpu_to_be32(ctxt_block, sizeof(*ctxt_block)); in hinic_clean_queue_offload_ctxt()