Searched refs:mhi_queue_is_full (Results 1 – 4 of 4) sorted by relevance
87 if (mhi_queue_is_full(mdev, DMA_TO_DEVICE)) in mhi_ndo_xmit()264 if (netif_queue_stopped(ndev) && !mhi_queue_is_full(mdev, DMA_TO_DEVICE)) in mhi_net_ul_callback()280 while (!mhi_queue_is_full(mdev, DMA_FROM_DEVICE)) { in mhi_net_rx_refill_work()
156 if (mhi_queue_is_full(mhiwwan->mhi_dev, DMA_TO_DEVICE)) in mhi_wwan_ctrl_tx()184 if (!mhi_queue_is_full(mhiwwan->mhi_dev, DMA_TO_DEVICE)) in mhi_ul_xfer_cb()
156 if (mhi_queue_is_full(mbim->mdev, DMA_TO_DEVICE)) in mhi_mbim_ndo_xmit()387 while (!mhi_queue_is_full(mdev, DMA_FROM_DEVICE)) { in mhi_net_rx_refill_work()502 if (netif_queue_stopped(ndev) && !mhi_queue_is_full(mbim->mdev, DMA_TO_DEVICE)) in mhi_mbim_ul_callback()
1267 bool mhi_queue_is_full(struct mhi_device *mhi_dev, enum dma_data_direction dir) in mhi_queue_is_full() function1276 EXPORT_SYMBOL_GPL(mhi_queue_is_full);