Searched refs:devq (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/char/pcmcia/ |
H A D | cm4040_cs.c | 72 wait_queue_head_t devq; member in struct:reader_dev 497 wake_up(&dev->devq); 511 wait_event(dev->devq, (link->open == 0)); 584 init_waitqueue_head(&dev->devq);
|
H A D | cm4000_cs.c | 112 wait_queue_head_t devq; /* when removing cardman must not be member in struct:cm4000_dev 632 wait_event_interruptible(dev->devq, 681 /* close et al. are sleeping on devq, so wake it */ 682 wake_up_interruptible(&dev->devq); 1714 wake_up(&dev->devq); /* socket removed? */ 1735 wait_event(dev->devq, (link->open == 0)); 1737 /* dev->devq=NULL; this cannot be zeroed earlier */ 1821 init_waitqueue_head(&dev->devq);
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 2387 * @devq: the network TX queue associated with the new txq 2392 struct net_device *dev, struct netdev_queue *devq, t4vf_sge_alloc_eth_txq() 2476 txq->txq = devq; t4vf_sge_alloc_eth_txq() 2391 t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, struct net_device *dev, struct netdev_queue *devq, unsigned int iqid) t4vf_sge_alloc_eth_txq() argument
|
Completed in 137 milliseconds