/openbmc/linux/drivers/media/common/siano/ |
H A D | smsdvb-debugfs.c | 31 wait_queue_head_t stats_queue; member 93 wake_up(&debug_data->stats_queue); in smsdvb_print_dvb_stats() 157 wake_up(&debug_data->stats_queue); in smsdvb_print_isdb_stats() 224 wake_up(&debug_data->stats_queue); in smsdvb_print_isdb_stats_ex() 275 poll_wait(file, &debug_data->stats_queue, wait); in smsdvb_stats_poll() 298 rc = wait_event_interruptible(debug_data->stats_queue, in smsdvb_stats_read() 333 wake_up_interruptible_sync(&debug_data->stats_queue); in smsdvb_stats_release() 386 init_waitqueue_head(&debug_data->stats_queue); in smsdvb_debugfs_create()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_stats.c | 391 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_check_stats_work() 965 ocelot->stats_queue = create_singlethread_workqueue(queue_name); in ocelot_stats_init() 966 if (!ocelot->stats_queue) in ocelot_stats_init() 974 destroy_workqueue(ocelot->stats_queue); in ocelot_stats_init() 979 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_stats_init() 988 destroy_workqueue(ocelot->stats_queue); in ocelot_stats_deinit()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ethtool.c | 603 queue_delayed_work(lan966x->stats_queue, &lan966x->stats_work, in lan966x_check_stats_work() 718 lan966x->stats_queue = create_singlethread_workqueue(queue_name); in lan966x_stats_init() 719 if (!lan966x->stats_queue) in lan966x_stats_init() 723 queue_delayed_work(lan966x->stats_queue, &lan966x->stats_work, in lan966x_stats_init()
|
H A D | lan966x_main.c | 1258 destroy_workqueue(lan966x->stats_queue); in lan966x_probe() 1276 destroy_workqueue(lan966x->stats_queue); in lan966x_remove()
|
H A D | lan966x_main.h | 349 struct workqueue_struct *stats_queue; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_rdma.h | 126 u8 stats_queue; member
|
H A D | qed_rdma.c | 1272 if (in_params->stats_queue >= max_stats_queues) { in qed_rdma_create_qp() 1275 in_params->stats_queue, max_stats_queues); in qed_rdma_create_qp() 1320 qp->stats_queue = in_params->stats_queue; in qed_rdma_create_qp()
|
H A D | qed_roce.c | 336 qp->stats_queue; in qed_roce_sp_create_responder() 468 qp->stats_queue; in qed_roce_sp_create_requester()
|
H A D | qed_iwarp.c | 890 RESC_START(p_hwfn, QED_RDMA_STATS_QUEUE) + qp->stats_queue; in qed_iwarp_mpa_offload()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ethtool.c | 1140 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx5_check_stats_work() 1255 sparx5->stats_queue = create_singlethread_workqueue(queue_name); in sparx_stats_init() 1256 if (!sparx5->stats_queue) in sparx_stats_init() 1260 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx_stats_init()
|
H A D | sparx5_main.h | 253 struct workqueue_struct *stats_queue; member
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 311 u16 stats_queue; /* Selected queue for extended statistic dump */ member
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_rdma_if.h | 308 u8 stats_queue; member
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2.h | 1092 struct workqueue_struct *stats_queue; member
|
H A D | mvpp2_main.c | 2134 queue_delayed_work(port->priv->stats_queue, &port->stats_work, in mvpp2_gather_hw_statistics() 4866 queue_delayed_work(priv->stats_queue, &port->stats_work, in mvpp2_open() 7654 priv->stats_queue = create_singlethread_workqueue(priv->queue_name); in mvpp2_probe() 7655 if (!priv->stats_queue) { in mvpp2_probe() 7710 destroy_workqueue(priv->stats_queue); in mvpp2_remove()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 861 struct workqueue_struct *stats_queue; member
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 1742 params->stats_queue = 0; in qedr_init_common_qp_in_params()
|