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

/drivers/net/fddi/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)
/drivers/net/fddi/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);
1756 * mac_drv_fill_rxd
1761 * receive buffers into the RxD ring. mac_drv_fill_rxd queues new
1770 void mac_drv_fill_rxd(struct s_smc *smc) function
1778 pr_debug("entering mac_drv_fill_rxd\n");
1817 pr_debug("leaving mac_drv_fill_rxd\n");
1818 } // mac_drv_fill_rxd

Completed in 105 milliseconds