Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2800usb.c515 int tx_wcid, tx_ack, tx_pid, is_agg; in rt2800usb_txdone_entry_check() local
538 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()
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_cm.c1086 static int tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in tx_ack() function
2148 [CPL_TX_DMA_ACK] = tx_ack,