Lines Matching refs:tx_head
1059 dev->name, priv->tx_head, priv->tx_tail); in tlan_start_tx()
1355 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eof()
1356 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1378 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS); in tlan_handle_tx_eof()
1379 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1389 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eof()
1390 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1392 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eof()
1631 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eoc()
1632 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eoc()
1634 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eoc()
1897 priv->tx_head = 0; in tlan_reset_lists()