Searched refs:ongoing_tx_skb (Results 1 – 1 of 1) sorted by relevance
120 struct sk_buff *ongoing_tx_skb; member664 if (tc6->ongoing_tx_skb) { in oa_tc6_cleanup_ongoing_tx_skb()666 kfree_skb(tc6->ongoing_tx_skb); in oa_tc6_cleanup_ongoing_tx_skb()667 tc6->ongoing_tx_skb = NULL; in oa_tc6_cleanup_ongoing_tx_skb()988 kfree_skb(tc6->ongoing_tx_skb); in oa_tc6_add_tx_skb_to_spi_buf()989 tc6->ongoing_tx_skb = NULL; in oa_tc6_add_tx_skb_to_spi_buf()1006 if (!tc6->ongoing_tx_skb) { in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()1007 tc6->ongoing_tx_skb = tc6->waiting_tx_skb; in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()1010 if (!tc6->ongoing_tx_skb) in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()1064 if (tc6->ongoing_tx_skb || tc6->waiting_tx_skb) in oa_tc6_try_spi_transfer()[all …]
Completed in 9 milliseconds