Lines Matching refs:handle
605 u32 handle; in sb_pool_remove() local
607 handle = IDT77252_PRV_POOL(skb); in sb_pool_remove()
609 queue = POOL_QUEUE(handle); in sb_pool_remove()
613 index = POOL_INDEX(handle); in sb_pool_remove()
621 sb_pool_skb(struct idt77252_dev *card, u32 handle) in sb_pool_skb() argument
625 queue = POOL_QUEUE(handle); in sb_pool_skb()
629 index = POOL_INDEX(handle); in sb_pool_skb()
1247 u32 handle = le32_to_cpu(*(card->raw_cell_hnd + 1)); in idt77252_rx_raw() local
1248 card->raw_cell_head = sb_pool_skb(card, handle); in idt77252_rx_raw()
1340 u32 handle; in idt77252_rx_raw() local
1343 handle = le32_to_cpu(*(u32 *) &queue->data[4]); in idt77252_rx_raw()
1345 next = sb_pool_skb(card, handle); in idt77252_rx_raw()
1797 u32 handle; in push_rx_skb() local
1828 handle = IDT77252_PRV_POOL(skb); in push_rx_skb()
1832 writel(handle, card->fbq[queue]); in push_rx_skb()
1845 u32 handle; in add_rx_skb() local
1874 handle = IDT77252_PRV_POOL(skb); in add_rx_skb()
1875 card->sbpool[POOL_QUEUE(handle)].skb[POOL_INDEX(handle)] = NULL; in add_rx_skb()
1885 u32 handle = IDT77252_PRV_POOL(skb); in recycle_rx_skb() local
1892 err = push_rx_skb(card, skb, POOL_QUEUE(handle)); in recycle_rx_skb()