Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/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()
/linux-6.1.9/include/linux/
Dmhi.h815 bool mhi_queue_is_full(struct mhi_device *mhi_dev, enum dma_data_direction dir);
/linux-6.1.9/drivers/bus/mhi/host/
Dmain.c1255 bool mhi_queue_is_full(struct mhi_device *mhi_dev, enum dma_data_direction dir) in mhi_queue_is_full() function
1264 EXPORT_SYMBOL_GPL(mhi_queue_is_full);