tx_comp           995 drivers/net/ethernet/brocade/bna/bnad.c 	complete(&bnad->bnad_completions.tx_comp);
tx_comp          1920 drivers/net/ethernet/brocade/bna/bnad.c 	init_completion(&bnad->bnad_completions.tx_comp);
tx_comp          1924 drivers/net/ethernet/brocade/bna/bnad.c 	wait_for_completion(&bnad->bnad_completions.tx_comp);
tx_comp           129 drivers/net/ethernet/brocade/bna/bnad.h 	struct completion	tx_comp;
tx_comp          2917 drivers/net/ethernet/ibm/ibmvnic.c 		for (i = 0; i < next->tx_comp.num_comps; i++) {
tx_comp          2918 drivers/net/ethernet/ibm/ibmvnic.c 			if (next->tx_comp.rcs[i]) {
tx_comp          2920 drivers/net/ethernet/ibm/ibmvnic.c 					next->tx_comp.rcs[i]);
tx_comp          2923 drivers/net/ethernet/ibm/ibmvnic.c 			index = be32_to_cpu(next->tx_comp.correlators[i]);
tx_comp          2953 drivers/net/ethernet/ibm/ibmvnic.c 		next->tx_comp.first = 0;
tx_comp           855 drivers/net/ethernet/ibm/ibmvnic.h 	struct ibmvnic_tx_comp_desc tx_comp;
tx_comp           290 drivers/net/wireless/ath/wcn36xx/txrx.c 	bd.tx_comp = !!(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS);
tx_comp           291 drivers/net/wireless/ath/wcn36xx/txrx.c 	if (bd.tx_comp) {
tx_comp           322 drivers/net/wireless/ath/wcn36xx/txrx.c 	if (ret && bd.tx_comp) {
tx_comp           131 drivers/net/wireless/ath/wcn36xx/txrx.h 	u32	tx_comp:1;
tx_comp          18585 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	struct nphy_iq_comp tx_comp;
tx_comp          18587 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	wlc_phy_table_read_nphy(pi, 15, 4, 0x50, 16, &tx_comp);
tx_comp          18589 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ, tx_comp.a0);
tx_comp          18590 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 2, tx_comp.b0);
tx_comp          18591 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 4, tx_comp.a1);
tx_comp          18592 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c 	wlapi_bmac_write_shm(pi->sh->physhim, M_20IN40_IQ + 6, tx_comp.b1);