Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c106 port->rx_length_th = RX_QUEUE_MAXLEN; in t7xx_port_wwan_init()
115 port->rx_length_th = 0; in t7xx_port_wwan_uninit()
Dt7xx_port_ctrl_msg.c250 port->rx_length_th = CTRL_QUEUE_MAXLEN; in port_ctl_init()
263 port->rx_length_th = 0; in port_ctl_uninit()
Dt7xx_port.h122 int rx_length_th; member
Dt7xx_port_proxy.c185 if (port->rx_skb_list.qlen >= port->rx_length_th) { in t7xx_port_enqueue_skb()