Lines Matching refs:cb_addr
137 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp() argument
144 __pa(cb_addr), /* R8 */ in ehea_h_query_ehea_qp()
406 void *cb_addr, u64 *inv_attr_id, u64 *proc_mask, in ehea_h_modify_ehea_qp() argument
418 __pa(cb_addr), /* R8 */ in ehea_h_modify_ehea_qp()
527 u64 ehea_h_query_ehea(const u64 adapter_handle, void *cb_addr) in ehea_h_query_ehea() argument
531 cb_logaddr = __pa(cb_addr); in ehea_h_query_ehea()
538 ehea_dump(cb_addr, sizeof(struct hcp_query_ehea), "hcp_query_ehea"); in ehea_h_query_ehea()
545 void *cb_addr) in ehea_h_query_ehea_port() argument
548 u64 cb_logaddr = __pa(cb_addr); in ehea_h_query_ehea_port()
565 void *cb_addr) in ehea_h_modify_ehea_port() argument
570 u64 cb_logaddr = __pa(cb_addr); in ehea_h_modify_ehea_port()
575 ehea_dump(cb_addr, sizeof(struct hcp_ehea_port_cb0), "Before HCALL"); in ehea_h_modify_ehea_port()