Searched refs:bf_state (Results 1 – 2 of 2) sorted by relevance
320 (void) memset(&((_bf)->bf_state), 0, \354 #define bf_nframes bf_state.bfs_nframes355 #define bf_al bf_state.bfs_al356 #define bf_frmlen bf_state.bfs_frmlen357 #define bf_retries bf_state.bfs_retries358 #define bf_seqno bf_state.bfs_seqno359 #define bf_tidno bf_state.bfs_tidno360 #define bf_rcs bf_state.bfs_rcs361 #define bf_keyix bf_state.bfs_keyix362 #define bf_keytype bf_state.bfs_keytype[all …]
326 bf->bf_state.bf_type |= BUF_RETRY; in arn_tx_set_retry()349 tbf->bf_state = bf->bf_state; /* buffer state */ in arn_clone_txbuf()420 bf->bf_state.bf_type |= BUF_XRETRY; in arn_tx_complete_aggr()751 bf->bf_state.bf_type &= ~BUF_AGGR; in arn_tx_sched_aggr()759 bf->bf_state.bf_type |= BUF_AGGR; in arn_tx_sched_aggr()1093 bf->bf_state.bf_type &= ~BUF_AMPDU; in arn_tx_send_ht_normal()1258 (bf->bf_state.bf_type |= BUF_DATA) : in ath_tx_setup_buffer()1259 (bf->bf_state.bf_type &= ~BUF_DATA); in ath_tx_setup_buffer()1261 (bf->bf_state.bf_type |= BUF_BAR) : in ath_tx_setup_buffer()1262 (bf->bf_state.bf_type &= ~BUF_BAR); in ath_tx_setup_buffer()[all …]