Searched refs:container_of (Results 76 - 87 of 87) sorted by relevance

1234

/freebsd-10.1-release/sys/dev/drm2/ttm/
H A Dttm_bo.c1489 container_of(ref, struct ttm_bo_global_ref, ref);
1800 container_of(shrink, struct ttm_bo_global, shrink);
/freebsd-10.1-release/sys/dev/drm/
H A DdrmP.h215 #define container_of(ptr, type, member) ({ \ macro
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_pm.c824 rdev = container_of(work, struct radeon_device,
H A Dradeon.h356 #define gem_to_radeon_bo(gobj) container_of((gobj), struct radeon_bo, gem_base)
/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c135 container_of(work, struct sdp_sock, srcavail_cancel_work.work);
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_rx.c687 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
H A Den_tx.c465 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
H A Dmlx4.h867 return container_of(dev, struct mlx4_priv, dev);
H A Dresource_tracker.c234 struct res_common *res = container_of(node, struct res_common,
253 struct res_common *this = container_of(*new, struct res_common,
4557 container_of(_work, struct mlx4_vf_immed_vlan_work, work);
H A Dfw.c1870 struct mlx4_priv *priv = container_of(work, struct mlx4_priv, opreq_task);
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c130 return container_of(mqp, struct mlx4_ib_sqp, qp);
905 container_of(init_attr,
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c942 ep = container_of(kref, struct c4iw_ep, com.kref);

Completed in 166 milliseconds

1234