Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h367 int ehea_destroy_cq(struct ehea_cq *cq);
H A Dehea_main.c1562 ehea_destroy_cq(pr->send_cq); in ehea_init_port_res()
1563 ehea_destroy_cq(pr->recv_cq); in ehea_init_port_res()
1579 ehea_destroy_cq(pr->send_cq); in ehea_clean_portres()
1580 ehea_destroy_cq(pr->recv_cq); in ehea_clean_portres()
H A Dehea_qmr.c208 int ehea_destroy_cq(struct ehea_cq *cq) in ehea_destroy_cq() function