Searched refs:chip_queue_full (Results 1 – 2 of 2) sorted by relevance
109 timer_delete_sync_try(&mors->hif.u.yaps.chip_queue_full.timer); in mm81x_yaps_irq_handler()337 yaps->chip_queue_full.is_full = mm81x_yaps_tx(yaps, data_q); in mm81x_yaps_tx_data_handler()340 if (yaps->chip_queue_full.is_full) in mm81x_yaps_tx_data_handler()500 yaps->chip_queue_full.is_full = false; in mm81x_yaps_work()505 if (yaps->chip_queue_full.is_full && in mm81x_yaps_work()506 time_before(jiffies, yaps->chip_queue_full.retry_expiry)) in mm81x_yaps_work()514 if (yaps->chip_queue_full.is_full) { in mm81x_yaps_work()515 yaps->chip_queue_full.retry_expiry = in mm81x_yaps_work()518 mod_timer(&yaps->chip_queue_full.timer, in mm81x_yaps_work()519 yaps->chip_queue_full.retry_expiry); in mm81x_yaps_work()[all …]
56 } chip_queue_full; member