Lines Matching refs:status
42 unsigned long status;
62 dev_dbg(dev, "stratix10_svc_send returned status %d\n", ret);
146 u32 status;
151 status = data->status;
154 * Here we set status bits as we receive them. Elsewhere, we always use
155 * test_and_clear_bit() to check status in priv->status
158 if (status & (1 << i))
159 set_bit(i, &priv->status);
161 if (status & BIT(SVC_STATUS_BUFFER_DONE)) {
208 if (!test_and_clear_bit(SVC_STATUS_OK, &priv->status)) {
316 if (!priv->status)
321 if (test_and_clear_bit(SVC_STATUS_BUFFER_DONE, &priv->status) ||
323 &priv->status)) {
328 if (test_and_clear_bit(SVC_STATUS_ERROR, &priv->status)) {
376 if (test_and_clear_bit(SVC_STATUS_COMPLETED, &priv->status))
379 if (test_and_clear_bit(SVC_STATUS_ERROR, &priv->status)) {