Home
last modified time | relevance | path

Searched refs:LCS_BUF_STATE_PROCESSED (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/s390/net/
Dlcs.h150 LCS_BUF_STATE_PROCESSED, enumerator
Dlcs.c669 buffer->state != LCS_BUF_STATE_PROCESSED); in lcs_ready_buffer()
694 buffer->state = LCS_BUF_STATE_PROCESSED; in __lcs_processed_buffer()
726 buffer->state != LCS_BUF_STATE_PROCESSED); in lcs_release_buffer()
1460 while (iob[buf_idx].state == LCS_BUF_STATE_PROCESSED) { in lcs_tasklet()