Searched refs:tx_comp (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.h | 132 u32 tx_comp:1; member
|
H A D | txrx.c | 685 bd.tx_comp = 1; in wcn36xx_start_tx()
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.h | 126 struct completion tx_comp; member
|
H A D | bnad.c | 995 complete(&bnad->bnad_completions.tx_comp); in bnad_cb_tx_disabled() 1919 init_completion(&bnad->bnad_completions.tx_comp); in bnad_destroy_tx() 1923 wait_for_completion(&bnad->bnad_completions.tx_comp); in bnad_destroy_tx()
|
/linux/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.h | 796 struct ibmvnic_tx_comp_desc tx_comp; member
|
H A D | ibmvnic.c | 4221 for (i = 0; i < next->tx_comp.num_comps; i++) { in ibmvnic_complete_tx() 4222 index = be32_to_cpu(next->tx_comp.correlators[i]); in ibmvnic_complete_tx() 4235 if (next->tx_comp.rcs[i]) { in ibmvnic_complete_tx() 4237 next->tx_comp.rcs[i]); in ibmvnic_complete_tx() 4253 next->tx_comp.first = 0; in ibmvnic_complete_tx()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 18580 struct nphy_iq_comp tx_comp; in wlc_phy_tx_iq_war_nphy() local 18582 wlc_phy_table_read_nphy(pi, 15, 4, 0x50, 16, &tx_comp); in wlc_phy_tx_iq_war_nphy() 18584 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ, tx_comp.a0); in wlc_phy_tx_iq_war_nphy() 18585 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 2, tx_comp.b0); in wlc_phy_tx_iq_war_nphy() 18586 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 4, tx_comp.a1); in wlc_phy_tx_iq_war_nphy() 18587 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 6, tx_comp.b1); in wlc_phy_tx_iq_war_nphy()
|