Searched refs:rx_handlers (Results 1 – 5 of 5) sorted by relevance
365 priv->rx_handlers[REPLY_SCAN_CMD] = iwl_rx_reply_scan; in iwl_setup_rx_scan_handlers()366 priv->rx_handlers[SCAN_START_NOTIFICATION] = iwl_rx_scan_start_notif; in iwl_setup_rx_scan_handlers()367 priv->rx_handlers[SCAN_RESULTS_NOTIFICATION] = in iwl_setup_rx_scan_handlers()369 priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
1059 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()1095 priv->rx_handlers[REPLY_TX] = iwlagn_rx_reply_tx; in iwl_setup_rx_handlers()1122 if (priv->rx_handlers[pkt->hdr.cmd]) { in iwl_rx_dispatch()1124 err = priv->rx_handlers[pkt->hdr.cmd] (priv, rxb, cmd); in iwl_rx_dispatch()
681 int (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, member
722 priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] = in iwlagn_bt_rx_handler_setup()
678 DEBUGFS_READ_WRITE_FILE_OPS(rx_handlers);2382 DEBUGFS_ADD_FILE(rx_handlers, dir_data, S_IWUSR | S_IRUSR); in iwl_dbgfs_register()