Lines Matching defs:set
93 * Caution must be taken to ensure to set the frame trigger level based
94 * on the DMA request size. For example if the DMA request size is set to
97 * size. Hence the tx FIFO will stop with 512 - 128 = 384 bytes. If we set
635 * If bool is set this will kill any frame which is currently being
639 bool ath9k_hw_setrxabort(struct ath_hw *ah, bool set)
643 if (set) {
1031 void ath9k_hw_set_tx_filter(struct ath_hw *ah, u8 destidx, bool set)
1037 filter = SM(set, AR_D_TXBLK_WRITE_COMMAND);
1043 "DCU%d staid %d set %d txfilter %08x\n",
1044 dcu_idx, destidx, set, filter);