Searched refs:mac_drv_fill_rxd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dhwmtm.h350 * function mac_drv_rx_complete. This macro calls mac_drv_fill_rxd
361 mac_drv_fill_rxd(smc) ;\
365 #define HWM_RX_CHECK(smc,low_water) mac_drv_fill_rxd(smc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwmtm.c100 extern void mac_drv_fill_rxd(struct s_smc *smc);
480 mac_drv_fill_rxd(smc) ;
721 mac_drv_fill_rxd(smc) ;
1107 mac_drv_fill_rxd(smc) ;
H A Dskfddi.c131 void mac_drv_fill_rxd(struct s_smc *smc);
1642 * mac_drv_fill_rxd
1647 * receive buffers into the RxD ring. mac_drv_fill_rxd queues new
1656 void mac_drv_fill_rxd(struct s_smc *smc) function
1664 pr_debug(KERN_INFO "entering mac_drv_fill_rxd\n");
1703 pr_debug(KERN_INFO "leaving mac_drv_fill_rxd\n");
1704 } // mac_drv_fill_rxd

Completed in 53 milliseconds