Lines Matching defs:smc

255 int mac_drv_init(struct s_smc *smc)  in mac_drv_init()
305 void init_driver_fplus(struct s_smc *smc) in init_driver_fplus()
320 static u_long init_descr_ring(struct s_smc *smc, in init_descr_ring()
351 static void init_txd_ring(struct s_smc *smc) in init_txd_ring()
388 static void init_rxd_ring(struct s_smc *smc) in init_rxd_ring()
418 void init_fddi_driver(struct s_smc *smc, u_char *mac_addr) in init_fddi_driver()
482 SMbuf *smt_get_mbuf(struct s_smc *smc) in smt_get_mbuf()
504 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb) in smt_free_mbuf()
550 void mac_drv_repair_descr(struct s_smc *smc) in mac_drv_repair_descr()
582 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue) in repair_txd_ring()
634 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue) in repair_rxd_ring()
705 void fddi_isr(struct s_smc *smc) in fddi_isr()
988 void mac_drv_rx_mode(struct s_smc *smc, int mode) in mac_drv_rx_mode()
1037 void process_receive(struct s_smc *smc) in process_receive()
1376 static void smt_to_llc(struct s_smc *smc, SMbuf *mb) in smt_to_llc()
1411 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_rx_frag()
1459 void mac_drv_clear_rx_queue(struct s_smc *smc) in mac_drv_clear_rx_queue()
1546 int hwm_tx_init(struct s_smc *smc, u_char fc, int frag_count, int frame_len, in hwm_tx_init()
1624 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_tx_frag()
1730 static void queue_llc_rx(struct s_smc *smc, SMbuf *mb) in queue_llc_rx()
1754 static SMbuf *get_llc_rx(struct s_smc *smc) in get_llc_rx()
1770 static void queue_txd_mb(struct s_smc *smc, SMbuf *mb) in queue_txd_mb()
1787 static SMbuf *get_txd_mb(struct s_smc *smc) in get_txd_mb()
1802 void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc) in smt_send_mbuf()
1937 static void mac_drv_clear_txd(struct s_smc *smc) in mac_drv_clear_txd()
2027 void mac_drv_clear_tx_queue(struct s_smc *smc) in mac_drv_clear_tx_queue()
2119 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev) in mac_drv_debug_lev()