Symbol: offsetofend
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1139
if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.public_action))
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1306
if (skb->len < offsetofend(typeof(*mgmt), u.action.category))
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1332
if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.public_action))
sys/compat/linuxkpi/common/include/linux/ieee80211.h
1352
if (skb->len < offsetofend(typeof(*mgmt), u.action.u.wnm_timing_msr.wnm_action))
sys/compat/linuxkpi/common/include/linux/string.h
334
size_t _o = offsetofend(typeof(*(ptr)), smember); \
sys/dev/irdma/irdma_kcompat.c
1274
#define IRDMA_MEM_REG_MIN_REQ_LEN offsetofend(struct irdma_mem_reg_req, sq_pages)
sys/dev/irdma/irdma_kcompat.c
162
#define IRDMA_ALLOC_UCTX_MIN_REQ_LEN offsetofend(struct irdma_alloc_ucontext_req, rsvd8)
sys/dev/irdma/irdma_kcompat.c
163
#define IRDMA_ALLOC_UCTX_MIN_RESP_LEN offsetofend(struct irdma_alloc_ucontext_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
277
#define IRDMA_ALLOC_PD_MIN_RESP_LEN offsetofend(struct irdma_alloc_pd_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
526
#define IRDMA_CREATE_AH_MIN_RESP_LEN offsetofend(struct irdma_create_ah_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
711
#define IRDMA_CREATE_QP_MIN_REQ_LEN offsetofend(struct irdma_create_qp_req, user_compl_ctx)
sys/dev/irdma/irdma_kcompat.c
712
#define IRDMA_CREATE_QP_MIN_RESP_LEN offsetofend(struct irdma_create_qp_resp, rsvd)
sys/dev/irdma/irdma_kcompat.c
969
#define IRDMA_CREATE_CQ_MIN_REQ_LEN offsetofend(struct irdma_create_cq_req, user_cq_buf)
sys/dev/irdma/irdma_kcompat.c
970
#define IRDMA_CREATE_CQ_MIN_RESP_LEN offsetofend(struct irdma_create_cq_resp, cq_size)
sys/dev/irdma/irdma_verbs.c
1175
#define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush)
sys/dev/irdma/irdma_verbs.c
1176
#define IRDMA_MODIFY_QP_MIN_RESP_LEN offsetofend(struct irdma_modify_qp_resp, push_valid)
sys/dev/irdma/irdma_verbs.c
1479
#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
1389
if (offsetofend(typeof(resp), hca_core_clock_offset) <= udata->outlen) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1399
if (offsetofend(typeof(resp), log_uar_size) <= udata->outlen)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1402
if (offsetofend(typeof(resp), num_uars_per_page) <= udata->outlen)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1405
if (offsetofend(typeof(resp), num_dyn_bfregs) <= udata->outlen) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2378
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
3759
.write.req_size = offsetofend(req, req_last_member), \
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3760
.write.resp_size = offsetofend(resp, resp_last_member)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
3763
.write.req_size = offsetofend(req, req_last_member)