Searched refs:lro_hash_table (Results 1 – 2 of 2) sorted by relevance
78 lro_hash_table[i].lro_desc_list); in qdf_lro_desc_info_init()151 lro_ctx->lro_desc_info.lro_hash_table = in qdf_lro_init()224 struct qdf_lro_desc_table *lro_hash_table; in qdf_lro_desc_find() local233 lro_hash_table = &desc_info->lro_hash_table[i]; in qdf_lro_desc_find()235 if (unlikely(!lro_hash_table)) { in qdf_lro_desc_find()243 list_for_each(ptr, &lro_hash_table->lro_desc_list) { in qdf_lro_desc_find()280 &lro_hash_table->lro_desc_list); in qdf_lro_desc_find()
73 struct qdf_lro_desc_table *lro_hash_table; member