Lines Matching refs:buffer
207 * This function prepares command of reconfigure Tx buffer.
211 * - Setting Tx buffer size (for SET only)
299 * This function appends an 11n TLV to a buffer.
313 u8 **buffer)
325 if (!buffer || !*buffer)
332 ht_cap = (struct mwifiex_ie_types_htcap *) *buffer;
375 *buffer += sizeof(struct mwifiex_ie_types_htcap);
381 ht_info = (struct mwifiex_ie_types_htinfo *) *buffer;
401 *buffer += sizeof(struct mwifiex_ie_types_htinfo);
406 (struct mwifiex_ie_types_chan_list_param_set *) *buffer;
426 *buffer += sizeof(struct mwifiex_ie_types_chan_list_param_set);
431 bss_co_2040 = (struct mwifiex_ie_types_2040bssco *) *buffer;
444 *buffer += sizeof(struct mwifiex_ie_types_2040bssco);
450 ext_cap = (struct mwifiex_ie_types_extcap *) *buffer;
465 *buffer += sizeof(struct mwifiex_ie_types_extcap) + hdr->len;
735 rx_reo_tbl->buffer[i] = true;
737 rx_reo_tbl->buffer[i] = false;