Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h69 #define CPU_TO_LE64(h) LE_64(h) macro
H A Di40e_transceiver.c1573 CPU_TO_LE64((uintptr_t)rcb->rcb_dma.dmab_dma_address); in i40e_ring_rx()
2131 txdesc->buffer_addr = CPU_TO_LE64((uintptr_t)buff); in i40e_tx_set_data_desc()
2832 ctxdesc->type_cmd_tso_mss = CPU_TO_LE64((uint64_t)type); in i40e_ring_tx()
2834 ctxdesc->type_cmd_tso_mss |= CPU_TO_LE64((uint64_t) in i40e_ring_tx()
H A Di40e_main.c2783 CPU_TO_LE64((uintptr_t)rcb->rcb_dma.dmab_dma_address); in i40e_setup_rx_descs()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c940 dest_qword &= ~(CPU_TO_LE64(mask)); /* get the bits not changing */ in i40e_write_qword()
941 dest_qword |= CPU_TO_LE64(src_qword); /* add in the new bits */ in i40e_write_qword()
1119 src_qword &= ~(CPU_TO_LE64(mask)); in i40e_read_qword()