Symbol: offsetofend
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1150
if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.public_action))
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1317
if (skb->len < offsetofend(typeof(*mgmt), u.action.category))
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1343
if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.public_action))
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1363
if (skb->len < offsetofend(typeof(*mgmt), u.action.u.wnm_timing_msr.wnm_action))
sys/compat/linuxkpi/common/include/linux/string.h
369
size_t _o = offsetofend(typeof(*(ptr)), smember); \
sys/dev/irdma/irdma_kcompat.c
1256
#define IRDMA_MEM_REG_MIN_REQ_LEN offsetofend(struct irdma_mem_reg_req, sq_pages)
sys/dev/irdma/irdma_kcompat.c
156
#define IRDMA_ALLOC_UCTX_MIN_REQ_LEN offsetofend(struct irdma_alloc_ucontext_req, rsvd8)
sys/dev/irdma/irdma_kcompat.c
157
#define IRDMA_ALLOC_UCTX_MIN_RESP_LEN offsetofend(struct irdma_alloc_ucontext_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
271
#define IRDMA_ALLOC_PD_MIN_RESP_LEN offsetofend(struct irdma_alloc_pd_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
520
#define IRDMA_CREATE_AH_MIN_RESP_LEN offsetofend(struct irdma_create_ah_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
693
#define IRDMA_CREATE_QP_MIN_REQ_LEN offsetofend(struct irdma_create_qp_req, user_compl_ctx)
sys/dev/irdma/irdma_kcompat.c
694
#define IRDMA_CREATE_QP_MIN_RESP_LEN offsetofend(struct irdma_create_qp_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
951
#define IRDMA_CREATE_CQ_MIN_REQ_LEN offsetofend(struct irdma_create_cq_req, user_cq_buf)
sys/dev/irdma/irdma_kcompat.c
952
#define IRDMA_CREATE_CQ_MIN_RESP_LEN offsetofend(struct irdma_create_cq_resp, cq_size)
sys/dev/irdma/irdma_verbs.c
1178
#define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush)
sys/dev/irdma/irdma_verbs.c
1179
#define IRDMA_MODIFY_QP_MIN_RESP_LEN offsetofend(struct irdma_modify_qp_resp, push_valid)
sys/dev/irdma/irdma_verbs.c
1482
#define IRDMA_RESIZE_CQ_MIN_REQ_LEN offsetofend(struct irdma_resize_cq_req, user_cq_buffer)
sys/dev/irdma/irdma_verbs.c
818
#define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush)
sys/dev/irdma/irdma_verbs.c
819
#define IRDMA_MODIFY_QP_MIN_RESP_LEN offsetofend(struct irdma_modify_qp_resp, push_valid)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1379
if (offsetofend(typeof(resp), hca_core_clock_offset) <= udata->outlen) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1389
if (offsetofend(typeof(resp), log_uar_size) <= udata->outlen)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1392
if (offsetofend(typeof(resp), num_uars_per_page) <= udata->outlen)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1395
if (offsetofend(typeof(resp), num_dyn_bfregs) <= udata->outlen) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2416
min_ucmd_sz = offsetofend(struct mlx5_ib_create_flow, reserved);
sys/dev/smartpqi/smartpqi_defines.h
276
(offsetofend(bmic_sense_feature_page_io_aio_subpage_t, \
sys/dev/smartpqi/smartpqi_defines.h
85
#if !defined(offsetofend)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3771
.write.req_size = offsetofend(req, req_last_member), \
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3772
.write.resp_size = offsetofend(resp, resp_last_member)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3775
.write.req_size = offsetofend(req, req_last_member)