Lines Matching defs:packet_size_max
601 int hash_added, table_size, packet_size_max;
651 packet_size_max = atomic_read(&bat_priv->packet_size_max);
652 if (table_size > packet_size_max) {
655 table_size, packet_size_max, addr);
3031 if (tt_len > atomic_read(&bat_priv->packet_size_max)) {
3894 int packet_size_max = atomic_read(&bat_priv->packet_size_max);
3902 if (packet_size_max >= table_size)
3912 packet_size_max);