Home
last modified time | relevance | path

Searched refs:HILO_U64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h60 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
163 #define BD_UNMAP_ADDR(bd) HILO_U64(le32toh((bd)->addr.hi), \
H A Decore_hw.c874 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
888 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c292 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
321 cq = (struct qlnxr_cq *)(uintptr_t)HILO_U64(cq_handle->hi, in qlnxr_intr()
H A Dqlnxr_verbs.c37 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
5021 wr_id = HILO_U64(resp->srq_wr_id.hi, resp->srq_wr_id.lo); in process_resp_one_srq()
5251 qp = (struct qlnxr_qp *)(uintptr_t)HILO_U64(resp_cqe->qp_handle.hi, in qlnxr_poll_cq()
/freebsd/sys/dev/bxe/
H A Decore_init_ops.h120 data64 = HILO_U64((*(data + 1)), (*data)); in ecore_init_wr_64()
H A Dbxe_stats.c46 return (HILO_U64(hi, lo)); in bxe_hilo()
H A Dbxe.h161 #define HILO_U64(hi, lo) ((((uint64_t)(hi)) << 32) + (lo)) macro
H A Dbxe.c15858 value = HILO_U64(*offset, *(offset + 1)); in bxe_sysctl_eth_stat()
15894 value = HILO_U64(*offset, *(offset + 1)); in bxe_sysctl_eth_q_stat()