Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea.h188 struct ehea_eq;
258 struct ehea_eq { struct
353 struct ehea_eq *eq;
383 struct ehea_eq *neq; /* notification event queue */
435 struct ehea_eq *qp_eq;
H A Dehea_qmr.h356 struct ehea_eq *ehea_create_eq(struct ehea_adapter *adapter,
360 int ehea_destroy_eq(struct ehea_eq *eq);
362 struct ehea_eqe *ehea_poll_eq(struct ehea_eq *eq);
H A Dehea_qmr.c229 struct ehea_eq *ehea_create_eq(struct ehea_adapter *adapter, in ehea_create_eq()
236 struct ehea_eq *eq; in ehea_create_eq()
303 struct ehea_eqe *ehea_poll_eq(struct ehea_eq *eq) in ehea_poll_eq()
315 static u64 ehea_destroy_eq_res(struct ehea_eq *eq, u64 force) in ehea_destroy_eq_res()
334 int ehea_destroy_eq(struct ehea_eq *eq) in ehea_destroy_eq()