Searched refs:rx_free (Results 1 – 5 of 5) sorted by relevance
159 u_short rx_free ; /* count of free RxD's */ member
351 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
243 struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned;1293 sizeof(struct rx_free)); in typhoon_init_interface()1597 struct rx_free *r; in typhoon_recycle_rx_skb()1608 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_recycle_rx_skb()1624 struct rx_free *r; in typhoon_alloc_rx_skb()1652 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_alloc_rx_skb()
294 struct rx_free { struct
396 queue->rx_free = SMT_R1_RXD_COUNT ;1160 queue->rx_free += frag_count ;1442 smc->hw.fp.rx_q[QUEUE_R1].rx_free-- ;1556 queue->rx_free += frag_count ;