Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dzatm.c172 struct rx_buffer_head { struct
183 struct rx_buffer_head *first; in refill_pool() argument
190 pool-ZATM_AAL5_POOL_BASE))+sizeof(struct rx_buffer_head); in refill_pool()
193 offset = sizeof(struct rx_buffer_head); in refill_pool()
198 sizeof(struct rx_buffer_head); in refill_pool()
213 struct rx_buffer_head *head; in refill_pool()
224 head = (struct rx_buffer_head *) skb->data; in refill_pool()
225 skb_reserve(skb,sizeof(struct rx_buffer_head)); in refill_pool()
235 ((struct rx_buffer_head *) (zatm_dev->last_free[pool]-> in refill_pool()
402 skb = ((struct rx_buffer_head *) bus_to_virt(here[2]))->skb; in poll_rx()