Searched refs:del_ba (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/mwifiex/ |
D | 11n.c | 104 struct host_cmd_ds_11n_delba *del_ba = in mwifiex_ret_11n_delba() local 105 (struct host_cmd_ds_11n_delba *) &resp->params.del_ba; in mwifiex_ret_11n_delba() 106 uint16_t del_ba_param_set = le16_to_cpu(del_ba->del_ba_param_set); in mwifiex_ret_11n_delba() 109 if (del_ba->del_result == BA_RESULT_SUCCESS) { in mwifiex_ret_11n_delba() 110 mwifiex_del_ba_tbl(priv, tid, del_ba->peer_mac_addr, in mwifiex_ret_11n_delba() 125 mwifiex_create_ba_tbl(priv, del_ba->peer_mac_addr, tid, in mwifiex_ret_11n_delba() 657 void mwifiex_11n_delete_ba_stream(struct mwifiex_private *priv, u8 *del_ba) in mwifiex_11n_delete_ba_stream() argument 660 (struct host_cmd_ds_11n_delba *) del_ba; in mwifiex_11n_delete_ba_stream()
|
D | 11n_rxreorder.c | 371 struct host_cmd_ds_11n_delba *del_ba = (struct host_cmd_ds_11n_delba *) in mwifiex_cmd_11n_delba() local 372 &cmd->params.del_ba; in mwifiex_cmd_11n_delba() 375 cmd->size = cpu_to_le16(sizeof(*del_ba) + S_DS_GEN); in mwifiex_cmd_11n_delba() 376 memcpy(del_ba, data_buf, sizeof(*del_ba)); in mwifiex_cmd_11n_delba()
|
D | 11n.h | 58 void mwifiex_11n_delete_ba_stream(struct mwifiex_private *priv, u8 *del_ba);
|
D | fw.h | 1183 struct host_cmd_ds_11n_delba del_ba; member
|