Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h381 int ehea_destroy_cq(struct ehea_cq *cq);
Dehea_main.c1586 ehea_destroy_cq(pr->send_cq); in ehea_init_port_res()
1587 ehea_destroy_cq(pr->recv_cq); in ehea_init_port_res()
1603 ehea_destroy_cq(pr->send_cq); in ehea_clean_portres()
1604 ehea_destroy_cq(pr->recv_cq); in ehea_clean_portres()
Dehea_qmr.c228 int ehea_destroy_cq(struct ehea_cq *cq) in ehea_destroy_cq() function