Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/skfp/h/
Dfplustm.h159 u_short rx_free ; /* count of free RxD's */ member
Dhwmtm.h351 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
/linux-2.4.37.9/drivers/net/
Dtyphoon.c243 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()
Dtyphoon.h294 struct rx_free { struct
/linux-2.4.37.9/drivers/net/skfp/
Dhwmtm.c396 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 ;