Searched refs:src_sz_max (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
| D | snoc.c | 76 .src_sz_max = 2048, 85 .src_sz_max = 2048, 94 .src_sz_max = 2048, 103 .src_sz_max = 2048, 112 .src_sz_max = 256, 121 .src_sz_max = 512, 130 .src_sz_max = 0, 138 .src_sz_max = 2048, 146 .src_sz_max = 2048, 154 .src_sz_max = 2048, [all …]
|
| D | ce.h | 138 unsigned int src_sz_max; member 301 unsigned int src_sz_max; member
|
| D | pci.c | 135 .src_sz_max = 256, 144 .src_sz_max = 2048, 153 .src_sz_max = 2048, 162 .src_sz_max = 2048, 171 .src_sz_max = 256, 180 .src_sz_max = 512, 189 .src_sz_max = 0, 197 .src_sz_max = DIAG_TRANSFER_LIMIT, 205 .src_sz_max = 2048, 214 .src_sz_max = 0, [all …]
|
| D | ce.c | 471 if (nbytes > ce_state->src_sz_max) in _ath10k_ce_send_nolock() 473 __func__, nbytes, ce_state->src_sz_max); in _ath10k_ce_send_nolock() 538 if (nbytes > ce_state->src_sz_max) in _ath10k_ce_send_nolock_64() 540 __func__, nbytes, ce_state->src_sz_max); in _ath10k_ce_send_nolock_64() 1342 ath10k_ce_src_ring_dmax_set(ar, ctrl_addr, attr->src_sz_max); in ath10k_ce_init_src_ring() 1855 ce_state->src_sz_max = attr->src_sz_max; in ath10k_ce_alloc_pipe()
|