Lines Matching full:mhi
2 /* MHI MBIM Network driver - Network/MBIM over MHI bus
18 #include <linux/mhi.h>
32 * one 4K page. Large MBIM packets will simply be split over several MHI
33 * transfers and chained by the MHI net layer (zerocopy).
158 /* Serialize MHI channel queuing and MBIM seq */ in mhi_mbim_ndo_xmit()
286 /* Only IP data type supported, no DSS in MHI context */ in mhi_mbim_rx()
439 /* MHI layer stopping/resetting the DL channel */ in mhi_mbim_dl_callback()
494 * freed by the MHI stack) and perform accounting. in mhi_mbim_ul_callback()
500 /* MHI layer stopping/resetting the UL channel */ in mhi_mbim_ul_callback()
521 /* Feed the MHI rx buffer pool */ in mhi_mbim_ndo_open()
623 /* Start MHI channels */ in mhi_mbim_probe()
631 /* Get the corresponding mux_id from mhi */ in mhi_mbim_probe()
634 /* Register wwan link ops with MHI controller representing WWAN instance */ in mhi_mbim_probe()
655 MODULE_DEVICE_TABLE(mhi, mhi_mbim_id_table);
671 MODULE_DESCRIPTION("Network/MBIM over MHI");