Home
last modified time | relevance | path

Searched refs:cpu_to_be64 (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h19 (w)->wr.wr_lo = cpu_to_be64(0); \
32 (w)->wr.wr_lo = cpu_to_be64(0); \
H A Dcxgbe_filter.c192 req->mask = cpu_to_be64(mask); in set_tcb_field()
193 req->val = cpu_to_be64(val); in set_tcb_field()
229 req->mask = cpu_to_be64(mask); in mk_set_tcb_field_ulp()
230 req->val = cpu_to_be64(val); in mk_set_tcb_field_ulp()
524 req->opt0 = cpu_to_be64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req6()
533 req->params = cpu_to_be64(V_FILTER_TUPLE(hash_filter_ntuple(f))); in mk_act_open_req6()
571 req->opt0 = cpu_to_be64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req()
580 req->params = cpu_to_be64(V_FILTER_TUPLE(hash_filter_ntuple(f))); in mk_act_open_req()
H A Dcxgbe_compat.h149 #define cpu_to_be64(o) rte_cpu_to_be_64(o) macro
H A Dsge.c413 *d++ = cpu_to_be64(mapping); in refill_fl_usembufs()
1054 cpl->ctrl1 = cpu_to_be64(cntrl); in tx_do_packet_coalesce()
1277 cpl->ctrl1 = cpu_to_be64(cntrl); in t4_eth_xmit()
1840 c.iqaddr = cpu_to_be64(iq->phys_addr); in t4_sge_alloc_rxq()
1893 c.fl0addr = cpu_to_be64(fl->addr); in t4_sge_alloc_rxq()
2152 c.eqaddr = cpu_to_be64(txq->q.phys_addr); in t4_sge_alloc_ctrl_txq()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h49 #define BE_64(x) cpu_to_be64(x)
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_api_cmd.c195 *cell_ctrl = cpu_to_be64(ctrl); in prepare_cell_ctrl()
246 cell->desc = cpu_to_be64(cell->desc); in prepare_api_cmd()
681 cell->write.hw_cmd_paddr = cpu_to_be64(cmd_paddr); in alloc_cmd_buf()
739 pre_node->next_cell_paddr = cpu_to_be64(node_paddr); in api_cmd_create_cell()
848 node->next_cell_paddr = cpu_to_be64(chain->head_cell_paddr); in api_cmd_create_cells()
H A Dhinic_compat.h104 #define cpu_to_be64(o) rte_cpu_to_be_64(o) macro
H A Dhinic_pmd_cmdq.c832 *out_param = cpu_to_be64(wqe_lcmd->completion.direct_resp); in cmdq_sync_cmd_direct_resp()
/f-stack/dpdk/drivers/raw/ifpga/base/osdep_rte/
H A Dosdep_generic.h49 #define cpu_to_be64(o) rte_cpu_to_be_64(o) macro
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.c278 cpu_to_be64(((u64)pool->params.bpid << 48) | in bman_release()
283 cpu_to_be64(bufs[i].opaque & BMAN_BUF_MASK); in bman_release()
H A Dqman.c224 fqd->context_a.opaque = cpu_to_be64(fqd->context_a.opaque); in cpu_to_hw_fqd()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h93 #define cpu_to_be64(v) rte_cpu_to_be_64((u64)(v)) macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c750 "0x%016llx%016llx.\n", cpu_to_be64(s[0]), in spl_random_init()
751 cpu_to_be64(s[1])); in spl_random_init()
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h270 #define cpu_to_be64(x) rte_cpu_to_be_64(x) macro
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c47 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr)); in get_mbox_rpl()
H A Dt4_hw.c249 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr)); in get_mbox_rpl()
4212 p->data0m_pkd = cpu_to_be64(V_DATALKPTYPE(M_DATALKPTYPE) | in t4_alloc_raw_mac_filt()
4269 p->data0m_pkd = cpu_to_be64(V_DATALKPTYPE(M_DATALKPTYPE) | in t4_free_raw_mac_filt()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h2144 sgentry->opaque = cpu_to_be64(sgentry->opaque); in __cpu_to_hw_sg()
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c108 #define htonll(x) cpu_to_be64((x))
109 #define ntohll(x) cpu_to_be64((x))