Home
last modified time | relevance | path

Searched refs:GSI_CHANNEL_STATE_ALLOCATED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipa/
H A Dgsi.h98 GSI_CHANNEL_STATE_ALLOCATED = 0x1, enumerator
H A Dgsi.c469 if (!ret && state != GSI_CHANNEL_STATE_ALLOCATED) { in gsi_channel_alloc_command()
485 if (state != GSI_CHANNEL_STATE_ALLOCATED && in gsi_channel_start_command()
560 if (!ret && state != GSI_CHANNEL_STATE_ALLOCATED) in gsi_channel_reset_command()
573 if (state != GSI_CHANNEL_STATE_ALLOCATED) { in gsi_channel_de_alloc_command()
/kernel/linux/linux-6.6/drivers/net/ipa/
H A Dgsi.h94 GSI_CHANNEL_STATE_ALLOCATED = 0x1, enumerator
H A Dgsi.c573 if (state == GSI_CHANNEL_STATE_ALLOCATED) in gsi_channel_alloc_command()
589 if (state != GSI_CHANNEL_STATE_ALLOCATED && in gsi_channel_start_command()
660 if (state != GSI_CHANNEL_STATE_ALLOCATED) in gsi_channel_reset_command()
670 if (state != GSI_CHANNEL_STATE_ALLOCATED) in gsi_channel_reset_command()
683 if (state != GSI_CHANNEL_STATE_ALLOCATED) { in gsi_channel_de_alloc_command()

Completed in 11 milliseconds