Searched refs:offsetofend (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/irdma/ |
H A D | irdma_kcompat.c | 162 #define IRDMA_ALLOC_UCTX_MIN_REQ_LEN offsetofend(struct irdma_alloc_ucontext_req, rsvd8) 163 #define IRDMA_ALLOC_UCTX_MIN_RESP_LEN offsetofend(struct irdma_alloc_ucontext_resp, rsvd) 277 #define IRDMA_ALLOC_PD_MIN_RESP_LEN offsetofend(struct irdma_alloc_pd_resp, rsvd) 502 #define IRDMA_CREATE_AH_MIN_RESP_LEN offsetofend(struct irdma_create_ah_resp, rsvd) 679 #define IRDMA_CREATE_QP_MIN_REQ_LEN offsetofend(struct irdma_create_qp_req, user_compl_ctx) in irdma_create_qp() 680 #define IRDMA_CREATE_QP_MIN_RESP_LEN offsetofend(struct irdma_create_qp_resp, rsvd) in irdma_create_qp() 932 #define IRDMA_CREATE_CQ_MIN_REQ_LEN offsetofend(struct irdma_create_cq_req, user_cq_buf) in irdma_create_cq() 933 #define IRDMA_CREATE_CQ_MIN_RESP_LEN offsetofend(struct irdma_create_cq_resp, cq_size) in irdma_create_cq()
|
H A D | irdma_verbs.c | 791 #define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush) in irdma_modify_qp_roce() 792 #define IRDMA_MODIFY_QP_MIN_RESP_LEN offsetofend(struct irdma_modify_qp_resp, push_valid) in irdma_modify_qp_roce() 1150 #define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush) in irdma_modify_qp() 1151 #define IRDMA_MODIFY_QP_MIN_RESP_LEN offsetofend(struct irdma_modify_qp_resp, push_valid) in irdma_modify_qp() 1454 #define IRDMA_RESIZE_CQ_MIN_REQ_LEN offsetofend(struct irdma_resize_cq_req, user_cq_buffer) in irdma_resize_cq() 2175 #define IRDMA_MEM_REG_MIN_REQ_LEN offsetofend(struct irdma_mem_reg_req, sq_pages) in irdma_reg_user_mr()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_defines.h | 85 #if !defined(offsetofend) 86 #define offsetofend(TYPE, MEMBER) \ macro 276 (offsetofend(bmic_sense_feature_page_io_aio_subpage_t, \
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | string.h | 318 size_t _o = offsetofend(typeof(*(ptr)), smember); \
|
H A D | kernel.h | 272 #define offsetofend(t, m) \ macro
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rx.h | 731 #define IWL_RX_DESC_SIZE_V1 offsetofend(struct iwl_rx_mpdu_desc, v1)
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 1389 if (offsetofend(typeof(resp), hca_core_clock_offset) <= udata->outlen) { in mlx5_ib_alloc_ucontext() 1399 if (offsetofend(typeof(resp), log_uar_size) <= udata->outlen) in mlx5_ib_alloc_ucontext() 1402 if (offsetofend(typeof(resp), num_uars_per_page) <= udata->outlen) in mlx5_ib_alloc_ucontext() 1405 if (offsetofend(typeof(resp), num_dyn_bfregs) <= udata->outlen) { in mlx5_ib_alloc_ucontext() 2378 min_ucmd_sz = offsetofend(struct mlx5_ib_create_flow, reserved); in mlx5_ib_create_flow()
|
/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.c |
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac80211.c | 2692 offsetofend(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_bss_info_changed_station() 2694 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_bss_info_changed_station() 2696 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext), in iwl_mvm_bss_info_changed_station() 2698 offsetofend(typeof(sta_ctxt_cmd), pkt_ext), in iwl_mvm_bss_info_changed_station() 2700 offsetofend(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_bss_info_changed_station()
|
H A D | ops.c | 1030 frob_end = offsetofend(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_me_conn_status()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 3759 .write.req_size = offsetofend(req, req_last_member), \ 3760 .write.resp_size = offsetofend(resp, resp_last_member) 3763 .write.req_size = offsetofend(req, req_last_member)
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 2231 offsetofend(struct iwl_tx_cmd, scratch) >
|