Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_ism.h116 temp = htonll(sgid->gid); in copy_to_dibsgid()
118 temp = htonll(sgid->gid_ext); in copy_to_dibsgid()
H A Dsmc_clc.c921 pclc_smcd->ism.gid = htonll(smcd_gid.gid); in smc_clc_send_proposal()
973 gidchids[entry].gid = htonll(smcd_gid.gid); in smc_clc_send_proposal()
982 htonll(smcd_gid.gid_ext); in smc_clc_send_proposal()
1065 clc->d0.gid = htonll(smcd_gid.gid); in smcd_clc_prep_confirm_accept()
1066 clc->d0.token = htonll(conn->rmb_desc->token); in smcd_clc_prep_confirm_accept()
1078 clc->d1.gid_ext = htonll(smcd_gid.gid_ext); in smcd_clc_prep_confirm_accept()
H A Dsmc.h383 #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()