Searched refs:partial_len (Results 1 – 2 of 2) sorted by relevance
130 #define partial_len data[0] /* length of partial packet data */ macro231 len = dev->partial_len + dev->partial_rem; in cx82310_rx_fixup()237 dev->partial_len); in cx82310_rx_fixup()238 memcpy(skb2->data + dev->partial_len, skb->data, in cx82310_rx_fixup()267 dev->partial_len = skb->len; in cx82310_rx_fixup()270 dev->partial_len); in cx82310_rx_fixup()
639 u32 partial_len; in cppi_next_tx_segment() local641 partial_len = tx->buf_len - tx->offset; in cppi_next_tx_segment()643 bd->hw_off_len = partial_len; in cppi_next_tx_segment()646 | CPPI_OWN_SET | partial_len; in cppi_next_tx_segment()647 if (partial_len == 0) in cppi_next_tx_segment()