Searched refs:rx_handlers (Results 1 – 5 of 5) sorted by relevance
338 priv->rx_handlers[REPLY_SCAN_CMD] = iwl_rx_reply_scan; in iwl_setup_rx_scan_handlers()339 priv->rx_handlers[SCAN_START_NOTIFICATION] = iwl_rx_scan_start_notif; in iwl_setup_rx_scan_handlers()340 priv->rx_handlers[SCAN_RESULTS_NOTIFICATION] = in iwl_setup_rx_scan_handlers()342 priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
949 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()985 priv->rx_handlers[REPLY_TX] = iwlagn_rx_reply_tx; in iwl_setup_rx_handlers()1011 if (priv->rx_handlers[pkt->hdr.cmd]) { in iwl_rx_dispatch()1013 priv->rx_handlers[pkt->hdr.cmd](priv, rxb); in iwl_rx_dispatch()
661 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, member
680 priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] = in iwlagn_bt_rx_handler_setup()
357 .rx_handlers = &mlx5i_rx_handlers,