Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h36 (w)->wr.wr_lo = cpu_to_be64(0); \
44 (w)->wr.wr_lo = cpu_to_be64(0); \
H A Dosdep.h165 #define cpu_to_be64(x) BE_64((uint64_t)(x)) macro
H A Dt4_sge.c1352 c.iqaddr = cpu_to_be64(iq->ba); in alloc_iq_fl()
1405 c.fl0addr = cpu_to_be64(fl->ba); in alloc_iq_fl()
2241 ASSERT(*d == cpu_to_be64(sd->rxb->ba)); in refill_fl()
2257 *d++ = cpu_to_be64(sd->rxb->ba); in refill_fl()
2632 txinfo->sgl.sge[idx / 2].addr[idx & 1] = cpu_to_be64(ba); in add_seg()
2635 txinfo->sgl.addr0 = cpu_to_be64(ba); in add_seg()
2966 cpl->ctrl1 = cpu_to_be64(ctrl1); in write_txpkt_wr()
3071 cpl->ctrl1 = cpu_to_be64(ctrl); in write_ulp_cpl_sgl()
H A Dcudbg_lib.c3444 y = (__force u64)cpu_to_be64(y); in cudbg_tcamxy2valmask()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h54 #define cpu_to_be64(x) (x) macro
59 #define cpu_to_be64(x) BSWAP_64(x) macro
H A Dskd.c833 cpu_to_be64(skreq->sksg_dma_address.cookies->dmac_laddress); in skd_start()
1303 scsi->hdr.sg_list_dma_address = cpu_to_be64(dma_address); in skd_format_internal_skspcl()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c206 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr)); in get_mbox_rpl()
297 marker_cmd[0] = cpu_to_be64(~0LLU); in t4_record_mbox_marker()
8280 p->data0m_pkd = cpu_to_be64(V_DATALKPTYPE(M_DATALKPTYPE) | in t4_alloc_raw_mac_filt()
8469 p->data0m_pkd = cpu_to_be64(V_DATALKPTYPE(M_DATALKPTYPE) | in t4_free_raw_mac_filt()
8607 c.u.hash.hashvec = cpu_to_be64(vec); in t4_set_addr_hash()