Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/atm/
Dzatm.c173 struct rx_buffer_head { struct
184 struct rx_buffer_head *first; in refill_pool() argument
191 pool-ZATM_AAL5_POOL_BASE))+sizeof(struct rx_buffer_head); in refill_pool()
194 offset = sizeof(struct rx_buffer_head); in refill_pool()
199 sizeof(struct rx_buffer_head); in refill_pool()
214 struct rx_buffer_head *head; in refill_pool()
225 head = (struct rx_buffer_head *) skb->data; in refill_pool()
226 skb_reserve(skb,sizeof(struct rx_buffer_head)); in refill_pool()
236 ((struct rx_buffer_head *) (zatm_dev->last_free[pool]-> in refill_pool()
403 skb = ((struct rx_buffer_head *) bus_to_virt(here[2]))->skb; in poll_rx()