Searched refs:status_queue (Results 1 – 2 of 2) sorted by relevance
2407 struct ipw2100_status *status = &priv->status_queue.drv[i]; in ipw2100_corruption_detected()2440 printk_buf((u8 *) priv->status_queue.drv, in ipw2100_corruption_detected()2453 struct ipw2100_status *status = &priv->status_queue.drv[i]; in isr_rx()2527 struct ipw2100_status *status = &priv->status_queue.drv[i]; in isr_rx_monitor()2607 struct ipw2100_status *status = &priv->status_queue.drv[i]; in ipw2100_corruption_check()2664 struct ipw2100_status_queue *sq = &priv->status_queue; in __ipw2100_rx_process()4319 struct ipw2100_status_queue *q = &priv->status_queue; in status_queue_allocate()4339 if (priv->status_queue.drv) { in status_queue_free()4340 pci_free_consistent(priv->pci_dev, priv->status_queue.size, in status_queue_free()4341 priv->status_queue.drv, in status_queue_free()[all …]
525 struct ipw2100_status_queue status_queue; member