Searched refs:src_sz_max (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | snoc.c | 133 .src_sz_max = 2048, 142 .src_sz_max = 2048, 151 .src_sz_max = 2048, 160 .src_sz_max = 2048, 169 .src_sz_max = 256, 178 .src_sz_max = 512, 187 .src_sz_max = 0, 195 .src_sz_max = 2048, 203 .src_sz_max = 2048, 211 .src_sz_max = 2048, [all …]
|
| D | ce.h | 127 unsigned int src_sz_max; member 293 unsigned int src_sz_max; member
|
| D | pci.c | 124 .src_sz_max = 256, 133 .src_sz_max = 2048, 142 .src_sz_max = 2048, 151 .src_sz_max = 2048, 160 .src_sz_max = 256, 169 .src_sz_max = 512, 178 .src_sz_max = 0, 186 .src_sz_max = DIAG_TRANSFER_LIMIT, 194 .src_sz_max = 2048, 203 .src_sz_max = 0, [all …]
|
| D | ce.c | 505 if (nbytes > ce_state->src_sz_max) in _ath10k_ce_send_nolock() 507 __func__, nbytes, ce_state->src_sz_max); in _ath10k_ce_send_nolock() 566 if (nbytes > ce_state->src_sz_max) in _ath10k_ce_send_nolock_64() 568 __func__, nbytes, ce_state->src_sz_max); in _ath10k_ce_send_nolock_64() 1446 ath10k_ce_src_ring_dmax_set(ar, ctrl_addr, attr->src_sz_max); in ath10k_ce_init_src_ring() 1957 ce_state->src_sz_max = attr->src_sz_max; in ath10k_ce_alloc_pipe()
|