Lines Matching refs:tx
242 int *tx) in cw1200_bh_rx_helper() argument
331 *tx = 1; in cw1200_bh_rx_helper()
426 int rx, tx, term, suspend; in cw1200_bh() local
461 tx = atomic_xchg(&priv->bh_tx, 0); in cw1200_bh()
465 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
469 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
483 if (priv->hw_bufs_used && (!rx || !tx)) { in cw1200_bh()
548 tx += pending_tx; in cw1200_bh()
556 ret = cw1200_bh_rx_helper(priv, &ctrl_reg, &tx); in cw1200_bh()
561 ret = cw1200_bh_rx_helper(priv, &ctrl_reg, &tx); in cw1200_bh()
567 tx: in cw1200_bh()
568 if (tx) { in cw1200_bh()
569 tx = 0; in cw1200_bh()
579 pending_tx = tx; in cw1200_bh()
586 tx = ret; in cw1200_bh()
598 if (tx) in cw1200_bh()
599 goto tx; in cw1200_bh()