Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h320 (void) memset(&((_bf)->bf_state), 0, \
354 #define bf_nframes bf_state.bfs_nframes
355 #define bf_al bf_state.bfs_al
356 #define bf_frmlen bf_state.bfs_frmlen
357 #define bf_retries bf_state.bfs_retries
358 #define bf_seqno bf_state.bfs_seqno
359 #define bf_tidno bf_state.bfs_tidno
360 #define bf_rcs bf_state.bfs_rcs
361 #define bf_keyix bf_state.bfs_keyix
362 #define bf_keytype bf_state.bfs_keytype
[all …]
H A Darn_xmit.c325 bf->bf_state.bf_type |= BUF_RETRY; in arn_tx_set_retry()
348 tbf->bf_state = bf->bf_state; /* buffer state */ in arn_clone_txbuf()
419 bf->bf_state.bf_type |= BUF_XRETRY; in arn_tx_complete_aggr()
750 bf->bf_state.bf_type &= ~BUF_AGGR; in arn_tx_sched_aggr()
758 bf->bf_state.bf_type |= BUF_AGGR; in arn_tx_sched_aggr()
1092 bf->bf_state.bf_type &= ~BUF_AMPDU; in arn_tx_send_ht_normal()
1214 (bf->bf_state.bf_type |= BUF_DATA) : in ath_tx_setup_buffer()
1215 (bf->bf_state.bf_type &= ~BUF_DATA); in ath_tx_setup_buffer()
1217 (bf->bf_state.bf_type |= BUF_BAR) : in ath_tx_setup_buffer()
1218 (bf->bf_state.bf_type &= ~BUF_BAR); in ath_tx_setup_buffer()
[all …]