Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea.h201 struct ehea_eq;
271 struct ehea_eq { struct
366 struct ehea_eq *eq;
396 struct ehea_eq *neq; /* notification event queue */
448 struct ehea_eq *qp_eq;
Dehea_qmr.h370 struct ehea_eq *ehea_create_eq(struct ehea_adapter *adapter,
374 int ehea_destroy_eq(struct ehea_eq *eq);
376 struct ehea_eqe *ehea_poll_eq(struct ehea_eq *eq);
Dehea_qmr.c249 struct ehea_eq *ehea_create_eq(struct ehea_adapter *adapter, in ehea_create_eq()
256 struct ehea_eq *eq; in ehea_create_eq()
323 struct ehea_eqe *ehea_poll_eq(struct ehea_eq *eq) in ehea_poll_eq()
335 static u64 ehea_destroy_eq_res(struct ehea_eq *eq, u64 force) in ehea_destroy_eq_res()
354 int ehea_destroy_eq(struct ehea_eq *eq) in ehea_destroy_eq()