Lines Matching refs:status
282 u32 status;
288 * the register can overflow and we would lose status reports.
290 * Hence, read the TX_STA_FIFO register and copy all tx status
292 * tasklet. We use a tasklet to process the tx status reports
294 * interrupt fires again during tx status processing).
296 * We also read statuses from tx status timeout timer, use
303 status = rt2x00mmio_register_read(rt2x00dev, TX_STA_FIFO);
304 if (!rt2x00_get_field32(status, TX_STA_FIFO_VALID))
307 kfifo_put(&rt2x00dev->txstatus_fifo, status);
331 /* Read status and ACK all interrupts */
513 * tx status timeouts, othewise just wait.