Lines Matching defs:smc

259 int mac_drv_init(struct s_smc *smc)  in mac_drv_init()
309 void init_driver_fplus(struct s_smc *smc) in init_driver_fplus()
324 static u_long init_descr_ring(struct s_smc *smc, in init_descr_ring()
355 static void init_txd_ring(struct s_smc *smc) in init_txd_ring()
392 static void init_rxd_ring(struct s_smc *smc) in init_rxd_ring()
422 void init_fddi_driver(struct s_smc *smc, u_char *mac_addr) in init_fddi_driver()
486 SMbuf *smt_get_mbuf(struct s_smc *smc) in smt_get_mbuf()
508 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb) in smt_free_mbuf()
554 void mac_drv_repair_descr(struct s_smc *smc) in mac_drv_repair_descr()
586 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue) in repair_txd_ring()
638 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue) in repair_rxd_ring()
709 void fddi_isr(struct s_smc *smc) in fddi_isr()
992 void mac_drv_rx_mode(struct s_smc *smc, int mode) in mac_drv_rx_mode()
1041 void process_receive(struct s_smc *smc) in process_receive()
1380 static void smt_to_llc(struct s_smc *smc, SMbuf *mb) in smt_to_llc()
1415 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_rx_frag()
1463 void mac_drv_clear_rx_queue(struct s_smc *smc) in mac_drv_clear_rx_queue()
1550 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, in hwm_tx_init()
1628 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_tx_frag()
1734 static void queue_llc_rx(struct s_smc *smc, SMbuf *mb) in queue_llc_rx()
1758 static SMbuf *get_llc_rx(struct s_smc *smc) in get_llc_rx()
1774 static void queue_txd_mb(struct s_smc *smc, SMbuf *mb) in queue_txd_mb()
1791 static SMbuf *get_txd_mb(struct s_smc *smc) in get_txd_mb()
1806 void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc) in smt_send_mbuf()
1941 static void mac_drv_clear_txd(struct s_smc *smc) in mac_drv_clear_txd()
2031 void mac_drv_clear_tx_queue(struct s_smc *smc) in mac_drv_clear_tx_queue()
2123 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev) in mac_drv_debug_lev()