Searched refs:bf_type (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ath9k.h | 207 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU) 208 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) 211 u8 bf_type; member
|
| H A D | xmit.c | 938 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe() 942 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe() 1054 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr() 1365 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc() 1663 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames() 2058 bf->bf_state.bf_type = 0; in ath_tx_send_normal() 2060 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ld_file.c | 699 char band[10], bandwidth[10], ratesection[10], ntx[10], colnumbuf[10], bf_type[10]; in _hal_parse_txpwrlmt() local 751 _os_mem_set(drv_priv, (void *) bf_type, 0, 10); in _hal_parse_txpwrlmt() 773 if (!hal_parse_fiedstring(sz_line, &i, bf_type, ' ', '/')) { in _hal_parse_txpwrlmt() 822 band, bandwidth, ratesection, ntx, bf_type, colnum); in _hal_parse_txpwrlmt() 1044 (u8 *)bf_type, (u8 *)ntx, (u8 *)channel, in _hal_parse_txpwrlmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ld_file.c | 699 char band[10], bandwidth[10], ratesection[10], ntx[10], colnumbuf[10], bf_type[10]; in _hal_parse_txpwrlmt() local 751 _os_mem_set(drv_priv, (void *) bf_type, 0, 10); in _hal_parse_txpwrlmt() 773 if (!hal_parse_fiedstring(sz_line, &i, bf_type, ' ', '/')) { in _hal_parse_txpwrlmt() 822 band, bandwidth, ratesection, ntx, bf_type, colnum); in _hal_parse_txpwrlmt() 1044 (u8 *)bf_type, (u8 *)ntx, (u8 *)channel, in _hal_parse_txpwrlmt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 3228 u8 bf_type; member
|