Searched refs:rx_q (Results 1 – 2 of 2) sorted by relevance
313 for (; device->rx_q.count; ) { in hif_disable_func()314 qdf_list_remove_back(&device->rx_q, &node); in hif_disable_func()365 qdf_list_create(&device->rx_q, HIF_MAX_RX_Q_ALLOC); in hif_enable_func()388 qdf_list_t *q = &dev->rx_q; in hif_sdio_get_nbuf()438 unsigned int rx_q_count = dev->rx_q.count; in hif_sdio_rx_q_alloc()443 for (; rx_q_count < dev->rx_q.max_size; rx_q_count++) { in hif_sdio_rx_q_alloc()459 qdf_list_insert_back(&dev->rx_q, &rx_q_elem->entry); in hif_sdio_rx_q_alloc()
218 qdf_list_t rx_q; member