Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/drivers/
Dcow.h12 # define htonll(x) (x) macro
15 # define htonll(x) cpu_to_be64(x) macro
28 # define htonll(x) (x) macro
31 # define htonll(x) bswap_64(x) macro
Dcow_user.c246 header->size = htonll(*size); in write_cow_header()
/linux-2.6.39/include/scsi/
Dfc_frame.h36 #define htonll(x) cpu_to_be64(x) macro
Dfc_encode.h283 logo->fl_n_port_wwn = htonll(lport->wwpn); in fc_logo_fill()
/linux-2.6.39/drivers/scsi/libfc/
Dfc_lport.c478 rp->cid.rnid_wwpn = htonll(lport->wwpn); in fc_lport_recv_rnid_req()
479 rp->cid.rnid_wwnn = htonll(lport->wwnn); in fc_lport_recv_rnid_req()