Home
last modified time | relevance | path

Searched refs:tx_comp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlxge/
H A Dqls_isr.c44 qls_tx_comp(qla_host_t *ha, uint32_t txr_idx, q81_tx_mac_comp_t *tx_comp) in qls_tx_comp() argument
47 uint32_t tx_idx = tx_comp->tid_lo; in qls_tx_comp()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c18580 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()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c1440 else if (elm_info->tx_comp)
1443 elm_info->tx_comp = elm;
H A Dcore.h4861 const struct rtw89_fw_element_hdr *tx_comp; member