Searched refs:agg_wq (Results 1 – 2 of 2) sorted by relevance
554 port = container_of(work, struct rmnet_port, agg_wq); in rmnet_map_flush_tx_packet_work()577 schedule_work(&port->agg_wq); in rmnet_map_flush_tx_packet_queue()693 INIT_WORK(&port->agg_wq, rmnet_map_flush_tx_packet_work); in rmnet_map_tx_aggregate_init()699 cancel_work_sync(&port->agg_wq); in rmnet_map_tx_aggregate_exit()
52 struct work_struct agg_wq; member