Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c514 const struct iwl_rx_handler *rx_h; member
536 const struct iwl_rx_handler *rx_h = &iwl_mld_rx_handlers[i]; in iwl_mld_rx_notif() local
539 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mld_rx_notif()
542 if (!iwl_mld_notif_is_valid(mld, pkt, rx_h)) in iwl_mld_rx_notif()
545 if (rx_h->context == RX_HANDLER_SYNC) { in iwl_mld_rx_notif()
546 rx_h->fn(mld, pkt); in iwl_mld_rx_notif()
560 entry->rx_h = rx_h; in iwl_mld_rx_notif()
627 if (entry->rx_h->cmd_id == cmds[i]) { in iwl_mld_delete_handlers()
660 entry->rx_h in iwl_mld_async_handlers_wk()
700 const struct iwl_rx_handler *rx_h = entry->rx_h; iwl_mld_cancel_notifications_of_object() local
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1787 const struct iwl_rx_handlers *rx_h = &iwl_mvm_rx_handlers[i]; in iwl_mvm_rx_common() local
1790 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mvm_rx_common()
1793 if (IWL_FW_CHECK(mvm, pkt_len < rx_h->min_size, in iwl_mvm_rx_common()
1795 rx_h->cmd_id, pkt_len, rx_h->min_size)) in iwl_mvm_rx_common()
1798 if (rx_h->context == RX_HANDLER_SYNC) { in iwl_mvm_rx_common()
1799 rx_h->fn(mvm, rxb); in iwl_mvm_rx_common()
1811 entry->fn = rx_h->fn; in iwl_mvm_rx_common()
1812 entry->context = rx_h->context; in iwl_mvm_rx_common()
1816 if (rx_h in iwl_mvm_rx_common()
[all...]