Searched refs:status_queue (Results 1 – 2 of 2) sorted by relevance
2421 struct ipw2100_status *status = &priv->status_queue.drv[i]; in ipw2100_corruption_detected()2454 printk_buf((u8 *) priv->status_queue.drv, in ipw2100_corruption_detected()2467 struct ipw2100_status *status = &priv->status_queue.drv[i]; in isr_rx()2541 struct ipw2100_status *status = &priv->status_queue.drv[i]; in isr_rx_monitor()2621 struct ipw2100_status *status = &priv->status_queue.drv[i]; in ipw2100_corruption_check()2678 struct ipw2100_status_queue *sq = &priv->status_queue; in __ipw2100_rx_process()4333 struct ipw2100_status_queue *q = &priv->status_queue; in status_queue_allocate()4353 if (priv->status_queue.drv) { in status_queue_free()4354 pci_free_consistent(priv->pci_dev, priv->status_queue.size, in status_queue_free()4355 priv->status_queue.drv, in status_queue_free()[all …]
539 struct ipw2100_status_queue status_queue; member