Searched refs:HILO_U64 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 60 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro 163 #define BD_UNMAP_ADDR(bd) HILO_U64(le32toh((bd)->addr.hi), \
|
H A D | ecore_hw.c | 874 (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 D | qlnxr_os.c | 292 #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 D | qlnxr_verbs.c | 37 #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 D | ecore_init_ops.h | 120 data64 = HILO_U64((*(data + 1)), (*data)); in ecore_init_wr_64()
|
H A D | bxe_stats.c | 46 return (HILO_U64(hi, lo)); in bxe_hilo()
|
H A D | bxe.c | 15853 value = HILO_U64(*offset, *(offset + 1)); in bxe_sysctl_eth_stat() 15889 value = HILO_U64(*offset, *(offset + 1)); in bxe_sysctl_eth_q_stat()
|