Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dscan.c356 priv->rx_handlers[REPLY_SCAN_CMD] = iwl_rx_reply_scan; in iwl_setup_rx_scan_handlers()
357 priv->rx_handlers[SCAN_START_NOTIFICATION] = iwl_rx_scan_start_notif; in iwl_setup_rx_scan_handlers()
358 priv->rx_handlers[SCAN_RESULTS_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
360 priv->rx_handlers[SCAN_COMPLETE_NOTIFICATION] = in iwl_setup_rx_scan_handlers()
Drx.c1030 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
1066 priv->rx_handlers[REPLY_TX] = iwlagn_rx_reply_tx; in iwl_setup_rx_handlers()
1092 if (priv->rx_handlers[pkt->hdr.cmd]) { in iwl_rx_dispatch()
1094 priv->rx_handlers[pkt->hdr.cmd](priv, rxb); in iwl_rx_dispatch()
Ddev.h683 void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv, member
Dlib.c720 priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] = in iwlagn_bt_rx_handler_setup()
Ddebugfs.c674 DEBUGFS_READ_WRITE_FILE_OPS(rx_handlers);
2378 DEBUGFS_ADD_FILE(rx_handlers, dir_data, S_IWUSR | S_IRUSR); in iwl_dbgfs_register()