Searched refs:rx_conf (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c1020 struct wl1271_acx_rx_config_opt *rx_conf; local
1025 rx_conf = kzalloc(sizeof(*rx_conf), GFP_KERNEL);
1026 if (!rx_conf) {
1031 rx_conf->threshold = cpu_to_le16(wl->conf.rx.irq_pkt_threshold);
1032 rx_conf->timeout = cpu_to_le16(wl->conf.rx.irq_timeout);
1033 rx_conf->mblk_threshold = cpu_to_le16(wl->conf.rx.irq_blk_threshold);
1034 rx_conf->queue_type = wl->conf.rx.queue_type;
1036 ret = wl1271_cmd_configure(wl, ACX_RX_CONFIG_OPT, rx_conf,
1037 sizeof(*rx_conf));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c1020 struct wl1271_acx_rx_config_opt *rx_conf; local
1025 rx_conf = kzalloc(sizeof(*rx_conf), GFP_KERNEL);
1026 if (!rx_conf) {
1031 rx_conf->threshold = cpu_to_le16(wl->conf.rx.irq_pkt_threshold);
1032 rx_conf->timeout = cpu_to_le16(wl->conf.rx.irq_timeout);
1033 rx_conf->mblk_threshold = cpu_to_le16(wl->conf.rx.irq_blk_threshold);
1034 rx_conf->queue_type = wl->conf.rx.queue_type;
1036 ret = wl1271_cmd_configure(wl, ACX_RX_CONFIG_OPT, rx_conf,
1037 sizeof(*rx_conf));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rtl818x/
H A Drtl8180.h83 u32 rx_conf; member in struct:rtl8180_priv
H A Drtl8180_dev.c597 priv->rx_conf = reg;
829 priv->rx_conf ^= RTL818X_RX_CONF_FCS;
831 priv->rx_conf ^= RTL818X_RX_CONF_CTRL;
833 priv->rx_conf ^= RTL818X_RX_CONF_MONITOR;
835 priv->rx_conf |= RTL818X_RX_CONF_MULTICAST;
837 priv->rx_conf &= ~RTL818X_RX_CONF_MULTICAST;
841 if (priv->rx_conf & RTL818X_RX_CONF_FCS)
843 if (priv->rx_conf & RTL818X_RX_CONF_CTRL)
845 if (priv->rx_conf & RTL818X_RX_CONF_MONITOR)
847 if (priv->rx_conf
[all...]
H A Drtl8187_dev.c919 priv->rx_conf = reg;
950 priv->rx_conf = reg;
1199 priv->rx_conf ^= RTL818X_RX_CONF_FCS;
1201 priv->rx_conf ^= RTL818X_RX_CONF_CTRL;
1203 priv->rx_conf ^= RTL818X_RX_CONF_MONITOR;
1205 priv->rx_conf |= RTL818X_RX_CONF_MULTICAST;
1207 priv->rx_conf &= ~RTL818X_RX_CONF_MULTICAST;
1211 if (priv->rx_conf & RTL818X_RX_CONF_FCS)
1213 if (priv->rx_conf & RTL818X_RX_CONF_CTRL)
1215 if (priv->rx_conf
[all...]
H A Drtl8187.h106 u32 rx_conf; member in struct:rtl8187_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8180.h83 u32 rx_conf; member in struct:rtl8180_priv
H A Drtl8180_dev.c597 priv->rx_conf = reg;
829 priv->rx_conf ^= RTL818X_RX_CONF_FCS;
831 priv->rx_conf ^= RTL818X_RX_CONF_CTRL;
833 priv->rx_conf ^= RTL818X_RX_CONF_MONITOR;
835 priv->rx_conf |= RTL818X_RX_CONF_MULTICAST;
837 priv->rx_conf &= ~RTL818X_RX_CONF_MULTICAST;
841 if (priv->rx_conf & RTL818X_RX_CONF_FCS)
843 if (priv->rx_conf & RTL818X_RX_CONF_CTRL)
845 if (priv->rx_conf & RTL818X_RX_CONF_MONITOR)
847 if (priv->rx_conf
[all...]
H A Drtl8187_dev.c919 priv->rx_conf = reg;
950 priv->rx_conf = reg;
1199 priv->rx_conf ^= RTL818X_RX_CONF_FCS;
1201 priv->rx_conf ^= RTL818X_RX_CONF_CTRL;
1203 priv->rx_conf ^= RTL818X_RX_CONF_MONITOR;
1205 priv->rx_conf |= RTL818X_RX_CONF_MULTICAST;
1207 priv->rx_conf &= ~RTL818X_RX_CONF_MULTICAST;
1211 if (priv->rx_conf & RTL818X_RX_CONF_FCS)
1213 if (priv->rx_conf & RTL818X_RX_CONF_CTRL)
1215 if (priv->rx_conf
[all...]
H A Drtl8187.h106 u32 rx_conf; member in struct:rtl8187_priv

Completed in 132 milliseconds