Searched refs:tx_config (Results 1 – 2 of 2) sorted by relevance
1298 packet.cfg = &ioc->tx_config; in ioc_tx_thread()1636 ioc->tx_config.cbc_sig_num = ARRAY_SIZE(cbc_tx_signal_table); in ioc_init()1637 ioc->tx_config.cbc_grp_num = ARRAY_SIZE(cbc_tx_group_table); in ioc_init()1638 ioc->tx_config.wlist_sig_num = ARRAY_SIZE(wlist_tx_signal_table); in ioc_init()1639 ioc->tx_config.wlist_grp_num = ARRAY_SIZE(wlist_tx_group_table); in ioc_init()1640 ioc->tx_config.cbc_sig_tbl = cbc_tx_signal_table; in ioc_init()1641 ioc->tx_config.cbc_grp_tbl = cbc_tx_group_table; in ioc_init()1642 ioc->tx_config.wlist_sig_tbl = wlist_tx_signal_table; in ioc_init()1643 ioc->tx_config.wlist_grp_tbl = wlist_tx_group_table; in ioc_init()
808 struct cbc_config tx_config; /* Tx configuration */ member
Completed in 9 milliseconds