Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c127 if (!assert_bit || port->seq_nums[MTK_RX] == INVALID_SEQ_NUM) in t7xx_port_next_rx_seq_num()
130 if (seq_num != port->seq_nums[MTK_RX]) in t7xx_port_next_rx_seq_num()
133 seq_num, port->seq_nums[MTK_RX], in t7xx_port_next_rx_seq_num()
146 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_proxy_reset()
147 port->seq_nums[MTK_TX] = 0; in t7xx_port_proxy_reset()
166 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_struct_init()
167 port->seq_nums[MTK_TX] = 0; in t7xx_port_struct_init()
242 FIELD_PREP(CCCI_H_SEQ_FLD, port->seq_nums[MTK_TX]) | CCCI_H_AST_BIT; in t7xx_port_send_ccci_skb()
252 port->seq_nums[MTK_TX]++; in t7xx_port_send_ccci_skb()
396 port->seq_nums[MTK_RX] = seq_num; in t7xx_port_proxy_recv_skb()
Dt7xx_port.h108 u16 seq_nums[2]; /* TX/RX sequence numbers */ member