Lines Matching refs:smc
304 #define RS_SET(smc,bit) \ argument
305 ring_status_indication(smc,smc->srf.ring_status |= bit)
306 #define RS_CLEAR(smc,bit) \ argument
307 ring_status_indication(smc,smc->srf.ring_status &= ~bit)
314 #define AIX_EVENT(smc,opt0,opt1,opt2,opt3) /* nothing */ argument
472 void all_selection_criteria(struct s_smc *smc);
473 void card_stop(struct s_smc *smc);
474 void init_board(struct s_smc *smc, u_char *mac_addr);
475 int init_fplus(struct s_smc *smc);
476 void init_plc(struct s_smc *smc);
477 int init_smt(struct s_smc *smc, u_char *mac_addr);
478 void mac1_irq(struct s_smc *smc, u_short stu, u_short stl);
479 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);
480 void mac3_irq(struct s_smc *smc, u_short code_s3u, u_short code_s3l);
481 int pcm_status_twisted(struct s_smc *smc);
482 void plc1_irq(struct s_smc *smc);
483 void plc2_irq(struct s_smc *smc);
484 void read_address(struct s_smc *smc, u_char *mac_addr);
485 void timer_irq(struct s_smc *smc);