Searched refs:promiscuous (Results 1 - 19 of 19) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dmcdi_mac.c30 reject = (efx->promiscuous) ? 0 :
H A Dfalcon_xmac.c174 FRF_AB_XM_ACPT_ALL_UCAST, efx->promiscuous,
H A Dnet_driver.h701 * @promiscuous: Promiscuous flag. Protected by netif_tx_lock.
821 bool promiscuous; member in struct:efx_nic
H A Defx.c872 (efx->promiscuous ? " [PROMISC]" : ""));
921 /* Serialise the promiscuous flag with efx_set_rx_mode. */
1964 efx->promiscuous = !!(net_dev->flags & IFF_PROMISC);
1967 if (efx->promiscuous || (net_dev->flags & IFF_ALLMULTI)) {
H A Dfalcon.c550 FRF_AB_MAC_UC_PROM, efx->promiscuous,
/drivers/net/wireless/ipw2x00/
H A DKconfig41 bool "Enable promiscuous mode"
44 Enables promiscuous/monitor mode support for the ipw2100 driver.
46 promiscuous mode via the Wireless Tool's Monitor mode. While in this
102 bool "Enable promiscuous mode"
105 Enables promiscuous/monitor mode support for the ipw2200 driver.
107 promiscuous mode via the Wireless Tool's Monitor mode. While in this
115 bool "Enable creation of a RF radiotap promiscuous interface"
/drivers/net/wireless/orinoco/
H A Dorinoco.h143 int promiscuous, mc_count; member in struct:orinoco_private
H A Dhw.c680 priv->promiscuous = 0;
1074 if (promisc != priv->promiscuous) {
1082 priv->promiscuous = promisc;
1085 /* If we're not in promiscuous mode, then we need to set the
H A Dmain.c1726 * into promiscuous mode and let the upper levels deal. */
2113 priv->promiscuous = 0;
/drivers/net/ethernet/micrel/
H A Dksz884x.c1258 * @promiscuous: Counter to keep track of promiscuous mode set.
1299 u8 promiscuous; member in struct:ksz_hw
1466 * @promiscuous: The promiscuous state of the device.
1482 int promiscuous; member in struct:dev_priv
3802 if (hw->promiscuous)
4229 * hw_set_promiscuous - enable or disable promiscuous receiving
4231 * @prom: To turn on or off the promiscuous feature.
5397 if (priv->promiscuous)
5691 dev_set_promiscuous(struct net_device *dev, struct dev_priv *priv, struct ksz_hw *hw, int promiscuous) argument
[all...]
H A Dks8851_mll.c403 * @promiscuous : promiscuous mode indicator.
450 u16 promiscuous; member in struct:ks_net
1127 ks->promiscuous = promiscuous_mode;
1175 /* Turn on/off promiscuous mode. */
1474 if (ks->promiscuous) /* bPromiscuous */
1498 ks->promiscuous = 0;
/drivers/net/arcnet/
H A DKconfig112 things as promiscuous mode, so packet sniffing is possible, and
/drivers/net/ethernet/emulex/benet/
H A Dbe.h374 bool promiscuous; member in struct:be_adapter
H A Dbe_cmds.c1479 u32 num, bool untagged, bool promiscuous)
1498 req->promiscuous = promiscuous;
1501 if (!promiscuous) {
1478 be_cmd_vlan_config(struct be_adapter *adapter, u32 if_id, u16 *vtag_array, u32 num, bool untagged, bool promiscuous) argument
H A Dbe_cmds.h913 u8 promiscuous; member in struct:be_cmd_req_vlan_config
1614 bool promiscuous);
H A Dbe_main.c782 * If the user configures more, place BE in vlan promiscuous mode.
797 /* No need to further configure vids if in promiscuous mode */
798 if (adapter->promiscuous)
869 adapter->promiscuous = true;
873 /* BE was previously in promiscuous mode; disable it */
874 if (adapter->promiscuous) {
875 adapter->promiscuous = false;
900 adapter->promiscuous = true;
1926 * promiscuous mode on some skews
2578 adapter->promiscuous
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_cmds.h462 u8 promiscuous; member in struct:be_cmd_req_mcast_mac_config
/drivers/net/ethernet/intel/
H A De100.c593 promiscuous = (1 << 1), enumerator in enum:nic::__anon2238
1136 if (nic->flags & promiscuous || nic->loopback) {
1588 nic->flags |= promiscuous;
1590 nic->flags &= ~promiscuous;
/drivers/net/ethernet/freescale/
H A Ducc_geth.c1281 int promiscuous, u32 __iomem *upsmr_register)
1297 if (promiscuous)
1279 init_rx_parameters(int reject_broadcast, int receive_short_frames, int promiscuous, u32 __iomem *upsmr_register) argument

Completed in 868 milliseconds