Searched refs:tx_ack (Results 1 – 2 of 2) sorted by relevance
515 int tx_wcid, tx_ack, tx_pid, is_agg; in rt2800usb_txdone_entry_check() local538 tx_ack = rt2x00_get_field32(word, TXWI_W1_ACK); in rt2800usb_txdone_entry_check()541 if (wcid != tx_wcid || ack != tx_ack || (!is_agg && pid != tx_pid)) { in rt2800usb_txdone_entry_check()
1086 static int tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in tx_ack() function2148 [CPL_TX_DMA_ACK] = tx_ack,