Searched refs:txbs_txdp (Results 1 – 1 of 1) sorted by relevance
167 unsigned long tmpval, txbs_txdp; in ax88180_poll_tx_complete() local170 txbs_txdp = 1 << priv->NextTxDesc; in ax88180_poll_tx_complete()176 if ((tmpval & txbs_txdp) == 0) in ax88180_poll_tx_complete()611 unsigned short txcmd_txdp, txbs_txdp; in ax88180_send() local626 txbs_txdp = 1 << priv->FirstTxDesc; in ax88180_send()643 OUTW (dev, txbs_txdp, TXBS); in ax88180_send()653 txbs_txdp = 1 << priv->NextTxDesc; in ax88180_send()656 if (tmp_data & txbs_txdp) { in ax88180_send()