Lines Matching refs:tx_next
132 unsigned int tx_next;
265 return (priv->tx_next & get_next_mb_mask(priv)) + get_mb_tx_first(priv);
270 return (priv->tx_next >> get_next_prio_shift(priv)) & 0xf;
348 priv->tx_next = priv->tx_echo = 0;
440 * We use the priv->tx_next as counter for the next transmission
444 * priv->tx_next = (prio << get_next_prio_shift(priv)) |
487 * tx_next buffer prio and mailbox equals 0.
492 priv->tx_next++;
495 (priv->tx_next & get_next_mask(priv)) == 0)
818 * We iterate from priv->tx_echo to priv->tx_next and check if the
831 for (/* nix */; (priv->tx_next - priv->tx_echo) > 0; priv->tx_echo++) {
862 if ((priv->tx_next & get_next_mask(priv)) != 0 ||