Home
last modified time | relevance | path

Searched refs:offsetofend (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c162 #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 Dirdma_verbs.c791 #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 Dsmartpqi_defines.h85 #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 Dstring.h300 size_t _o = offsetofend(typeof(*(ptr)), smember); \
H A Dkernel.h273 #define offsetofend(t, m) \ macro
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drx.h725 #define IWL_RX_DESC_SIZE_V1 offsetofend(struct iwl_rx_mpdu_desc, v1)
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1389 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()
2379 min_ucmd_sz = offsetofend(struct mlx5_ib_create_flow, reserved); in mlx5_ib_create_flow()
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c657 offsetofend(struct iwl_tx_cmd_gen2, dram_info) > in iwl_txq_gen2_build_tfd()
661 offsetofend(struct iwl_tx_cmd_gen3, dram_info) > in iwl_txq_gen2_build_tfd()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2483 offsetofend(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_cfg_he_sta()
2485 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta()
2487 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext), in iwl_mvm_cfg_he_sta()
2489 offsetofend(typeof(sta_ctxt_cmd), pkt_ext), in iwl_mvm_cfg_he_sta()
2491 offsetofend(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_cfg_he_sta()
H A Dops.c947 frob_end = offsetofend(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_frob_hcmd()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3759 .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 Dtx.c1560 offsetofend(struct iwl_tx_cmd, scratch) > in iwl_trans_pcie_tx()