Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddevmem.c77 kvfree(binding->tx_vec); in __net_devmem_dmabuf_binding_free()
228 binding->tx_vec = kvmalloc_array(dmabuf->size / PAGE_SIZE, in net_devmem_bind_dmabuf()
231 if (!binding->tx_vec) { in net_devmem_bind_dmabuf()
291 binding->tx_vec[owner->area.base_virtual / PAGE_SIZE + i] = niov; in net_devmem_bind_dmabuf()
312 kvfree(binding->tx_vec); in net_devmem_bind_dmabuf()
358 if (!binding || !binding->tx_vec) { in net_devmem_get_binding()
390 return binding->tx_vec[virt_addr / PAGE_SIZE]; in net_devmem_get_niov_at()
H A Ddevmem.h66 struct net_iov **tx_vec; member
/linux/drivers/net/ethernet/sun/
H A Dniu.c3749 u32 tx_vec = (v0 >> 32); in niu_poll_core() local
3758 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core()
4106 u32 tx_vec = (v1 >> 32) & 0x7fffffff; in niu_slowpath_interrupt() local
4111 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt()
4168 u32 rx_vec, tx_vec; in __niu_fastpath_interrupt() local
4171 tx_vec = (v0 >> 32); in __niu_fastpath_interrupt()
4194 if (tx_vec & (1 << rp->tx_channel)) in __niu_fastpath_interrupt()