Searched refs:cur_info (Results 1 – 3 of 3) sorted by relevance
1305 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7925_mac_tx_free() local1324 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7925_mac_tx_free()1328 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7925_mac_tx_free()1333 info = le32_to_cpu(*cur_info); in mt7925_mac_tx_free()
1346 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7996_mac_tx_free() local1377 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7996_mac_tx_free()1381 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7996_mac_tx_free()1386 info = le32_to_cpu(*cur_info); in mt7996_mac_tx_free()1423 if (ver == 7 && ((void *)(cur_info + 1) < end) && in mt7996_mac_tx_free()1424 (le32_to_cpu(*(cur_info + 1)) & MT_TXFREE_INFO_PAIR)) in mt7996_mac_tx_free()1425 cur_info++; in mt7996_mac_tx_free()
880 __le32 *cur_info; in mt7915_mac_tx_free() local887 for (cur_info = tx_info; count < total; cur_info++) { in mt7915_mac_tx_free()891 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7915_mac_tx_free()898 info = le32_to_cpu(*cur_info); in mt7915_mac_tx_free()