Searched hist:fd3bd039 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ipa/ |
H A D | gsi.h | fd3bd039 Wed Aug 31 17:40:17 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: track polled transactions with an ID
Add a transaction ID to track the first element in the transaction array that has been polled. Advance the ID when we are releasing a transaction.
Temporarily add warnings that verify that the first polled transaction tracked by the ID matches the first element on the polled list, both when polling and freeing.
Remove the temporary warnings added by the previous commit.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gsi_trans.c | fd3bd039 Wed Aug 31 17:40:17 CDT 2022 Alex Elder <elder@linaro.org> net: ipa: track polled transactions with an ID
Add a transaction ID to track the first element in the transaction array that has been polled. Advance the ID when we are releasing a transaction.
Temporarily add warnings that verify that the first polled transaction tracked by the ID matches the first element on the polled list, both when polling and freeing.
Remove the temporary warnings added by the previous commit.
Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|