Lines Matching refs:restriction
83 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
87 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
88 return restriction->is_ht; in iwl_ht_enabled()
119 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
124 return restriction->tx_stream; in iwl_tx_ant_restriction()
130 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
134 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
135 return restriction->rx_stream; in iwl_rx_ant_restriction()
609 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
616 if (!tt->restriction || !tt->transaction) { in iwl_tt_initialize()
619 kfree(tt->restriction); in iwl_tt_initialize()
620 tt->restriction = NULL; in iwl_tt_initialize()
638 memcpy(tt->restriction, in iwl_tt_initialize()
663 kfree(tt->restriction); in iwl_tt_exit()
664 tt->restriction = NULL; in iwl_tt_exit()