Lines Matching refs:cb_addr
123 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp() argument
130 __pa(cb_addr), /* R8 */ in ehea_h_query_ehea_qp()
392 void *cb_addr, u64 *inv_attr_id, u64 *proc_mask, in ehea_h_modify_ehea_qp() argument
404 __pa(cb_addr), /* R8 */ in ehea_h_modify_ehea_qp()
513 u64 ehea_h_query_ehea(const u64 adapter_handle, void *cb_addr) in ehea_h_query_ehea() argument
517 cb_logaddr = __pa(cb_addr); in ehea_h_query_ehea()
524 ehea_dump(cb_addr, sizeof(struct hcp_query_ehea), "hcp_query_ehea"); in ehea_h_query_ehea()
531 void *cb_addr) in ehea_h_query_ehea_port() argument
534 u64 cb_logaddr = __pa(cb_addr); in ehea_h_query_ehea_port()
551 void *cb_addr) in ehea_h_modify_ehea_port() argument
556 u64 cb_logaddr = __pa(cb_addr); in ehea_h_modify_ehea_port()
561 ehea_dump(cb_addr, sizeof(struct hcp_ehea_port_cb0), "Before HCALL"); in ehea_h_modify_ehea_port()