Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h360 int ehea_destroy_eq(struct ehea_eq *eq);
H A Dehea_main.c1564 ehea_destroy_eq(pr->eq); in ehea_init_port_res()
1581 ehea_destroy_eq(pr->eq); in ehea_clean_portres()
2287 ehea_destroy_eq(port->qp_eq); in ehea_port_res_setup()
2299 ret |= ehea_destroy_eq(port->qp_eq); in ehea_clean_all_portres()
3463 ehea_destroy_eq(adapter->neq); in ehea_probe_adapter()
3490 ehea_destroy_eq(adapter->neq); in ehea_remove()
H A Dehea_qmr.c334 int ehea_destroy_eq(struct ehea_eq *eq) in ehea_destroy_eq() function