Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_clc.c904 pclc_smcd->ism.gid = htonll(smcd_gid.gid); in smc_clc_send_proposal()
956 gidchids[entry].gid = htonll(smcd_gid.gid); in smc_clc_send_proposal()
965 htonll(smcd_gid.gid_ext); in smc_clc_send_proposal()
1048 clc->d0.gid = htonll(smcd_gid.gid); in smcd_clc_prep_confirm_accept()
1049 clc->d0.token = htonll(conn->rmb_desc->token); in smcd_clc_prep_confirm_accept()
1061 clc->d1.gid_ext = htonll(smcd_gid.gid_ext); in smcd_clc_prep_confirm_accept()
H A Dsmc.h378 #define htonll(x) cpu_to_be64(x) macro
/linux/include/scsi/
H A Dfc_frame.h24 #define htonll(x) cpu_to_be64(x) macro
/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.h836 logo->fl_n_port_wwn = htonll(lport->wwpn); in fc_logo_fill()