Lines Matching refs:txqs
116 trans->txqs.bc_tbl_size = sizeof(struct iwl_gen3_bc_tbl);
118 trans->txqs.bc_tbl_size = sizeof(struct iwlagn_scd_bc_tbl);
125 trans->txqs.bc_pool = dmam_pool_create("iwlwifi:bc", dev,
126 trans->txqs.bc_tbl_size,
128 if (!trans->txqs.bc_pool)
133 trans->txqs.tfd.addr_size = 64;
134 trans->txqs.tfd.max_tbs = IWL_TFH_NUM_TBS;
135 trans->txqs.tfd.size = sizeof(struct iwl_tfh_tfd);
137 trans->txqs.tfd.addr_size = 36;
138 trans->txqs.tfd.max_tbs = IWL_NUM_OF_TBS;
139 trans->txqs.tfd.size = sizeof(struct iwl_tfd);
154 trans->txqs.tso_hdr_page = alloc_percpu(struct iwl_tso_hdr_page);
155 if (!trans->txqs.tso_hdr_page) {
169 per_cpu_ptr(trans->txqs.tso_hdr_page, i);
175 free_percpu(trans->txqs.tso_hdr_page);