Home
last modified time | relevance | path

Searched refs:mhi_queue_is_full (Results 1 – 4 of 4) sorted by relevance

/drivers/net/
Dmhi_net.c87 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()
/drivers/net/wwan/
Dmhi_wwan_ctrl.c156 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()
Dmhi_wwan_mbim.c156 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()
/drivers/bus/mhi/host/
Dmain.c1267 bool mhi_queue_is_full(struct mhi_device *mhi_dev, enum dma_data_direction dir) in mhi_queue_is_full() function
1276 EXPORT_SYMBOL_GPL(mhi_queue_is_full);