Searched refs:tx_comp (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.h132 u32 tx_comp:1; member in struct:wcn36xx_tx_bd
H A Dtxrx.c685 bd.tx_comp = 1;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.h126 struct completion tx_comp; member in struct:bnad_completion
H A Dbnad.c995 complete(&bnad->bnad_completions.tx_comp);
1918 init_completion(&bnad->bnad_completions.tx_comp);
1922 wait_for_completion(&bnad->bnad_completions.tx_comp);
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.h796 struct ibmvnic_tx_comp_desc tx_comp; member in union:sub_crq
H A Dibmvnic.c4165 for (i = 0; i < next->tx_comp.num_comps; i++) {
4166 index = be32_to_cpu(next->tx_comp.correlators[i]);
4179 if (next->tx_comp.rcs[i]) {
4181 next->tx_comp.rcs[i]);
4196 /* remove tx_comp scrq*/
4197 next->tx_comp.first = 0;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c18580 struct nphy_iq_comp tx_comp; local
18582 wlc_phy_table_read_nphy(pi, 15, 4, 0x50, 16, &tx_comp);
18584 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ, tx_comp.a0);
18585 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 2, tx_comp.b0);
18586 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 4, tx_comp.a1);
18587 wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 6, tx_comp.b1);

Completed in 248 milliseconds