Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c60 int txq_mtu; in t7xx_port_fastboot_tx() local
63 txq_mtu = t7xx_get_port_mtu(port); in t7xx_port_fastboot_tx()
64 if (txq_mtu < 0) in t7xx_port_fastboot_tx()
69 len = min_t(size_t, actual, txq_mtu); in t7xx_port_fastboot_tx()