Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_port_proxy.c119 if (!assert_bit || port->seq_nums[MTK_RX] == INVALID_SEQ_NUM) in t7xx_port_next_rx_seq_num()
122 if (seq_num != port->seq_nums[MTK_RX]) in t7xx_port_next_rx_seq_num()
125 seq_num, port->seq_nums[MTK_RX], in t7xx_port_next_rx_seq_num()
138 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_proxy_reset()
139 port->seq_nums[MTK_TX] = 0; in t7xx_port_proxy_reset()
158 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_struct_init()
159 port->seq_nums[MTK_TX] = 0; in t7xx_port_struct_init()
234 FIELD_PREP(CCCI_H_SEQ_FLD, port->seq_nums[MTK_TX]) | CCCI_H_AST_BIT; in t7xx_port_send_ccci_skb()
244 port->seq_nums[MTK_TX]++; in t7xx_port_send_ccci_skb()
388 port->seq_nums[MTK_RX] = seq_num; in t7xx_port_proxy_recv_skb()
A Dt7xx_port.h104 u16 seq_nums[2]; /* TX/RX sequence numbers */ member

Completed in 5 milliseconds