Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
A Doa_tc6.c125 u16 tx_skb_offset; member
952 u16 remaining_len = tc6->ongoing_tx_skb->len - tc6->tx_skb_offset; in oa_tc6_add_tx_skb_to_spi_buf()
953 u8 *tx_skb_data = tc6->ongoing_tx_skb->data + tc6->tx_skb_offset; in oa_tc6_add_tx_skb_to_spi_buf()
966 if (!tc6->tx_skb_offset) in oa_tc6_add_tx_skb_to_spi_buf()
977 tc6->tx_skb_offset += length_to_copy; in oa_tc6_add_tx_skb_to_spi_buf()
982 if (tc6->ongoing_tx_skb->len == tc6->tx_skb_offset) { in oa_tc6_add_tx_skb_to_spi_buf()
985 tc6->tx_skb_offset = 0; in oa_tc6_add_tx_skb_to_spi_buf()

Completed in 6 milliseconds