Lines Matching refs:tx_head
1083 dev->name, priv->tx_head, priv->tx_tail); in tlan_start_tx()
1379 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eof()
1380 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1402 CIRC_INC(priv->tx_head, TLAN_NUM_TX_LISTS); in tlan_handle_tx_eof()
1403 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1413 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eof()
1414 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1416 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eof()
1658 priv->tx_head, priv->tx_tail); in tlan_handle_tx_eoc()
1659 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eoc()
1661 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eoc()
1925 priv->tx_head = 0; in tlan_reset_lists()