Searched refs:cpu_to_be64 (Results 1 – 18 of 18) sorted by relevance
19 (w)->wr.wr_lo = cpu_to_be64(0); \32 (w)->wr.wr_lo = cpu_to_be64(0); \
192 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()
149 #define cpu_to_be64(o) rte_cpu_to_be_64(o) macro
413 *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()
49 #define BE_64(x) cpu_to_be64(x)
195 *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()
104 #define cpu_to_be64(o) rte_cpu_to_be_64(o) macro
832 *out_param = cpu_to_be64(wqe_lcmd->completion.direct_resp); in cmdq_sync_cmd_direct_resp()
49 #define cpu_to_be64(o) rte_cpu_to_be_64(o) macro
278 cpu_to_be64(((u64)pool->params.bpid << 48) | in bman_release()283 cpu_to_be64(bufs[i].opaque & BMAN_BUF_MASK); in bman_release()
224 fqd->context_a.opaque = cpu_to_be64(fqd->context_a.opaque); in cpu_to_hw_fqd()
93 #define cpu_to_be64(v) rte_cpu_to_be_64((u64)(v)) macro
750 "0x%016llx%016llx.\n", cpu_to_be64(s[0]), in spl_random_init()751 cpu_to_be64(s[1])); in spl_random_init()
270 #define cpu_to_be64(x) rte_cpu_to_be_64(x) macro
47 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr)); in get_mbox_rpl()
249 *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()
2144 sgentry->opaque = cpu_to_be64(sgentry->opaque); in __cpu_to_hw_sg()
108 #define htonll(x) cpu_to_be64((x))109 #define ntohll(x) cpu_to_be64((x))