mvm.h (0e39eb0386841fc71a86ad3feb5ddff553d2888e) | mvm.h (780e87c29e77688a453a657ba14c9b8215dbec1c) |
---|---|
1/****************************************************************************** 2 * 3 * This file is provided under a dual BSD/GPLv2 license. When using or 4 * redistributing this file, you may do so under either license. 5 * 6 * GPL LICENSE SUMMARY 7 * 8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. --- 1121 unchanged lines hidden (view full) --- 1130 1131/* 1132 * FW notifications / CMD responses handlers 1133 * Convention: iwl_mvm_rx_<NAME OF THE CMD> 1134 */ 1135void iwl_mvm_rx_rx_phy_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1136void iwl_mvm_rx_rx_mpdu(struct iwl_mvm *mvm, struct napi_struct *napi, 1137 struct iwl_rx_cmd_buffer *rxb); | 1/****************************************************************************** 2 * 3 * This file is provided under a dual BSD/GPLv2 license. When using or 4 * redistributing this file, you may do so under either license. 5 * 6 * GPL LICENSE SUMMARY 7 * 8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. --- 1121 unchanged lines hidden (view full) --- 1130 1131/* 1132 * FW notifications / CMD responses handlers 1133 * Convention: iwl_mvm_rx_<NAME OF THE CMD> 1134 */ 1135void iwl_mvm_rx_rx_phy_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1136void iwl_mvm_rx_rx_mpdu(struct iwl_mvm *mvm, struct napi_struct *napi, 1137 struct iwl_rx_cmd_buffer *rxb); |
1138void iwl_mvm_rx_phy_cmd_mq(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1139void iwl_mvm_rx_mpdu_mq(struct iwl_mvm *mvm, struct napi_struct *napi, 1140 struct iwl_rx_cmd_buffer *rxb, int queue); |
|
1138void iwl_mvm_rx_tx_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1139void iwl_mvm_rx_ba_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1140void iwl_mvm_rx_ant_coupling_notif(struct iwl_mvm *mvm, 1141 struct iwl_rx_cmd_buffer *rxb); 1142void iwl_mvm_rx_fw_error(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1143void iwl_mvm_rx_card_state_notif(struct iwl_mvm *mvm, 1144 struct iwl_rx_cmd_buffer *rxb); 1145void iwl_mvm_rx_mfuart_notif(struct iwl_mvm *mvm, --- 373 unchanged lines hidden --- | 1141void iwl_mvm_rx_tx_cmd(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1142void iwl_mvm_rx_ba_notif(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1143void iwl_mvm_rx_ant_coupling_notif(struct iwl_mvm *mvm, 1144 struct iwl_rx_cmd_buffer *rxb); 1145void iwl_mvm_rx_fw_error(struct iwl_mvm *mvm, struct iwl_rx_cmd_buffer *rxb); 1146void iwl_mvm_rx_card_state_notif(struct iwl_mvm *mvm, 1147 struct iwl_rx_cmd_buffer *rxb); 1148void iwl_mvm_rx_mfuart_notif(struct iwl_mvm *mvm, --- 373 unchanged lines hidden --- |