| /freebsd-14.2/sys/dev/axgbe/ |
| H A D | xgbe-dcb.c | 126 if (pdata->ets) { 127 ets->cbs = pdata->ets->cbs; 128 memcpy(ets->tc_tx_bw, pdata->ets->tc_tx_bw, 130 memcpy(ets->tc_tsa, pdata->ets->tc_tsa, 132 memcpy(ets->prio_tc, pdata->ets->prio_tc, 150 ets->tc_tx_bw[i], ets->tc_rx_bw[i], 151 ets->tc_tsa[i]); 156 if ((ets->tc_tx_bw[i] || ets->tc_tsa[i])) 189 if (!pdata->ets) { 193 if (!pdata->ets) [all …]
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_dcb.c | 106 ets->prio_tc[i] = tc; in bnxt_hwrm_queue_pri2cos_qcfg() 564 ets->prio_tc[i]); in bnxt_ets_validate() 570 if ((ets->tc_tx_bw[i] || ets->tc_tsa[i]) && i > softc->max_tc) in bnxt_ets_validate() 573 switch (ets->tc_tsa[i]) { in bnxt_ets_validate() 616 if (ets) { in bnxt_dcb_ieee_getets() 617 ets->cbs = my_ets->cbs; in bnxt_dcb_ieee_getets() 619 memcpy(ets->tc_tx_bw, my_ets->tc_tx_bw, sizeof(ets->tc_tx_bw)); in bnxt_dcb_ieee_getets() 620 memcpy(ets->tc_rx_bw, my_ets->tc_rx_bw, sizeof(ets->tc_rx_bw)); in bnxt_dcb_ieee_getets() 621 memcpy(ets->tc_tsa, my_ets->tc_tsa, sizeof(ets->tc_tsa)); in bnxt_dcb_ieee_getets() 622 memcpy(ets->prio_tc, my_ets->prio_tc, sizeof(ets->prio_tc)); in bnxt_dcb_ieee_getets() [all …]
|
| H A D | bnxt_sysctl.c | 2086 struct bnxt_ieee_ets ets = {0}; in bnxt_dcb_ets() local 2094 rc = bnxt_dcb_ieee_getets(softc, &ets); in bnxt_dcb_ets() 2108 &ets.prio_tc[0], &ets.prio_tc[1], &ets.prio_tc[2], &ets.prio_tc[3], in bnxt_dcb_ets() 2109 &ets.prio_tc[4], &ets.prio_tc[5], &ets.prio_tc[6], &ets.prio_tc[7], in bnxt_dcb_ets() 2110 &ets.tc_tx_bw[0], &ets.tc_tx_bw[1], &ets.tc_tx_bw[2], &ets.tc_tx_bw[3], in bnxt_dcb_ets() 2111 &ets.tc_tx_bw[4], &ets.tc_tx_bw[5], &ets.tc_tx_bw[6], &ets.tc_tx_bw[7]); in bnxt_dcb_ets() 2117 ets.tc_tsa[i] = bnxt_ets_str_to_tsa(tsa[i]); in bnxt_dcb_ets() 2119 rc = bnxt_dcb_ieee_setets(softc, &ets); in bnxt_dcb_ets()
|
| H A D | bnxt_mgmt.h | 145 struct bnxt_ieee_ets ets; member
|
| H A D | bnxt_mgmt.c | 123 bnxt_dcb_ieee_getets(softc, &mgmt_dcb.req.ets); in bnxt_mgmt_process_dcb() 126 bnxt_dcb_ieee_setets(softc, &mgmt_dcb.req.ets); in bnxt_mgmt_process_dcb()
|
| H A D | bnxt.h | 1305 int bnxt_dcb_ieee_getets(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets); 1306 int bnxt_dcb_ieee_setets(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets);
|
| /freebsd-14.2/sys/dev/wg/ |
| H A D | wg_noise.h | 102 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]); 110 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]);
|
| H A D | wg_noise.c | 948 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()
|
| H A D | if_wg.c | 86 uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]; member 1206 pkt.es, pkt.ets) != 0) in wg_send_initiation() 1324 init->s_idx, init->ue, init->es, init->ets) != 0) { in wg_handshake()
|
| /freebsd-14.2/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 260 id-smime-mod 5 : id-smime-mod-ets-eSignature-88 261 id-smime-mod 6 : id-smime-mod-ets-eSignature-97 262 id-smime-mod 7 : id-smime-mod-ets-eSigPolicy-88 263 id-smime-mod 8 : id-smime-mod-ets-eSigPolicy-97 303 id-smime-aa 15 : id-smime-aa-ets-sigPolicyId 306 id-smime-aa 18 : id-smime-aa-ets-signerAttr 307 id-smime-aa 19 : id-smime-aa-ets-otherSigCert 311 id-smime-aa 23 : id-smime-aa-ets-certValues 313 id-smime-aa 25 : id-smime-aa-ets-escTimeStamp 338 id-smime-spq 1 : id-smime-spq-ets-sqt-uri [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_mqueue.c | 2268 struct timespec *abs_timeout, ets; in sys_kmq_timedreceive() local 2277 error = copyin(uap->abs_timeout, &ets, sizeof(ets)); in sys_kmq_timedreceive() 2280 abs_timeout = &ets; in sys_kmq_timedreceive() 2304 error = copyin(uap->abs_timeout, &ets, sizeof(ets)); in sys_kmq_timedsend() 2307 abs_timeout = &ets; in sys_kmq_timedsend() 2805 CP(ets32, ets, tv_sec); in freebsd32_kmq_timedsend() 2806 CP(ets32, ets, tv_nsec); in freebsd32_kmq_timedsend() 2807 abs_timeout = &ets; in freebsd32_kmq_timedsend() 2836 CP(ets32, ets, tv_sec); in freebsd32_kmq_timedreceive() 2837 CP(ets32, ets, tv_nsec); in freebsd32_kmq_timedreceive() [all …]
|
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | bxe_dcb.h | 72 struct bxe_dcbx_pg_params ets; member 82 (sc)->dcbx_port_params.ets.enabled)
|
| H A D | ecore_hsi.h | 2316 struct dcbx_ets_feature ets; member
|
| /freebsd-14.2/sys/dev/qlxge/ |
| H A D | qls_dump.h | 252 uint32_t ets[8+2]; member
|
| H A D | qls_dump.c | 1896 (sizeof(qls_mpid_seg_hdr_t) + sizeof(mpi_dump->ets)), in qls_mpi_core_dump() 1899 ret = qls_get_ets_regs(ha, &mpi_dump->ets[0]); in qls_mpi_core_dump()
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dcbx.c | 431 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()
|
| H A D | mcp_public.h | 374 struct dcbx_ets_feature ets; member
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_port.c | 844 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-14.2/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 636 struct ieee_ets ets; member
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_lib.c | 172 struct ice_dcb_ets_cfg *ets); 10738 ice_sbuf_print_ets_cfg(struct sbuf *sbuf, const char *name, struct ice_dcb_ets_cfg *ets) in ice_sbuf_print_ets_cfg() argument 10740 sbuf_printf(sbuf, "%s.willing: %u\n", name, ets->willing); in ice_sbuf_print_ets_cfg() 10741 sbuf_printf(sbuf, "%s.cbs: %u\n", name, ets->cbs); in ice_sbuf_print_ets_cfg() 10742 sbuf_printf(sbuf, "%s.maxtcs: %u\n", name, ets->maxtcs); in ice_sbuf_print_ets_cfg() 10746 sbuf_printf(sbuf, " %d", ets->prio_table[i]); in ice_sbuf_print_ets_cfg() 10751 sbuf_printf(sbuf, " %d", ets->tcbwtable[i]); in ice_sbuf_print_ets_cfg() 10756 sbuf_printf(sbuf, " %d", ets->tsatable[i]); in ice_sbuf_print_ets_cfg()
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_ethtool.c | 317 if (!MLX5_CAP_GEN(priv->mdev, ets)) { in mlx5e_get_prio_tc()
|
| /freebsd-14.2/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 516 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-14.2/sys/dev/mlx5/ |
| H A D | mlx5_ifc.h | 1228 u8 ets[0x1]; member
|