Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c166 if (!assert_bit || port->seq_nums[MTK_RX] == INVALID_SEQ_NUM) in t7xx_port_next_rx_seq_num()
169 if (seq_num != port->seq_nums[MTK_RX]) in t7xx_port_next_rx_seq_num()
172 seq_num, port->seq_nums[MTK_RX], in t7xx_port_next_rx_seq_num()
185 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_proxy_reset()
186 port->seq_nums[MTK_TX] = 0; in t7xx_port_proxy_reset()
205 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_struct_init()
206 port->seq_nums[MTK_TX] = 0; in t7xx_port_struct_init()
291 FIELD_PREP(CCCI_H_SEQ_FLD, port->seq_nums[MTK_TX]) | CCCI_H_AST_BIT; in t7xx_port_send_ccci_skb()
301 port->seq_nums[MTK_TX]++; in t7xx_port_send_ccci_skb()
478 port->seq_nums[MTK_RX] = seq_num; in t7xx_port_proxy_recv_skb()
H A Dt7xx_port.h113 u16 seq_nums[2]; /* TX/RX sequence numbers */ member