Searched refs:tx_comp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 298 bd->tx_comp = !!(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS); in wcn36xx_start_tx() 299 if (bd->tx_comp) { in wcn36xx_start_tx()
|
D | txrx.h | 131 u32 tx_comp:1; member
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.h | 137 struct completion tx_comp; member
|
D | bnad.c | 1003 complete(&bnad->bnad_completions.tx_comp); in bnad_cb_tx_disabled() 1935 init_completion(&bnad->bnad_completions.tx_comp); in bnad_destroy_tx() 1939 wait_for_completion(&bnad->bnad_completions.tx_comp); in bnad_destroy_tx()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 18683 struct nphy_iq_comp tx_comp; in wlc_phy_tx_iq_war_nphy() local 18685 wlc_phy_table_read_nphy(pi, 15, 4, 0x50, 16, &tx_comp); in wlc_phy_tx_iq_war_nphy() 18687 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ, tx_comp.a0); in wlc_phy_tx_iq_war_nphy() 18688 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 2, tx_comp.b0); in wlc_phy_tx_iq_war_nphy() 18689 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 4, tx_comp.a1); in wlc_phy_tx_iq_war_nphy() 18690 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 6, tx_comp.b1); in wlc_phy_tx_iq_war_nphy()
|