commit | 6870957ed5bc3a4c15fe556e3ebbb4e2f41d3eed | [log] [tgz] |
---|---|---|
author | Felix Manlunas <felix.manlunas@cavium.com> | Tue Aug 28 18:51:35 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 29 20:07:41 2018 -0700 |
tree | 0f9544e453abf8c7ffac1547e564d011305f2b82 | |
parent | c9aec05228dc6fa5573c56dba6bed43250228069 [diff] |
liquidio: make soft command calls synchronous 1. Add wait_for_sc_completion_timeout() for waiting the response and handling common response errors 2. Send sc's synchronously: remove unused callback function, and context structure; use wait_for_sc_completion_timeout() to wait its response. Signed-off-by: Weilin Chang <weilin.chang@cavium.com> Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>