Lines Matching refs:restriction
101 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
105 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
106 return restriction->is_ht; in iwl_ht_enabled()
137 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
141 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
142 return restriction->tx_stream; in iwl_tx_ant_restriction()
148 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
152 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
153 return restriction->rx_stream; in iwl_rx_ant_restriction()
626 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
633 if (!tt->restriction || !tt->transaction) { in iwl_tt_initialize()
636 kfree(tt->restriction); in iwl_tt_initialize()
637 tt->restriction = NULL; in iwl_tt_initialize()
655 memcpy(tt->restriction, in iwl_tt_initialize()
680 kfree(tt->restriction); in iwl_tt_exit()
681 tt->restriction = NULL; in iwl_tt_exit()