Home
last modified time | relevance | path

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

/linux-6.6.21/include/scsi/
Dfc_frame.h24 #define htonll(x) cpu_to_be64(x) macro
/linux-6.6.21/net/smc/
Dsmc.h334 #define htonll(x) cpu_to_be64(x) macro
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()
/linux-6.6.21/drivers/scsi/libfc/
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()
Dfc_encode.h834 logo->fl_n_port_wwn = htonll(lport->wwpn); in fc_logo_fill()