Searched refs:tx_ack (Results 1 – 3 of 3) sorted by relevance
83 u8 tx_ack; /* Next ack number to send */ member206 h5->tx_ack = 0; in h5_peer_reset()393 h5->tx_ack = (h5->tx_ack + 1) % 8; in h5_complete_rx_pkt()463 if (H5_HDR_RELIABLE(hdr) && H5_HDR_SEQ(hdr) != h5->tx_ack) { in h5_rx_3wire_hdr()465 H5_HDR_SEQ(hdr), h5->tx_ack); in h5_rx_3wire_hdr()707 hdr[0] = h5->tx_ack << 3; in h5_prepare_pkt()
371 struct kvaser_cmd_ext_tx_ack tx_ack; member1150 flags = le32_to_cpu(cmd->tx_ack.flags); in kvaser_usb_hydra_one_shot_fail()1183 u32 flags = le32_to_cpu(cmd_ext->tx_ack.flags); in kvaser_usb_hydra_tx_acknowledge()
980 int tx_wcid, tx_ack, tx_pid, is_agg; in rt2800_txdone_entry_check() local1003 tx_ack = rt2x00_get_field32(word, TXWI_W1_ACK); in rt2800_txdone_entry_check()1006 if (wcid != tx_wcid || ack != tx_ack || (!is_agg && pid != tx_pid)) { in rt2800_txdone_entry_check()