Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dpci.c116 .src_nentries = 16,
125 .src_nentries = 0,
134 .src_nentries = 0,
143 .src_nentries = 32,
152 .src_nentries = CE_HTT_H2T_MSG_SRC_NENTRIES,
161 .src_nentries = 0,
170 .src_nentries = 0,
178 .src_nentries = 2,
186 .src_nentries = 0,
194 .src_nentries = 0,
[all …]
Dce.c819 nentries = roundup_pow_of_two(attr->src_nentries); in ath10k_ce_init_src_ring()
886 u32 nentries = attr->src_nentries; in ath10k_ce_alloc_src_ring()
992 if (attr->src_nentries) { in ath10k_ce_init_pipe()
1064 if (attr->src_nentries) in ath10k_ce_alloc_pipe()
1070 if (attr->src_nentries) { in ath10k_ce_alloc_pipe()
Dce.h256 unsigned int src_nentries; member