Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Doa_tc6.c126 u16 tx_skb_offset; member
953 u16 remaining_len = tc6->ongoing_tx_skb->len - tc6->tx_skb_offset; in oa_tc6_add_tx_skb_to_spi_buf()
954 u8 *tx_skb_data = tc6->ongoing_tx_skb->data + tc6->tx_skb_offset; in oa_tc6_add_tx_skb_to_spi_buf()
967 if (!tc6->tx_skb_offset) in oa_tc6_add_tx_skb_to_spi_buf()
978 tc6->tx_skb_offset += length_to_copy; in oa_tc6_add_tx_skb_to_spi_buf()
983 if (tc6->ongoing_tx_skb->len == tc6->tx_skb_offset) { in oa_tc6_add_tx_skb_to_spi_buf()
986 tc6->tx_skb_offset = 0; in oa_tc6_add_tx_skb_to_spi_buf()