Lines Matching defs:mode
135 void mac_drv_rx_mode(struct s_smc *smc, int mode);
296 * Sets hardware modul specific values for the mode register 2
894 * void mac_drv_rx_mode(smc,mode)
897 * Corresponding to the parameter mode, the operating system
900 * para mode = 1: RX_ENABLE_ALLMULTI enable all multicasts
922 * mode RX_ENABLE_PASS_SMT, the hardware module
929 * The receive mode RX_DISABLE_PASS_SMT disables the passing
935 * mode RX_ENABLE_PASS_NSA, the hardware module
941 * The receive mode RX_DISABLE_PASS_NSA disables the passing
946 * has to call mac_drv_rx_mode with the mode RX_ENABLE_NSA
947 * before activate the RX_ENABLE_PASS_NSA mode and after every
953 * mode RX_ENABLE_PASS_DB, direct BEACON frames
956 * The receive mode RX_DISABLE_PASS_DB disables the passing
984 void mac_drv_rx_mode(struct s_smc *smc, int mode)
986 switch(mode) {
1024 mac_set_rx_mode(smc,mode) ;