Lines Matching refs:cmdq
321 set_bit(ERR_DEVICE_DETACHED, &rdev->rcfw.cmdq.flags); in bnxt_re_detach_err_device()
323 wake_up_all(&rdev->rcfw.cmdq.waitq); in bnxt_re_detach_err_device()
774 set_bit(ERR_DEVICE_DETACHED, &rdev->rcfw.cmdq.flags); in bnxt_re_async_notifier()
777 wake_up_all(&rdev->rcfw.cmdq.waitq); in bnxt_re_async_notifier()
1036 cur_prod = rdev->rcfw.cmdq.hwq.prod; in __wait_for_ib_unregister()
1037 cur_cons = rdev->rcfw.cmdq.hwq.cons; in __wait_for_ib_unregister()
1163 set_bit(ERR_DEVICE_DETACHED, &rdev->rcfw.cmdq.flags); in bnxt_re_stop()
1166 wake_up_all(&rdev->rcfw.cmdq.waitq); in bnxt_re_stop()
3829 struct bnxt_qplib_cmdq_ctx *cmdq; in bnxt_re_remove_device() local
3833 cmdq = &rcfw->cmdq; in bnxt_re_remove_device()
3834 if (test_bit(FIRMWARE_STALL_DETECTED, &cmdq->flags)) in bnxt_re_remove_device()
4290 set_bit(ERR_DEVICE_DETACHED, &rdev->rcfw.cmdq.flags); in bnxt_re_remove()