Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dce.h120 unsigned int src_sz_max; member
271 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()
853 ath10k_ce_src_ring_dmax_set(ar, ctrl_addr, attr->src_sz_max); in ath10k_ce_init_src_ring()
1103 ce_state->src_sz_max = attr->src_sz_max; in ath10k_ce_alloc_pipe()
Dpci.c99 .src_sz_max = 256,
107 .src_sz_max = 2048,
115 .src_sz_max = 2048,
123 .src_sz_max = 2048,
131 .src_sz_max = 256,
139 .src_sz_max = 0,
147 .src_sz_max = 0,
155 .src_sz_max = DIAG_TRANSFER_LIMIT,
1715 pipe->buf_sz = (size_t)(host_ce_config_wlan[i].src_sz_max); in ath10k_pci_alloc_pipes()