Home
last modified time | relevance | path

Searched refs:priv_size (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/usr.sbin/bhyve/
HDnet_backends.c71 #define NET_BE_SIZE(be) (sizeof(*be) + (be)->priv_size)
249 .priv_size = sizeof(struct tap_priv),
264 .priv_size = sizeof(struct tap_priv),
HDnet_backends_priv.h113 size_t priv_size; member
HDnet_backend_netmap.c356 .priv_size = sizeof(struct netmap_priv),
371 .priv_size = sizeof(struct netmap_priv),
HDnet_backend_netgraph.c179 .priv_size = sizeof(struct tap_priv),
HDnet_backend_slirp.c709 .priv_size = sizeof(struct slirp_priv),
/freebsd-14-stable/sys/dev/hyperv/include/
HDvmbus_xact.h38 size_t priv_size);
/freebsd-14-stable/crypto/heimdal/lib/krb5/
HDpac.c1044 size_t server_size, priv_size; in _krb5_pac_sign() local
1105 ret = pac_checksum(context, priv_key, &priv_cksumtype, &priv_size); in _krb5_pac_sign()
1153 if (priv_size > UINT32_MAX - 4) { in _krb5_pac_sign()
1163 len = priv_size + 4; in _krb5_pac_sign()
1166 CHECK(ret, fill_zeros(context, spdata, priv_size), out); in _krb5_pac_sign()
1246 (char *)d.data + priv_offset, priv_size); in _krb5_pac_sign()
/freebsd-14-stable/sys/dev/hyperv/vmbus/
HDvmbus_xact.c141 size_t priv_size) in vmbus_xact_ctx_create() argument
151 ctx->xc_priv_size = priv_size; in vmbus_xact_ctx_create()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDmac.h31 struct ath10k *ath10k_mac_create(size_t priv_size);
HDcore.h1338 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
HDcore.c3633 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev, in ath10k_core_create() argument
3641 ar = ath10k_mac_create(priv_size); in ath10k_core_create()
HDmac.c9584 struct ath10k *ath10k_mac_create(size_t priv_size) in ath10k_mac_create() argument
9594 hw = ieee80211_alloc_hw(sizeof(struct ath10k) + priv_size, ops); in ath10k_mac_create()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/
HDiwl-trans.c19 struct iwl_trans *iwl_trans_alloc(unsigned int priv_size, in iwl_trans_alloc() argument
28 trans = devm_kzalloc(dev, sizeof(*trans) + priv_size, GFP_KERNEL); in iwl_trans_alloc()
HDiwl-trans.h1184 struct iwl_trans *iwl_trans_alloc(unsigned int priv_size,
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDcore.c922 struct ath12k_base *ath12k_core_alloc(struct device *dev, size_t priv_size, in ath12k_core_alloc() argument
927 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath12k_core_alloc()
HDcore.h803 struct ath12k_base *ath12k_core_alloc(struct device *dev, size_t priv_size,
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDcore.c2083 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size, in ath11k_core_alloc() argument
2088 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath11k_core_alloc()
HDcore.h1194 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size,