Searched refs:drop (Results 26 - 50 of 81) sorted by relevance

1234

/drivers/net/wireless/rt2x00/
H A Drt2x00.h596 void (*flush_queue) (struct data_queue *queue, bool drop);
1212 * @drop: True to drop all pending frames.
1217 void rt2x00queue_flush_queue(struct data_queue *queue, bool drop);
1239 * @drop: True to drop all pending frames.
1244 void rt2x00queue_flush_queues(struct rt2x00_dev *rt2x00dev, bool drop);
1324 void rt2x00mac_flush(struct ieee80211_hw *hw, bool drop);
H A Drt2x00usb.h403 * @drop: True to drop all pending frames.
409 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop);
H A Drt2x00queue.c950 void rt2x00queue_flush_queue(struct data_queue *queue, bool drop) argument
976 * If we are not supposed to drop any pending
981 if (!drop && tx_queue)
991 queue->rt2x00dev->ops->lib->flush_queue(queue, drop);
1043 void rt2x00queue_flush_queues(struct rt2x00_dev *rt2x00dev, bool drop) argument
1048 rt2x00queue_flush_queue(queue, drop);
1050 rt2x00queue_flush_queue(rt2x00dev->rx, drop);
H A Drt2x00mac.c769 void rt2x00mac_flush(struct ieee80211_hw *hw, bool drop) argument
775 rt2x00queue_flush_queue(queue, drop);
H A Drt2x00usb.c471 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop) argument
476 if (drop)
H A Drt2x00pci.c102 void rt2x00pci_flush_queue(struct data_queue *queue, bool drop) argument
/drivers/tty/
H A Dtty_port.c343 if (port->ops->drop)
344 port->ops->drop(port);
375 /* Don't call port->drop for the last reference. Callers will want
376 to drop the last active reference in ->shutdown() or the tty
/drivers/net/ppp/
H A Dpppoe.c435 goto drop;
442 goto drop;
445 goto drop;
454 goto drop;
458 drop:
/drivers/net/wimax/i2400m/
H A Dnetdev.c47 * to do all that. By default, we only queue a single packet and drop
269 * just drop the packets (see i2400m_hard_start_xmit()).
352 * In case of error, we just drop it. Reasons:
357 * - network protocols have their own drop-recovery mechanisms
376 goto drop;
383 drop:
/drivers/scsi/libfc/
H A Dfc_rport.c1365 goto drop;
1370 goto drop;
1376 drop:
1784 goto drop;
1791 drop:
1855 goto drop;
1862 drop:
/drivers/net/ethernet/hp/
H A Dhp100.c1501 goto drop;
1514 goto drop;
1517 goto drop;
1550 goto drop;
1590 drop:
1652 goto drop;
1655 goto drop;
1669 goto drop;
1702 goto drop;
1756 drop
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvb_net.c673 register int drop = 0; local
684 drop = 1;
686 drop = 1; /* no broadcast; */
692 drop = 1;
697 if (drop) {
829 /* drop scrambled or broken packets */
832 /* drop scrambled */
/drivers/net/
H A Dtun.c306 /* Returns: 0 - drop, !=0 - accept */
328 * Returns: 0 - drop, !=0 - accept
387 goto drop;
393 goto drop;
397 goto drop;
411 goto drop;
429 drop:
H A Dmacvtap.c253 goto drop;
256 goto drop;
262 drop:
/drivers/infiniband/hw/qib/
H A Dqib_verbs.c613 goto drop;
620 goto drop;
632 goto drop;
635 goto drop;
637 goto drop;
650 goto drop;
653 goto drop;
676 goto drop;
686 drop:
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c246 u64 drop, bad; local
249 drop = cvmx_read_csr(CVMX_AGL_GMX_RXX_STATS_PKTS_DRP(port));
252 if (drop || bad) {
256 netdev->stats.rx_dropped += drop;
/drivers/net/irda/
H A Dirda-usb.c407 goto drop;
434 goto drop;
440 goto drop;
541 drop:
894 * the Rx path. Better drop the packet... Jean II */
/drivers/net/usb/
H A Dusbnet.c428 netif_dbg(dev, rx_err, dev->net, "drop\n");
718 * can't flush_scheduled_work() until we drop rtnl (later),
1106 goto drop;
1117 goto drop;
1152 goto drop;
1188 netif_dbg(dev, tx_err, dev->net, "drop, code %d\n", retval);
1189 drop:
/drivers/net/wireless/b43legacy/
H A Ddma.c1363 goto drop;
1389 goto drop;
1399 goto drop;
1407 drop:
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c695 static void brcms_ops_flush(struct ieee80211_hw *hw, bool drop) argument
699 no_printk("%s: drop = %s\n", __func__, drop ? "true" : "false");
703 brcms_c_wait_for_tx_completion(wl->wlc, drop);
H A Dpub.h582 bool drop);
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c446 //printk(KERN_WARNING "[1] go drop!\n");
447 goto drop;
452 //printk(KERN_WARNING "[2] go drop!\n");
453 goto drop;
461 drop:
549 * frames from other than current BSS, so just drop the
/drivers/block/
H A Dub.c449 * If the above is true, we can drop the lock, which we need for
643 goto drop;
648 goto drop;
664 goto drop;
668 drop:
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c1229 silently drop the packet (this seems to be the
1231 goto drop;
1236 goto drop;
1250 goto drop;
1293 drop:
/drivers/scsi/fcoe/
H A Dfcoe.c1259 * new skbs. Unlock the targeted CPU and drop the skbs
1273 * will reach this case and we will drop all skbs and later
1750 goto drop;
1766 goto drop;
1770 goto drop;
1777 drop:

Completed in 521 milliseconds

1234