Searched refs:tx_ack (Results 1 – 4 of 4) sorted by relevance
92 u8 tx_ack; /* Next ack number to send */ member204 h5->tx_ack = 0; in h5_peer_reset()388 h5->tx_ack = (h5->tx_ack + 1) % 8; in h5_complete_rx_pkt()457 if (H5_HDR_RELIABLE(hdr) && H5_HDR_SEQ(hdr) != h5->tx_ack) { in h5_rx_3wire_hdr()459 H5_HDR_SEQ(hdr), h5->tx_ack); in h5_rx_3wire_hdr()687 hdr[0] = h5->tx_ack << 3; in h5_prepare_pkt()
509 int tx_wcid, tx_ack, tx_pid, is_agg; in rt2800usb_txdone_entry_check() local532 tx_ack = rt2x00_get_field32(word, TXWI_W1_ACK); in rt2800usb_txdone_entry_check()535 if (wcid != tx_wcid || ack != tx_ack || (!is_agg && pid != tx_pid)) { in rt2800usb_txdone_entry_check()
358 struct kvaser_cmd_ext_tx_ack tx_ack; member1076 flags = le32_to_cpu(cmd->tx_ack.flags); in kvaser_usb_hydra_one_shot_fail()1109 u32 flags = le32_to_cpu(cmd_ext->tx_ack.flags); in kvaser_usb_hydra_tx_acknowledge()
1085 static int tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in tx_ack() function2152 [CPL_TX_DMA_ACK] = tx_ack,