Searched refs:BUG_ON (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c761 BUG_ON(rem < 0);
1541 BUG_ON(atomic_read(&qhp->ep->com.kref.refcount) < 2);
1651 BUG_ON(!ep);
H A Diw_cxgbe.h312 BUG_ON(!ret && newid != id);
H A Dcm.c2413 BUG_ON(!qp);
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c289 BUG_ON(!service);
1007 BUG_ON((int)(user_service->msg_insert -
1286 BUG_ON(service->srvstate != VCHIQ_SRVSTATE_FREE);
2528 /* Don't use BUG_ON - don't allow user thread to crash kernel */
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_kloop.c482 BUG_ON(poll_ctx->next_entry >= poll_ctx->num_entries);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_irq.c964 BUG_ON(atomic_read(&dev->vblank_refcount[crtc]) == 0);
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4.h53 #define BUG_ON(c) assert(!(c)) macro
/freebsd-13-stable/sys/contrib/rdma/krping/
H A Dkrping.c364 BUG_ON(cb->cq != cq);
731 BUG_ON(ret <= 0 || ret > cb->page_list_len);
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c312 BUG_ON((u32) (ring->prod - ring->cons) > ring->actual_size);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c898 BUG_ON(id_priv->cma_dev->device != id_priv->id.device);
1201 BUG_ON(src_addr == NULL || dst_addr == NULL);
2278 BUG_ON(1);
4367 BUG_ON(id_priv->cma_dev->device != id->device);
H A Dib_mad.c639 BUG_ON(!mad_list->mad_queue);
1559 BUG_ON(!*method);
1569 BUG_ON(*method);
H A Dib_cm.c1331 BUG_ON(cm_id->state != IB_CM_IDLE);
1494 BUG_ON(!work);
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c349 BUG_ON(cmd->free_head < 0);
695 BUG_ON(cmd->free_head < 0);
H A Dmlx4_main.c2919 BUG_ON(MLX4_EQ_ASYNC >= 2);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1896 BUG_ON(1);
H A Dmlx4_ib_main.c2903 BUG_ON(qpn < dev->steer_qpn_base);
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_cmd.c420 BUG_ON(dev->cmd.free_head < 0);

Completed in 396 milliseconds

12