Lines Matching refs:tx_head
1061 dev->name, priv->tx_head, priv->tx_tail); in tlan_start_tx()
1357 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eof()
1358 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1380 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS); in tlan_handle_tx_eof()
1381 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1391 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eof()
1392 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1394 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eof()
1633 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eoc()
1634 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eoc()
1636 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eoc()
1899 priv->tx_head = 0; in tlan_reset_lists()