Searched refs:BUF_XRETRY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dath9k.h94 * @BUF_XRETRY: To denote excessive retries of the buffer
101 BUF_XRETRY = BIT(5), enumerator in enum:buffer_type
116 #define bf_isxretried(bf) (bf->bf_state.bf_type & BUF_XRETRY)
H A Dxmit.c343 bf->bf_state.bf_type |= BUF_XRETRY;
413 bf->bf_state.bf_type |= BUF_XRETRY;
481 BUF_XRETRY;
2151 bf->bf_state.bf_type |= BUF_XRETRY;
2280 bf->bf_state.bf_type |= BUF_XRETRY;

Completed in 92 milliseconds