Home
last modified time | relevance | path

Searched refs:htonll (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp26 inline uint64_t htonll(uint64_t value) in htonll() function
140 value = detail::htonll(value); in operator >>()
/openbmc/openpower-hw-diags/attn/pel/
H A Dstream.hpp26 inline uint64_t htonll(uint64_t value) in htonll() function
140 value = detail::htonll(value); in operator >>()
/openbmc/linux/include/scsi/
H A Dfc_frame.h24 #define htonll(x) cpu_to_be64(x) macro
/openbmc/qemu/migration/
H A Drdma.c241 #if !defined(htonll)
242 static uint64_t htonll(uint64_t v) in htonll() function
262 db->remote_host_addr = htonll(db->remote_host_addr); in dest_block_to_network()
263 db->offset = htonll(db->offset); in dest_block_to_network()
264 db->length = htonll(db->length); in dest_block_to_network()
457 reg->key.current_addr = htonll(reg->key.current_addr); in register_to_network()
459 reg->chunks = htonll(reg->chunks); in register_to_network()
486 comp->offset = htonll(comp->offset); in compress_to_network()
487 comp->length = htonll(comp->length); in compress_to_network()
512 result->host_addr = htonll(result->host_addr); in result_to_network()
/openbmc/linux/net/smc/
H A Dsmc.h334 #define htonll(x) cpu_to_be64(x) macro
H A Dsmc_clc.c898 htonll(smcd->ops->get_local_gid(smcd)); in smc_clc_send_proposal()
946 htonll(smcd->ops->get_local_gid(smcd)); in smc_clc_send_proposal()
1035 clc->d0.gid = htonll(smcd->ops->get_local_gid(smcd)); in smc_clc_send_confirm_accept()
1036 clc->d0.token = htonll(conn->rmb_desc->token); in smc_clc_send_confirm_accept()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_lport.c493 rp->cid.rnid_wwpn = htonll(lport->wwpn); in fc_lport_recv_rnid_req()
494 rp->cid.rnid_wwnn = htonll(lport->wwnn); in fc_lport_recv_rnid_req()
H A Dfc_encode.h834 logo->fl_n_port_wwn = htonll(lport->wwpn); in fc_logo_fill()