Lines Matching refs:restriction
87 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
91 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
92 return restriction->is_ht; in iwl_ht_enabled()
123 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
127 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
128 return restriction->tx_stream; in iwl_tx_ant_restriction()
134 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
138 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
139 return restriction->rx_stream; in iwl_rx_ant_restriction()
614 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
621 if (!tt->restriction || !tt->transaction) { in iwl_tt_initialize()
624 kfree(tt->restriction); in iwl_tt_initialize()
625 tt->restriction = NULL; in iwl_tt_initialize()
643 memcpy(tt->restriction, in iwl_tt_initialize()
668 kfree(tt->restriction); in iwl_tt_exit()
669 tt->restriction = NULL; in iwl_tt_exit()