Searched refs:bf_state (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tx.c | 202 if (bf->bf_state.bfs_isretried == 0) { in ath_tx_set_retry() 207 bf->bf_state.bfs_isretried = 1; in ath_tx_set_retry() 208 bf->bf_state.bfs_retries ++; in ath_tx_set_retry() 433 , bf->bf_state.bfs_tx_queue in ath_tx_chaindesclist() 469 bf->bf_state.bfs_ndelim); in ath_tx_chaindesclist() 508 struct ath_rc_series *rc = bf->bf_state.bfs_rc; in ath_tx_set_ratectrl() 511 if (! bf->bf_state.bfs_ismrr) in ath_tx_set_ratectrl() 518 else if (bf->bf_state.bfs_txflags & HAL_TXDESC_NOACK) { in ath_tx_set_ratectrl() 556 __func__, bf_first->bf_state.bfs_nframes, in ath_tx_setds_11n() 557 bf_first->bf_state.bfs_al); in ath_tx_setds_11n() [all …]
|
H A D | if_ath_tx_ht.c | 228 struct ath_rc_series *rc = bf->bf_state.bfs_rc; in ath_tx_rate_fill_rcflags() 265 if ((! IS_HT_RATE(rate)) && bf->bf_state.bfs_shpream) in ath_tx_rate_fill_rcflags() 273 if (bf->bf_state.bfs_txflags & in ath_tx_rate_fill_rcflags() 377 bf->bf_state.bfs_txflags |= HAL_TXDESC_LDPC; in ath_tx_rate_fill_rcflags() 494 rix = first_bf->bf_state.bfs_rc[0].rix; in ath_compute_num_delims() 496 flags = first_bf->bf_state.bfs_rc[0].flags; in ath_compute_num_delims() 586 if (bf->bf_state.bfs_rc[i].tries == 0) in ath_get_aggr_limit() 588 amin = MIN(amin, bf->bf_state.bfs_rc[i].max4msframelen); in ath_get_aggr_limit() 623 struct ath_rc_series *rc = bf->bf_state.bfs_rc; in ath_rateseries_setup() 633 if (bf->bf_state.bfs_aggr) in ath_rateseries_setup() [all …]
|
H A D | if_ath_debug.c | 164 bf->bf_state.bfs_txflags, in ath_printtxbuf_edma() 173 bf->bf_state.bfs_seqno, in ath_printtxbuf_edma() 174 bf->bf_state.bfs_retries, in ath_printtxbuf_edma() 175 bf->bf_state.bfs_addedbaw, in ath_printtxbuf_edma() 176 bf->bf_state.bfs_dobaw); in ath_printtxbuf_edma() 211 bf->bf_state.bfs_seqno, in ath_printtxbuf_legacy() 212 bf->bf_state.bfs_retries, in ath_printtxbuf_legacy() 213 bf->bf_state.bfs_addedbaw, in ath_printtxbuf_legacy() 214 bf->bf_state.bfs_dobaw); in ath_printtxbuf_legacy() 218 ds->ds_link, ds->ds_data, bf->bf_state.bfs_txflags, in ath_printtxbuf_legacy()
|
H A D | if_ath_tx_edma.c | 543 if (bf->bf_state.bfs_aggr) in ath_edma_xmit_handoff_hw() 917 if (bf->bf_state.bfs_aggr) in ath_edma_tx_processq() 973 bf->bf_state.bfs_rc[ts.ts_finaltsi].ratecode; in ath_edma_tx_processq() 976 bf->bf_state.bfs_rc[2].tries; in ath_edma_tx_processq() 978 bf->bf_state.bfs_rc[1].tries; in ath_edma_tx_processq() 980 bf->bf_state.bfs_rc[0].tries; in ath_edma_tx_processq() 986 ts.ts_rate = bf->bf_state.bfs_rc[0].ratecode; in ath_edma_tx_processq() 1007 ((bf->bf_state.bfs_txflags & HAL_TXDESC_NOACK) == 0)) { in ath_edma_tx_processq()
|
H A D | if_ath.c | 3221 bzero(&bf->bf_state, sizeof(bf->bf_state)); in _ath_getbuf_locked() 3295 memcpy(&tbf->bf_state, &bf->bf_state, sizeof(bf->bf_state)); in ath_buf_clone() 4248 if ((bf->bf_state.bfs_txflags & HAL_TXDESC_NOACK) == 0) in ath_tx_update_stats() 4302 st = ((bf->bf_state.bfs_txflags & HAL_TXDESC_NOACK) == 0) ? in ath_tx_default_comp() 4306 if (bf->bf_state.bfs_dobaw) in ath_tx_default_comp() 4311 SEQNO(bf->bf_state.bfs_seqno)); in ath_tx_default_comp() 4318 SEQNO(bf->bf_state.bfs_seqno)); in ath_tx_default_comp() 4413 (bf->bf_state.bfs_txflags & HAL_TXDESC_NOACK) == 0) { in ath_tx_process_buf_completion() 4422 bf->bf_state.bfs_rc, ts, in ath_tx_process_buf_completion() 4423 bf->bf_state.bfs_pktlen, in ath_tx_process_buf_completion() [all …]
|
H A D | if_athvar.h | 312 } bf_state; member
|