Searched defs:del_ba (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/mwifiex/
H A D11n_rxreorder.c371 struct host_cmd_ds_11n_delba *del_ba = (struct host_cmd_ds_11n_delba *) local
372 &cmd->params.del_ba;
375 cmd->size = cpu_to_le16(sizeof(*del_ba) + S_DS_GEN);
376 memcpy(del_ba, data_buf, sizeof(*del_ba));
H A D11n.c104 struct host_cmd_ds_11n_delba *del_ba = local
105 (struct host_cmd_ds_11n_delba *) &resp->params.del_ba;
106 uint16_t del_ba_param_set = le16_to_cpu(del_ba->del_ba_param_set);
109 if (del_ba->del_result == BA_RESULT_SUCCESS) {
110 mwifiex_del_ba_tbl(priv, tid, del_ba->peer_mac_addr,
125 mwifiex_create_ba_tbl(priv, del_ba->peer_mac_addr, tid,
657 void mwifiex_11n_delete_ba_stream(struct mwifiex_private *priv, u8 *del_ba) argument
660 (struct host_cmd_ds_11n_delba *) del_ba;
H A Dfw.h1183 struct host_cmd_ds_11n_delba del_ba; member in union:host_cmd_ds_command::__anon3644

Completed in 79 milliseconds