Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1786 const struct iwl_rx_handlers *rx_h = &iwl_mvm_rx_handlers[i]; in iwl_mvm_rx_common() local
1789 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mvm_rx_common()
1792 if (IWL_FW_CHECK(mvm, pkt_len < rx_h->min_size, in iwl_mvm_rx_common()
1794 rx_h->cmd_id, pkt_len, rx_h->min_size)) in iwl_mvm_rx_common()
1797 if (rx_h->context == RX_HANDLER_SYNC) { in iwl_mvm_rx_common()
1798 rx_h->fn(mvm, rxb); in iwl_mvm_rx_common()
1810 entry->fn = rx_h->fn; in iwl_mvm_rx_common()
1811 entry->context = rx_h->context; in iwl_mvm_rx_common()
1815 if (rx_h->context == RX_HANDLER_ASYNC_LOCKED_WIPHY) in iwl_mvm_rx_common()