Home
last modified time | relevance | path

Searched refs:qp_eq (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_main.c220 arr[i++].fwh = port->qp_eq->fw_handle; in ehea_update_firmware_handles()
942 eqe = ehea_poll_eq(port->qp_eq); in ehea_qp_aff_irq_handler()
961 eqe = ehea_poll_eq(port->qp_eq); in ehea_qp_aff_irq_handler()
1286 ret = ibmebus_request_irq(port->qp_eq->attr.ist1, in ehea_reg_interrupts()
1291 port->qp_eq->attr.ist1); in ehea_reg_interrupts()
1297 port->qp_eq->attr.ist1); in ehea_reg_interrupts()
1327 ibmebus_free_irq(port->qp_eq->attr.ist1, port); in ehea_reg_interrupts()
1351 ibmebus_free_irq(port->qp_eq->attr.ist1, port); in ehea_free_interrupts()
1354 port->qp_eq->attr.ist1); in ehea_free_interrupts()
1525 init_attr->aff_eq_handle = port->qp_eq->fw_handle; in ehea_init_port_res()
[all …]
Dehea.h448 struct ehea_eq *qp_eq; member