Searched refs:buf_size (Results 1 – 11 of 11) sorted by relevance
/net/mac80211/ |
D | agg-rx.c | 51 for (i = 0; i < tid_rx->buf_size; i++) in ieee80211_free_tid_rx() 217 u16 buf_size, u16 timeout, in ieee80211_send_addba_resp() argument 257 capab |= (u16)(buf_size << 6); /* bit 15:6 max size of aggregation */ in ieee80211_send_addba_resp() 272 u16 buf_size, bool tx, bool auto_seq, in ___ieee80211_start_rx_ba_session() argument 323 (buf_size > max_buf_size)) { in ___ieee80211_start_rx_ba_session() 327 sta->sta.addr, tid, ba_policy, buf_size); in ___ieee80211_start_rx_ba_session() 331 if (buf_size == 0) in ___ieee80211_start_rx_ba_session() 332 buf_size = max_buf_size; in ___ieee80211_start_rx_ba_session() 335 if (buf_size > sta->sta.max_rx_aggregation_subframes) in ___ieee80211_start_rx_ba_session() 336 buf_size = sta->sta.max_rx_aggregation_subframes; in ___ieee80211_start_rx_ba_session() [all …]
|
D | agg-tx.c | 307 .buf_size = 0, in ___ieee80211_stop_tx_ba_session() 458 u16 buf_size; in ieee80211_send_addba_with_timeout() local 471 buf_size = local->hw.max_tx_aggregation_subframes; in ieee80211_send_addba_with_timeout() 479 buf_size = IEEE80211_MAX_AMPDU_BUF_HT; in ieee80211_send_addba_with_timeout() 485 buf_size, tid_tx->timeout); in ieee80211_send_addba_with_timeout() 499 .buf_size = 0, in ieee80211_tx_ba_session_handle_start() 749 params.buf_size = tid_tx->buf_size; in ieee80211_agg_tx_operational() 966 u16 capab, tid, buf_size; in ieee80211_process_addba_resp() local 972 buf_size = (capab & IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK) >> 6; in ieee80211_process_addba_resp() 973 buf_size = min(buf_size, local->hw.max_tx_aggregation_subframes); in ieee80211_process_addba_resp() [all …]
|
D | rx.c | 1153 index = tid_agg_rx->head_seq_num % tid_agg_rx->buf_size; in ieee80211_release_reorder_frames() 1179 index = tid_agg_rx->head_seq_num % tid_agg_rx->buf_size; in ieee80211_sta_reorder_release() 1187 for (j = (index + 1) % tid_agg_rx->buf_size; j != index; in ieee80211_sta_reorder_release() 1188 j = (j + 1) % tid_agg_rx->buf_size) { in ieee80211_sta_reorder_release() 1199 for (i = (index + 1) % tid_agg_rx->buf_size; i != j; in ieee80211_sta_reorder_release() 1200 i = (i + 1) % tid_agg_rx->buf_size) in ieee80211_sta_reorder_release() 1219 index = tid_agg_rx->head_seq_num % tid_agg_rx->buf_size; in ieee80211_sta_reorder_release() 1223 j = index = tid_agg_rx->head_seq_num % tid_agg_rx->buf_size; in ieee80211_sta_reorder_release() 1225 for (; j != (index - 1) % tid_agg_rx->buf_size; in ieee80211_sta_reorder_release() 1226 j = (j + 1) % tid_agg_rx->buf_size) { in ieee80211_sta_reorder_release() [all …]
|
D | sta_info.h | 192 u16 buf_size; member 247 u16 buf_size; member
|
D | trace.h | 106 __field(u16, buf_size) \ 113 __entry->buf_size = params->buf_size; \ 119 __entry->buf_size, __entry->amsdu, __entry->timeout, \
|
D | ieee80211_i.h | 1869 u16 buf_size, bool tx, bool auto_seq,
|
/net/wireless/ |
D | debugfs.c | 41 char *buf, int buf_size, int offset) in ht_print_chan() argument 43 if (WARN_ON(offset > buf_size)) in ht_print_chan() 48 buf_size - offset, in ht_print_chan() 53 buf_size - offset, in ht_print_chan() 68 unsigned int offset = 0, buf_size = PAGE_SIZE, i; in ht40allow_map_read() local 73 buf = kzalloc(buf_size, GFP_KERNEL); in ht40allow_map_read() 85 buf, buf_size, offset); in ht40allow_map_read()
|
/net/smc/ |
D | smc_ism.h | 47 int smc_ism_register_dmb(struct smc_link_group *lgr, int buf_size,
|
/net/core/ |
D | skmsg.c | 373 u32 copy, buf_size; in sk_msg_memcopy_from_iter() local 387 buf_size = sge->length - msg->sg.copybreak; in sk_msg_memcopy_from_iter() 388 copy = (buf_size > bytes) ? bytes : buf_size; in sk_msg_memcopy_from_iter()
|
/net/bluetooth/ |
D | hci_debugfs.c | 1101 size_t buf_size = min(count, (sizeof(buf) - 1)); in force_no_mitm_write() local 1104 if (copy_from_user(buf, user_buf, buf_size)) in force_no_mitm_write() 1107 buf[buf_size] = '\0'; in force_no_mitm_write()
|
D | 6lowpan.c | 1126 size_t buf_size = min(count, sizeof(buf) - 1); in lowpan_control_write() local 1132 if (copy_from_user(buf, user_buffer, buf_size)) in lowpan_control_write() 1135 buf[buf_size] = '\0'; in lowpan_control_write()
|