Lines Matching refs:u64

136 u64 ehea_h_query_ehea_qp(const u64 adapter_handle, const u8 qp_category,  in ehea_h_query_ehea_qp()
137 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp()
212 u64 ehea_h_alloc_resource_qp(const u64 adapter_handle, in ehea_h_alloc_resource_qp()
214 u64 *qp_handle, struct h_epas *h_epas) in ehea_h_alloc_resource_qp()
216 u64 hret; in ehea_h_alloc_resource_qp()
219 u64 allocate_controls = in ehea_h_alloc_resource_qp()
230 u64 r9_reg = EHEA_BMASK_SET(H_ALL_RES_QP_PD, pd) in ehea_h_alloc_resource_qp()
233 u64 max_r10_reg = in ehea_h_alloc_resource_qp()
250 u64 r11_in = in ehea_h_alloc_resource_qp()
253 u64 threshold = in ehea_h_alloc_resource_qp()
310 u64 ehea_h_alloc_resource_cq(const u64 adapter_handle, in ehea_h_alloc_resource_cq()
312 u64 *cq_handle, struct h_epas *epas) in ehea_h_alloc_resource_cq()
314 u64 hret; in ehea_h_alloc_resource_cq()
373 u64 ehea_h_alloc_resource_eq(const u64 adapter_handle, in ehea_h_alloc_resource_eq()
374 struct ehea_eq_attr *eq_attr, u64 *eq_handle) in ehea_h_alloc_resource_eq()
376 u64 hret, allocate_controls; in ehea_h_alloc_resource_eq()
404 u64 ehea_h_modify_ehea_qp(const u64 adapter_handle, const u8 cat, in ehea_h_modify_ehea_qp()
405 const u64 qp_handle, const u64 sel_mask, in ehea_h_modify_ehea_qp()
406 void *cb_addr, u64 *inv_attr_id, u64 *proc_mask, in ehea_h_modify_ehea_qp()
409 u64 hret; in ehea_h_modify_ehea_qp()
415 (u64) cat, /* R5 */ in ehea_h_modify_ehea_qp()
429 u64 ehea_h_register_rpage(const u64 adapter_handle, const u8 pagesize, in ehea_h_register_rpage()
430 const u8 queue_type, const u64 resource_handle, in ehea_h_register_rpage()
431 const u64 log_pageaddr, u64 count) in ehea_h_register_rpage()
433 u64 reg_control; in ehea_h_register_rpage()
447 u64 ehea_h_register_smr(const u64 adapter_handle, const u64 orig_mr_handle, in ehea_h_register_smr()
448 const u64 vaddr_in, const u32 access_ctrl, const u32 pd, in ehea_h_register_smr()
451 u64 hret; in ehea_h_register_smr()
459 (((u64)access_ctrl) << 32ULL), /* R7 */ in ehea_h_register_smr()
469 u64 ehea_h_disable_and_get_hea(const u64 adapter_handle, const u64 qp_handle) in ehea_h_disable_and_get_hea()
481 u64 ehea_h_free_resource(const u64 adapter_handle, const u64 res_handle, in ehea_h_free_resource()
482 u64 force_bit) in ehea_h_free_resource()
491 u64 ehea_h_alloc_resource_mr(const u64 adapter_handle, const u64 vaddr, in ehea_h_alloc_resource_mr()
492 const u64 length, const u32 access_ctrl, in ehea_h_alloc_resource_mr()
493 const u32 pd, u64 *mr_handle, u32 *lkey) in ehea_h_alloc_resource_mr()
495 u64 hret; in ehea_h_alloc_resource_mr()
504 (((u64) access_ctrl) << 32ULL), /* R8 */ in ehea_h_alloc_resource_mr()
513 u64 ehea_h_register_rpage_mr(const u64 adapter_handle, const u64 mr_handle, in ehea_h_register_rpage_mr()
515 const u64 log_pageaddr, const u64 count) in ehea_h_register_rpage_mr()
527 u64 ehea_h_query_ehea(const u64 adapter_handle, void *cb_addr) in ehea_h_query_ehea()
529 u64 hret, cb_logaddr; in ehea_h_query_ehea()
543 u64 ehea_h_query_ehea_port(const u64 adapter_handle, const u16 port_num, in ehea_h_query_ehea_port()
544 const u8 cb_cat, const u64 select_mask, in ehea_h_query_ehea_port()
547 u64 port_info; in ehea_h_query_ehea_port()
548 u64 cb_logaddr = __pa(cb_addr); in ehea_h_query_ehea_port()
549 u64 arr_index = 0; in ehea_h_query_ehea_port()
563 u64 ehea_h_modify_ehea_port(const u64 adapter_handle, const u16 port_num, in ehea_h_modify_ehea_port()
564 const u8 cb_cat, const u64 select_mask, in ehea_h_modify_ehea_port()
568 u64 port_info; in ehea_h_modify_ehea_port()
569 u64 arr_index = 0; in ehea_h_modify_ehea_port()
570 u64 cb_logaddr = __pa(cb_addr); in ehea_h_modify_ehea_port()
587 u64 ehea_h_reg_dereg_bcmc(const u64 adapter_handle, const u16 port_num, in ehea_h_reg_dereg_bcmc()
588 const u8 reg_type, const u64 mc_mac_addr, in ehea_h_reg_dereg_bcmc()
591 u64 r5_port_num, r6_reg_type, r7_mc_mac_addr, r8_vlan_id; in ehea_h_reg_dereg_bcmc()
592 u64 mac_addr = mc_mac_addr >> 16; in ehea_h_reg_dereg_bcmc()
608 u64 ehea_h_reset_events(const u64 adapter_handle, const u64 neq_handle, in ehea_h_reset_events()
609 const u64 event_mask) in ehea_h_reset_events()
618 u64 ehea_h_error_data(const u64 adapter_handle, const u64 ressource_handle, in ehea_h_error_data()