Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1788 struct hcp_ehea_port_cb7 *cb7; in ehea_promiscuous() local
1794 cb7 = (void *)get_zeroed_page(GFP_ATOMIC); in ehea_promiscuous()
1795 if (!cb7) { in ehea_promiscuous()
1801 cb7->def_uc_qpn = enable == 1 ? port->port_res[0].qp->fw_handle : 0; in ehea_promiscuous()
1805 H_PORT_CB7, H_PORT_CB7_DUCQPN, cb7); in ehea_promiscuous()
1813 free_page((unsigned long)cb7); in ehea_promiscuous()