[go: nahoru, domu]

Searched defs:drop (Results 1 - 25 of 29) sorted by relevance

12

/drivers/net/wireless/rt2x00/
H A Drt2x00mmio.c99 void rt2x00mmio_flush_queue(struct data_queue *queue, bool drop) argument
H A Drt2x00mac.c753 u32 queues, bool drop)
762 rt2x00queue_flush_queue(queue, drop);
752 rt2x00mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
H A Drt2x00usb.c475 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop) argument
480 if (drop)
H A Drt2x00queue.c989 void rt2x00queue_flush_queue(struct data_queue *queue, bool drop) argument
999 * If we are not supposed to drop any pending
1004 if (!drop && tx_queue)
1013 queue->rt2x00dev->ops->lib->flush_queue(queue, drop);
1058 void rt2x00queue_flush_queues(struct rt2x00_dev *rt2x00dev, bool drop) argument
1063 rt2x00queue_flush_queue(queue, drop);
1065 rt2x00queue_flush_queue(rt2x00dev->rx, drop);
/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c58 int drop = 0; local
68 drop = 1;
72 return drop;
130 int drop = 0; local
139 drop |= nouveau_fence_signal(fence);
142 return drop;
/drivers/staging/wlan-ng/
H A Dp80211netdev.c357 /* Mode isn't set yet, just drop the frame
416 /* alloc failure, drop frame */
420 /* buffer full or queue busy, drop frame. */
899 * drop the frame
908 * anything else means we drop it.
919 int drop = 0; local
931 drop = 1;
987 drop = 2;
993 drop = 1;
1029 drop
[all...]
/drivers/net/wireless/p54/
H A Dmain.c377 * Otherwise the firmware will drop it and ARP will no longer work.
673 u32 queues, bool drop)
672 p54_flush(struct ieee80211_hw *dev, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/base/regmap/
H A Dinternal.h157 int (*drop)(struct regmap *map, unsigned int min, unsigned int max); member in struct:regcache_ops
/drivers/net/wireless/ath/ar5523/
H A Dar5523.c1094 u32 queues, bool drop)
1093 ar5523_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/ath/carl9170/
H A Dmain.c225 * We can only drop frames which have not been uploaded
1703 u32 queues, bool drop)
1712 carl9170_flush(ar, drop);
1701 carl9170_op_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c901 u32 queues, bool drop)
906 no_printk("%s: drop = %s\n", __func__, drop ? "true" : "false");
900 brcms_ops_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/cw1200/
H A Dtxrx.c123 * of time (100-200 ms), leading to valuable throughput drop.
726 goto drop;
736 goto drop;
740 goto drop;
750 goto drop;
753 goto drop;
756 goto drop;
760 goto drop;
766 goto drop;
788 drop
814 int drop = 1; local
[all...]
H A Dsta.c43 static int __cw1200_flush(struct cw1200_common *priv, bool drop);
902 static int __cw1200_flush(struct cw1200_common *priv, bool drop) argument
910 if (drop) {
921 if (!drop && ret <= 0) {
940 u32 queues, bool drop)
946 drop = true;
950 drop = true;
954 if (!__cw1200_flush(priv, drop))
939 cw1200_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/iwlwifi/dvm/
H A Dmac80211.c1095 u32 queues, bool drop)
1094 iwlagn_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/rtlwifi/
H A Dcore.c1666 bool drop)
1671 rtlpriv->intf_ops->flush(hw, queues, drop);
1663 rtl_op_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
H A Dpci.c1721 static void rtl_pci_flush(struct ieee80211_hw *hw, u32 queues, bool drop) argument
/drivers/s390/char/
H A Dsclp.c79 int drop, rc; local
81 rc = kstrtoint(str, 0, &drop);
82 if (!rc && drop)
/drivers/tty/serial/
H A Dpmac_zilog.c235 unsigned char ch, r1, drop, error, flag; local
248 drop = 0;
282 if (drop)
/drivers/isdn/i4l/
H A Disdn_ppp.c1488 int drop = 0; local
1517 drop |= is->pass_filter
1519 drop |= is->active_filter
1523 return drop;
1716 /* drop any duplicate fragments */
2838 * - drop rx compressed frames if we cannot decomp (instead of pushing them
/drivers/media/dvb-core/
H A Ddvb_net.c673 register int drop = 0; local
686 drop = 1;
688 drop = 1; /* no broadcast; */
694 drop = 1;
699 if (drop) {
831 /* drop scrambled or broken packets */
834 /* drop scrambled */
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c326 u64 drop, bad; local
329 drop = cvmx_read_csr(p->agl + AGL_GMX_RX_STATS_PKTS_DRP);
332 if (drop || bad) {
336 netdev->stats.rx_dropped += drop;
/drivers/net/wireless/ath/ath9k/
H A Dmain.c1987 u32 queues, bool drop)
1992 __ath9k_flush(hw, queues, drop);
1996 void __ath9k_flush(struct ieee80211_hw *hw, u32 queues, bool drop) argument
2018 drop = false;
2020 if (drop) {
1986 ath9k_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c525 goto drop;
531 goto drop;
545 goto drop;
550 goto drop;
552 drop:
3007 struct ieee80211_vif *vif, u32 queues, bool drop)
3023 if (drop) {
3006 iwl_mvm_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument
/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c406 unsigned drop = 0; local
425 if (unlikely(drop)) {
445 drop = 1;
477 drop = 1;
/drivers/net/wireless/ath/ath10k/
H A Dmac.c3823 u32 queues, bool drop)
3831 if (drop)
3822 ath10k_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop) argument

Completed in 687 milliseconds

12