Searched refs:tx_ts_skb (Results 1 – 2 of 2) sorted by relevance
638 !emac->tx_ts_skb[tsr.cookie]) { in tx_ts_work()644 skb = emac->tx_ts_skb[tsr.cookie]; in tx_ts_work()673 if (!emac->tx_ts_skb[i]) { in prueth_tx_ts_cookie_get()743 emac->tx_ts_skb[tx_ts_cookie] = skb_get(skb); in emac_ndo_start_xmit()826 dev_kfree_skb_any(emac->tx_ts_skb[tx_ts_cookie]); in emac_ndo_start_xmit()827 emac->tx_ts_skb[tx_ts_cookie] = NULL; in emac_ndo_start_xmit()844 dev_kfree_skb_any(emac->tx_ts_skb[tx_ts_cookie]); in emac_ndo_start_xmit()845 emac->tx_ts_skb[tx_ts_cookie] = NULL; in emac_ndo_start_xmit()987 if (emac->tx_ts_skb[i]) { in prueth_cleanup_tx_ts()988 dev_kfree_skb_any(emac->tx_ts_skb[i]); in prueth_cleanup_tx_ts()[all …]
161 struct sk_buff *tx_ts_skb[PRUETH_MAX_TX_TS_REQUESTS]; member