Home
last modified time | relevance | path

Searched refs:head_list (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/ti/
Dtlan.c1348 struct tlan_list *head_list; in tlan_handle_tx_eof() local
1356 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
1358 while (((tmp_c_stat = head_list->c_stat) & TLAN_CSTAT_FRM_CMP) in tlan_handle_tx_eof()
1360 struct sk_buff *skb = tlan_get_skb(head_list); in tlan_handle_tx_eof()
1364 head_list->buffer[0].address, in tlan_handle_tx_eof()
1368 head_list->buffer[8].address = 0; in tlan_handle_tx_eof()
1369 head_list->buffer[9].address = 0; in tlan_handle_tx_eof()
1374 dev->stats.tx_bytes += head_list->frame_size; in tlan_handle_tx_eof()
1376 head_list->c_stat = TLAN_CSTAT_UNUSED; in tlan_handle_tx_eof()
1379 head_list = priv->tx_list + priv->tx_head; in tlan_handle_tx_eof()
[all …]