Home
last modified time | relevance | path

Searched refs:CPU_TO_LE64 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h69 #define CPU_TO_LE64(h) LE_64(h) macro
H A Di40e_transceiver.c1503 CPU_TO_LE64((uintptr_t)rcb->rcb_dma.dmab_dma_address); in i40e_ring_rx()
2218 CPU_TO_LE64((uintptr_t)tcb->tcb_dma.dmab_dma_address); in i40e_ring_tx()
2219 txdesc->cmd_type_offset_bsz = CPU_TO_LE64(((uint64_t)type | in i40e_ring_tx()
H A Di40e_main.c2377 CPU_TO_LE64((uintptr_t)rcb->rcb_dma.dmab_dma_address); in i40e_setup_rx_descs()
/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c935 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in i40e_write_qword()
936 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in i40e_write_qword()
1114 src_qword &= ~(CPU_TO_LE64(mask)); in i40e_read_qword()