Home
last modified time | relevance | path

Searched refs:cb7 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_main.c1784 struct hcp_ehea_port_cb7 *cb7; in ehea_promiscuous() local
1790 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()