Searched refs:seq_nums (Results 1 – 2 of 2) sorted by relevance
145 if (!assert_bit || port->seq_nums[MTK_RX] == INVALID_SEQ_NUM) in t7xx_port_next_rx_seq_num()148 if (seq_num != port->seq_nums[MTK_RX]) in t7xx_port_next_rx_seq_num()151 seq_num, port->seq_nums[MTK_RX], in t7xx_port_next_rx_seq_num()164 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_proxy_reset()165 port->seq_nums[MTK_TX] = 0; in t7xx_port_proxy_reset()184 port->seq_nums[MTK_RX] = INVALID_SEQ_NUM; in t7xx_port_struct_init()185 port->seq_nums[MTK_TX] = 0; in t7xx_port_struct_init()270 FIELD_PREP(CCCI_H_SEQ_FLD, port->seq_nums[MTK_TX]) | CCCI_H_AST_BIT; in t7xx_port_send_ccci_skb()280 port->seq_nums[MTK_TX]++; in t7xx_port_send_ccci_skb()457 port->seq_nums[MTK_RX] = seq_num; in t7xx_port_proxy_recv_skb()
110 u16 seq_nums[2]; /* TX/RX sequence numbers */ member