Searched refs:copying_skb (Results 1 – 1 of 1) sorted by relevance
411 unsigned copying_skb, buflen; in de_rx() local433 copying_skb = (len <= rx_copybreak); in de_rx()437 rx_tail, status, len, copying_skb); in de_rx()439 buflen = copying_skb ? (len + RX_OFFSET) : de->rx_buf_sz; in de_rx()448 if (!copying_skb) { in de_rx()