Home
last modified time | relevance | path

Searched refs:src_sz_max (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dpci.c117 .src_sz_max = 256,
126 .src_sz_max = 2048,
135 .src_sz_max = 2048,
144 .src_sz_max = 2048,
153 .src_sz_max = 256,
162 .src_sz_max = 512,
171 .src_sz_max = 0,
179 .src_sz_max = DIAG_TRANSFER_LIMIT,
187 .src_sz_max = 2048,
195 .src_sz_max = 0,
[all …]
Dce.h119 unsigned int src_sz_max; member
262 unsigned int src_sz_max; member
Dce.c285 if (nbytes > ce_state->src_sz_max) in ath10k_ce_send_nolock()
287 __func__, nbytes, ce_state->src_sz_max); in ath10k_ce_send_nolock()
835 ath10k_ce_src_ring_dmax_set(ar, ctrl_addr, attr->src_sz_max); in ath10k_ce_init_src_ring()
1062 ce_state->src_sz_max = attr->src_sz_max; in ath10k_ce_alloc_pipe()