Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c104 port->rx_length_th = RX_QUEUE_MAXLEN; in t7xx_port_wwan_init()
113 port->rx_length_th = 0; in t7xx_port_wwan_uninit()
H A Dt7xx_port_ctrl_msg.c254 port->rx_length_th = CTRL_QUEUE_MAXLEN; in port_ctl_init()
267 port->rx_length_th = 0; in port_ctl_uninit()
H A Dt7xx_port.h125 int rx_length_th; member
H A Dt7xx_port_proxy.c205 if (port->rx_skb_list.qlen >= port->rx_length_th) { in t7xx_port_enqueue_skb()