Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c107 if (!assert_bit || port->seq_nums[MTK_RX] == INVALID_SEQ_NUM) in t7xx_port_next_rx_seq_num()
110 if (seq_num != port->seq_nums[MTK_RX]) in t7xx_port_next_rx_seq_num()
113 seq_num, port->seq_nums[MTK_RX], in t7xx_port_next_rx_seq_num()
126 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_proxy_reset()
127 port->seq_nums[MTK_TX] = 0; in t7xx_port_proxy_reset()
146 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_struct_init()
147 port->seq_nums[MTK_TX] = 0; in t7xx_port_struct_init()
222 FIELD_PREP(CCCI_H_SEQ_FLD, port->seq_nums[MTK_TX]) | CCCI_H_AST_BIT; in t7xx_port_send_ccci_skb()
232 port->seq_nums[MTK_TX]++; in t7xx_port_send_ccci_skb()
376 port->seq_nums[MTK_RX] = seq_num; in t7xx_port_proxy_recv_skb()
Dt7xx_port.h105 u16 seq_nums[2]; /* TX/RX sequence numbers */ member