Home
last modified time | relevance | path

Searched refs:bfs_atype (Results 1 – 3 of 3) sorted by path

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c595 , bf->bf_state.bfs_atype /* Atheros packet type */ in ath_tx_setds_11n()
1340 , bf->bf_state.bfs_atype /* Atheros packet type */ in ath_tx_setds()
1837 bf->bf_state.bfs_atype = atype; in ath_tx_normal_setup()
2251 bf->bf_state.bfs_atype = atype; in ath_tx_raw_start()
H A Dif_ath_tx_ht.c663 int is_pspoll = (bf->bf_state.bfs_atype == HAL_PKT_TYPE_PSPOLL); in ath_buf_set_rate()
H A Dif_athvar.h292 HAL_PKT_TYPE bfs_atype; /* packet type */ member