Home
last modified time | relevance | path

Searched refs:ets (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe-dcb.c121 struct ieee_ets *ets)
124 ets->ets_cap = pdata->hw_feat.tc_cnt;
126 if (pdata->ets) {
127 ets->cbs = pdata->ets->cbs;
128 memcpy(ets->tc_tx_bw, pdata->ets->tc_tx_bw,
129 sizeof(ets->tc_tx_bw));
130 memcpy(ets->tc_tsa, pdata->ets->tc_tsa,
131 sizeof(ets->tc_tsa));
132 memcpy(ets->prio_tc, pdata->ets->prio_tc,
133 sizeof(ets->prio_tc));
[all …]
/freebsd-13-stable/sys/dev/wg/
HDwg_noise.h102 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]);
110 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]);
HDwg_noise.c948 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]) in noise_create_initiation()
982 noise_tai64n_now(ets); in noise_create_initiation()
983 noise_msg_encrypt(ets, ets, in noise_create_initiation()
1003 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]) in noise_consume_initiation()
1038 if (noise_msg_decrypt(timestamp, ets, in noise_consume_initiation()
HDif_wg.c90 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]; member
1210 pkt.es, pkt.ets) != 0) in wg_send_initiation()
1328 init->s_idx, init->ue, init->es, init->ets) != 0) { in wg_handshake()
/freebsd-13-stable/crypto/openssl/crypto/objects/
HDobjects.txt257 id-smime-mod 5 : id-smime-mod-ets-eSignature-88
258 id-smime-mod 6 : id-smime-mod-ets-eSignature-97
259 id-smime-mod 7 : id-smime-mod-ets-eSigPolicy-88
260 id-smime-mod 8 : id-smime-mod-ets-eSigPolicy-97
294 id-smime-aa 15 : id-smime-aa-ets-sigPolicyId
295 id-smime-aa 16 : id-smime-aa-ets-commitmentType
296 id-smime-aa 17 : id-smime-aa-ets-signerLocation
297 id-smime-aa 18 : id-smime-aa-ets-signerAttr
298 id-smime-aa 19 : id-smime-aa-ets-otherSigCert
299 id-smime-aa 20 : id-smime-aa-ets-contentTimestamp
[all …]
/freebsd-13-stable/sys/kern/
HDuipc_mqueue.c2272 struct timespec *abs_timeout, ets; in sys_kmq_timedreceive() local
2281 error = copyin(uap->abs_timeout, &ets, sizeof(ets)); in sys_kmq_timedreceive()
2284 abs_timeout = &ets; in sys_kmq_timedreceive()
2300 struct timespec *abs_timeout, ets; in sys_kmq_timedsend() local
2308 error = copyin(uap->abs_timeout, &ets, sizeof(ets)); in sys_kmq_timedsend()
2311 abs_timeout = &ets; in sys_kmq_timedsend()
2798 struct timespec *abs_timeout, ets; in freebsd32_kmq_timedsend() local
2810 CP(ets32, ets, tv_sec); in freebsd32_kmq_timedsend()
2811 CP(ets32, ets, tv_nsec); in freebsd32_kmq_timedsend()
2812 abs_timeout = &ets; in freebsd32_kmq_timedsend()
[all …]
/freebsd-13-stable/sys/dev/bxe/
HDbxe_dcb.h72 struct bxe_dcbx_pg_params ets; member
82 (sc)->dcbx_port_params.ets.enabled)
HDecore_hsi.h2316 struct dcbx_ets_feature ets; member
/freebsd-13-stable/sys/dev/qlxge/
HDqls_dump.h252 uint32_t ets[8+2]; member
HDqls_dump.c1897 (sizeof(qls_mpid_seg_hdr_t) + sizeof(mpi_dump->ets)), in qls_mpi_core_dump()
1900 ret = qls_get_ets_regs(ha, &mpi_dump->ets[0]); in qls_mpi_core_dump()
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDecore_dcbx.c431 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in ecore_dcbx_process_mib_info()
698 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_local_params()
711 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_remote_params()
789 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_operational_params()
1351 ecore_dcbx_set_ets_data(p_hwfn, &local_admin->features.ets, in ecore_dcbx_set_local_params()
HDmcp_public.h374 struct dcbx_ets_feature ets; member
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_port.c844 if (!MLX5_CAP_GEN(mdev, ets)) in mlx5_query_port_qetcr_reg()
865 if (!MLX5_CAP_GEN(mdev, ets)) in mlx5_set_port_qetcr_reg()
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
HDen.h636 struct ieee_ets ets; member
/freebsd-13-stable/sys/dev/ice/
HDice_lib.c171 struct ice_dcb_ets_cfg *ets);
10527 ice_sbuf_print_ets_cfg(struct sbuf *sbuf, const char *name, struct ice_dcb_ets_cfg *ets) in ice_sbuf_print_ets_cfg() argument
10529 sbuf_printf(sbuf, "%s.willing: %u\n", name, ets->willing); in ice_sbuf_print_ets_cfg()
10530 sbuf_printf(sbuf, "%s.cbs: %u\n", name, ets->cbs); in ice_sbuf_print_ets_cfg()
10531 sbuf_printf(sbuf, "%s.maxtcs: %u\n", name, ets->maxtcs); in ice_sbuf_print_ets_cfg()
10535 sbuf_printf(sbuf, " %d", ets->prio_table[i]); in ice_sbuf_print_ets_cfg()
10540 sbuf_printf(sbuf, " %d", ets->tcbwtable[i]); in ice_sbuf_print_ets_cfg()
10545 sbuf_printf(sbuf, " %d", ets->tsatable[i]); in ice_sbuf_print_ets_cfg()
/freebsd-13-stable/contrib/file/magic/Magdir/
HDsql183 # https://github.com/opengeospatial/ets-gpkg12/blob/master/src/test/resources/gpkg/bluemarble.gpkg
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_ethtool.c317 if (!MLX5_CAP_GEN(priv->mdev, ets)) { in mlx5e_get_prio_tc()
/freebsd-13-stable/share/examples/ipfilter/
HDipf-howto.txt516 ets just like inbound, it's up to us to find a conceivable
1242 ets that may or may not have the URG, PSH, FIN, or
/freebsd-13-stable/sys/dev/mlx5/
HDmlx5_ifc.h1129 u8 ets[0x1]; member