Searched refs:offsetofend (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rx.h | 621 #define IWL_RX_DESC_SIZE_V1 offsetofend(struct iwl_rx_mpdu_desc, v1)
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 558 #define offsetofend(t, m) \ macro
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac80211.c | 2428 offsetofend(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_cfg_he_sta() 2430 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta() 2432 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext), in iwl_mvm_cfg_he_sta() 2434 offsetofend(typeof(sta_ctxt_cmd), pkt_ext), in iwl_mvm_cfg_he_sta() 2436 offsetofend(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_cfg_he_sta()
|
| H A D | d3.c | 2024 BUILD_BUG_ON(offsetofend(struct iwl_wowlan_gtk_status_v2, _f) !=\ in iwl_mvm_convert_gtk_v3() 2025 offsetofend(struct iwl_wowlan_gtk_status_v3, _f)); \ in iwl_mvm_convert_gtk_v3()
|
| H A D | ops.c | 907 frob_end = offsetofend(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_frob_hcmd()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 1392 if (offsetofend(typeof(resp), hca_core_clock_offset) <= udata->outlen) { in mlx5_ib_alloc_ucontext() 1402 if (offsetofend(typeof(resp), log_uar_size) <= udata->outlen) in mlx5_ib_alloc_ucontext() 1405 if (offsetofend(typeof(resp), num_uars_per_page) <= udata->outlen) in mlx5_ib_alloc_ucontext() 1408 if (offsetofend(typeof(resp), num_dyn_bfregs) <= udata->outlen) { in mlx5_ib_alloc_ucontext()
|