Home
last modified time | relevance | path

Searched refs:reset_io_queues (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_main.h75 void (*reset_io_queues)(struct octep_vf_device *oct); member
Doctep_vf_main.c462 oct->hw_ops.reset_io_queues(oct); in octep_vf_open()
546 oct->hw_ops.reset_io_queues(oct); in octep_vf_stop()
Doctep_vf_cn9k.c485 oct->hw_ops.reset_io_queues = octep_vf_reset_io_queues_cn93; in octep_vf_device_setup_cn93()
Doctep_vf_cnxk.c496 oct->hw_ops.reset_io_queues = octep_vf_reset_io_queues_cnxk; in octep_vf_device_setup_cnxk()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h109 void (*reset_io_queues)(struct octep_device *oct); member
Doctep_main.c698 oct->hw_ops.reset_io_queues(oct); in octep_open()
783 oct->hw_ops.reset_io_queues(oct); in octep_stop()
Doctep_cn9k_pf.c885 oct->hw_ops.reset_io_queues = octep_reset_io_queues_cn93_pf; in octep_device_setup_cn93_pf()
Doctep_cnxk_pf.c905 oct->hw_ops.reset_io_queues = octep_reset_io_queues_cnxk_pf; in octep_device_setup_cnxk_pf()