Searched refs:devq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dcm4040_cs.c74 wait_queue_head_t devq; member in struct:reader_dev
499 wake_up(&dev->devq);
513 wait_event(dev->devq, (link->open == 0));
605 init_waitqueue_head(&dev->devq);
H A Dcm4000_cs.c113 wait_queue_head_t devq; /* when removing cardman must not be member in struct:cm4000_dev
633 wait_event_interruptible(dev->devq,
682 /* close et al. are sleeping on devq, so wake it */
683 wake_up_interruptible(&dev->devq);
1715 wake_up(&dev->devq); /* socket removed? */
1736 wait_event(dev->devq, (link->open == 0));
1738 /* dev->devq=NULL; this cannot be zeroed earlier */
1835 init_waitqueue_head(&dev->devq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c2203 * @devq: the network TX queue associated with the new txq
2208 struct net_device *dev, struct netdev_queue *devq,
2285 txq->txq = devq;
2207 t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, struct net_device *dev, struct netdev_queue *devq, unsigned int iqid) argument

Completed in 72 milliseconds