Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c22 #define htonll(x) ((bpf_htonl(1)) == 1 ? (x) : ((uint64_t)bpf_htonl((x) & \ macro
318 seg->lo = htonll(4 - lo); in __encap_srh()
319 seg->hi = htonll(hi); in __encap_srh()
359 addr.lo = htonll(lo); in __add_egr_x()
360 addr.hi = htonll(hi); in __add_egr_x()
/Linux-v4.19/include/scsi/
Dfc_frame.h36 #define htonll(x) cpu_to_be64(x) macro
Dfc_encode.h622 logo->fl_n_port_wwn = htonll(lport->wwpn); in fc_logo_fill()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_lport.c496 rp->cid.rnid_wwpn = htonll(lport->wwpn); in fc_lport_recv_rnid_req()
497 rp->cid.rnid_wwnn = htonll(lport->wwnn); in fc_lport_recv_rnid_req()