Lines Matching defs:mark
326 u32 mark)
345 if ((s32)mark - (s32)cnt->gen < 0) {
357 cnt->gen = mark;
369 static void efx_tc_rx_version_1(struct efx_nic *efx, const u8 *data, u32 mark)
396 packet_count, byte_count, mark);
427 const u8 *data, u32 mark)
501 byte_count, mark);
508 * @mark is the generation count for counter allocations.
510 static bool efx_tc_rx(struct efx_rx_queue *rx_queue, u32 mark)
525 efx_tc_rx_version_1(efx, data, mark);
528 type = efx_tc_rx_version_2(efx, data, mark);
543 efx->tc->seen_gen[type] = mark;
545 (s32)(efx->tc->flush_gen[type] - mark) <= 0)