Searched refs:copying_skb (Results 1 – 1 of 1) sorted by relevance
405 unsigned copying_skb, buflen; in de_rx() local430 copying_skb = (len <= rx_copybreak); in de_rx()434 rx_tail, status, len, copying_skb); in de_rx()436 buflen = copying_skb ? (len + RX_OFFSET) : de->rx_buf_sz; in de_rx()445 if (!copying_skb) { in de_rx()