Home
last modified time | relevance | path

Searched refs:event_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c446 const struct mlxsw_linecards_event_ops *event_ops; member
470 item->event_ops->got_active, in mlxsw_linecard_active_ops_call()
484 item->event_ops->got_inactive, in mlxsw_linecard_inactive_ops_call()
501 item->event_ops->got_active, in mlxsw_linecards_event_ops_register_call()
519 item->event_ops->got_inactive, in mlxsw_linecards_event_ops_unregister_call()
537 item->event_ops = ops; in mlxsw_linecards_event_ops_register()
560 if (item->event_ops == ops && item->priv == priv) { in mlxsw_linecards_event_ops_unregister()
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c296 events = port->event_ops->get_events(port); in plda_handle_event()
430 if (!port->event_ops) in plda_init_interrupts()
431 port->event_ops = &plda_event_ops; in plda_init_interrupts()
H A Dpcie-plda.h180 const struct plda_event_ops *event_ops; member
H A Dpcie-microchip-host.c727 port->plda.event_ops = &mc_event_ops; in mc_platform_init()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1469 epf->event_ops = &pci_epf_test_event_ops; in pci_epf_test_probe()
/linux/drivers/nvme/target/
H A Dpci-epf.c2470 epf->event_ops = &nvmet_pci_epf_event_ops; in nvmet_pci_epf_probe()