get_head_mb_mask
return get_head_mb_mask(priv) | get_head_prio_mask(priv);
return (priv->tx_head & get_head_mb_mask(priv)) + get_mb_tx_first(priv);
return (priv->tx_tail & get_head_mb_mask(priv)) + get_mb_tx_first(priv);