Searched refs:tx_ts_skb (Results 1 – 2 of 2) sorted by relevance
635 !emac->tx_ts_skb[tsr.cookie]) { in tx_ts_work()641 skb = emac->tx_ts_skb[tsr.cookie]; in tx_ts_work()642 emac->tx_ts_skb[tsr.cookie] = NULL; /* free slot */ in tx_ts_work()670 if (!emac->tx_ts_skb[i]) { in prueth_tx_ts_cookie_get()671 emac->tx_ts_skb[i] = ERR_PTR(-EBUSY); /* reserve slot */ in prueth_tx_ts_cookie_get()740 emac->tx_ts_skb[tx_ts_cookie] = skb_get(skb); in emac_ndo_start_xmit()823 dev_kfree_skb_any(emac->tx_ts_skb[tx_ts_cookie]); in emac_ndo_start_xmit()824 emac->tx_ts_skb[tx_ts_cookie] = NULL; in emac_ndo_start_xmit()841 dev_kfree_skb_any(emac->tx_ts_skb[tx_ts_cookie]); in emac_ndo_start_xmit()842 emac->tx_ts_skb[tx_ts_cookie] = NULL; in emac_ndo_start_xmit()[all …]
161 struct sk_buff *tx_ts_skb[PRUETH_MAX_TX_TS_REQUESTS]; member