Searched refs:cfv (Results 1 – 1 of 1) sorted by relevance
190 if (cfv->reserved_mem == 0 && cfv->genpool) in cfv_release_used_buf()225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb()228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb()363 cfv->allocsz, cfv->alloc_addr, in cfv_destroy_genpool()397 cfv->allocsz, &cfv->alloc_dma, in cfv_create_genpool()402 cfv->allocsz = (cfv->allocsz * 3) >> 2; in cfv_create_genpool()490 if (unlikely(cfv->tx_hr + skb->len + cfv->tx_tr > cfv->mtu)) { in cfv_alloc_and_copy_to_shm()492 cfv->tx_hr + skb->len + cfv->tx_tr, cfv->mtu); in cfv_alloc_and_copy_to_shm()513 skb->len + cfv->tx_hr + cfv->rx_hr); in cfv_alloc_and_copy_to_shm()553 if (cfv->reserved_mem && cfv->genpool) { in cfv_netdev_tx()[all …]
Completed in 6 milliseconds