Searched refs:cb7 (Results 1 – 1 of 1) sorted by relevance
1784 struct hcp_ehea_port_cb7 *cb7; in ehea_promiscuous() local1790 cb7 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_promiscuous()1791 if (!cb7) { in ehea_promiscuous()1797 cb7->def_uc_qpn = enable == 1 ? port->port_res[0].qp->fw_handle : 0; in ehea_promiscuous()1801 H_PORT_CB7, H_PORT_CB7_DUCQPN, cb7); in ehea_promiscuous()1809 free_page((unsigned long)cb7); in ehea_promiscuous()