| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_txp.c | 55 * Opaque initial token blob provided by caller. TXP frees using the 63 /* Subcomponents of the TXP that we own. */ 128 OSSL_QUIC_TX_PACKETISER *txp; member 139 * Number of scratch bytes in txp->scratch we have used so far. Some iovecs 156 * entries valid in txp->iovec. 189 static int tx_helper_init(struct tx_helper *h, OSSL_QUIC_TX_PACKETISER *txp, in tx_helper_init() argument 195 h->txp = txp; in tx_helper_init() 207 if (max_ppl > h->txp->el[enc_level].scratch_len) { in tx_helper_init() 210 scratch = OPENSSL_realloc(h->txp->el[enc_level].scratch, max_ppl); in tx_helper_init() 214 h->txp->el[enc_level].scratch = scratch; in tx_helper_init() [all …]
|
| H A D | quic_channel.c | 289 ch->txp = ossl_quic_tx_packetiser_new(&txp_args); in ch_init() 290 if (ch->txp == NULL) in ch_init() 295 ossl_quic_tx_packetiser_set_validated(ch->txp); in ch_init() 297 ossl_quic_tx_packetiser_set_ack_tx_cb(ch->txp, ch_on_txp_ack_tx, ch); in ch_init() 403 ossl_quic_tx_packetiser_free(ch->txp); in ch_cleanup() 738 = ossl_quic_tx_packetiser_get_next_pn(ch->txp, QUIC_PN_SPACE_APP); in ch_trigger_txku() 923 ossl_quic_tx_packetiser_schedule_ack(ch->txp, QUIC_PN_SPACE_APP); in rxku_detected() 953 * Defer clearing rxku_pending_confirm until TXP generate call returns in ch_on_txp_ack_tx() 1148 ossl_quic_tx_packetiser_set_validated(ch->txp); in ch_on_handshake_complete() 1168 /* Tell TXP the handshake is complete. */ in ch_on_handshake_complete() [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_txp.h | 69 void ossl_quic_tx_packetiser_set_validated(OSSL_QUIC_TX_PACKETISER *txp); 70 void ossl_quic_tx_packetiser_add_unvalidated_credit(OSSL_QUIC_TX_PACKETISER *txp, 72 void ossl_quic_tx_packetiser_consume_unvalidated_credit(OSSL_QUIC_TX_PACKETISER *txp, 74 int ossl_quic_tx_packetiser_check_unvalidated_credit(OSSL_QUIC_TX_PACKETISER *txp, 80 void ossl_quic_tx_packetiser_free(OSSL_QUIC_TX_PACKETISER *txp); 88 OSSL_QUIC_TX_PACKETISER *txp, size_t n); 108 int ossl_quic_tx_packetiser_generate(OSSL_QUIC_TX_PACKETISER *txp, 121 OSSL_TIME ossl_quic_tx_packetiser_get_deadline(OSSL_QUIC_TX_PACKETISER *txp); 125 * is no longer needed; for example, when the TXP is freed or when this function 130 int ossl_quic_tx_packetiser_set_initial_token(OSSL_QUIC_TX_PACKETISER *txp, [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | phy.c | 141 struct mt76x2_tx_power_info txp; in mt76x2_phy_set_txpower() local 146 mt76x2_get_power_info(dev, &txp, chan); in mt76x2_phy_set_txpower() 149 delta = txp.delta_bw40; in mt76x2_phy_set_txpower() 151 delta = txp.delta_bw80; in mt76x2_phy_set_txpower() 154 mt76x02_add_rate_power_offset(&t, txp.target_power + delta); in mt76x2_phy_set_txpower() 159 delta = base_power - txp.target_power; in mt76x2_phy_set_txpower() 160 txp_0 = txp.chain[0].target_power + txp.chain[0].delta + delta; in mt76x2_phy_set_txpower() 161 txp_1 = txp.chain[1].target_power + txp.chain[1].delta + delta; in mt76x2_phy_set_txpower() 175 dev->target_power = txp.target_power; in mt76x2_phy_set_txpower() 176 dev->target_power_delta[0] = txp_0 - txp.chain[0].target_power; in mt76x2_phy_set_txpower() [all …]
|
| H A D | init.c | 184 struct mt76x2_tx_power_info txp; in mt76x2_init_txpower() local 191 mt76x2_get_power_info(dev, &txp, chan); in mt76x2_init_txpower() 195 txp.target_power; in mt76x2_init_txpower()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | pci_mac.c | 28 struct mt76_connac_fw_txp *txp = txp_ptr; in mt7615_write_fw_txp() local 29 u8 *rept_wds_wcid = (u8 *)&txp->rept_wds_wcid; in mt7615_write_fw_txp() 34 txp->buf[i] = cpu_to_le32(tx_info->buf[i + 1].addr); in mt7615_write_fw_txp() 35 txp->len[i] = cpu_to_le16(tx_info->buf[i + 1].len); in mt7615_write_fw_txp() 37 txp->nbuf = nbuf; in mt7615_write_fw_txp() 40 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt7615_write_fw_txp() 45 txp->flags = cpu_to_le16(MT_CT_INFO_APPLY_TXD); in mt7615_write_fw_txp() 48 txp->flags |= cpu_to_le16(MT_CT_INFO_NONE_CIPHER_FRAME); in mt7615_write_fw_txp() 51 txp->flags |= cpu_to_le16(MT_CT_INFO_MGMT_FRAME); in mt7615_write_fw_txp() 56 txp->bss_idx = mvif->idx; in mt7615_write_fw_txp() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-eeprom-parse.c | |
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm2835-txp.yaml | 4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-txp.yaml# 7 title: Broadcom VC4 (VideoCore4) TXP (writeback) Controller 14 const: brcm,bcm2835-txp 31 txp: txp@7e004000 { 32 compatible = "brcm,bcm2835-txp";
|
| H A D | brcm,bcm-vc4.txt | 77 Required properties for the TXP (writeback) block: 78 - compatible: Should be "brcm,bcm2835-txp" 79 - reg: Physical base address and length of the TXP block's registers
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 3135 struct txpkts *txp = &txq->txp; 3137 if ((txp->npkt > 0 || avail < eq->sidx / 2) && 3177 struct txpkts *txp = &txq->txp; in eth_tx() 3192 for (i = 0; i < txp->npkt; i++) in eth_tx() 3193 m_freem(txp->mb[i]); in eth_tx() 3194 txp->npkt = 0; in eth_tx() 3214 txp->score = 0; in eth_tx() 3229 if (t4_tx_coalesce == 0 && txp in eth_tx() 3104 struct txpkts *txp = &txq->txp; set_txupdate_flags() local 3146 struct txpkts *txp = &txq->txp; eth_tx() local 4608 struct txpkts *txp; alloc_txq() local 5695 cmp_l2hdr(struct txpkts * txp,struct mbuf * m) cmp_l2hdr() argument 5711 save_l2hdr(struct txpkts * txp,struct mbuf * m) save_l2hdr() argument 5722 struct txpkts *txp = &txq->txp; add_to_txpkts_vf() local 5774 struct txpkts *txp = &txq->txp; add_to_txpkts_pf() local 5850 const struct txpkts *txp = &txq->txp; write_txpkts_wr() local 5961 const struct txpkts *txp = &txq->txp; write_txpkts_vm_wr() local [all...] |
| /freebsd/sys/dev/fxp/ |
| H A D | if_fxp.c | 428 struct fxp_tx *txp; in fxp_attach() local 749 txp = sc->fxp_desc.tx_list; in fxp_attach() 752 txp[i].tx_cb = tcbp + i; in fxp_attach() 753 error = bus_dmamap_create(sc->fxp_txmtag, 0, &txp[i].tx_map); in fxp_attach() 929 struct fxp_tx *txp; in fxp_release() local 967 txp = &sc->fxp_desc.tx_list[i]; in fxp_release() 968 if (txp->tx_mbuf != NULL) { in fxp_release() 969 bus_dmamap_sync(sc->fxp_txmtag, txp->tx_map, in fxp_release() 971 bus_dmamap_unload(sc->fxp_txmtag, txp->tx_map); in fxp_release() 972 m_freem(txp->tx_mbuf); in fxp_release() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/ddr/ |
| H A D | lpddr2.txt | 24 - tXP-min-tck 54 tXP-min-tck = <2>; 70 tXP = <7500>; 91 tXP = <7500>;
|
| H A D | lpddr3.txt | 38 - tXP-min-tck 77 tXP-min-tck = <2>; 101 tXP = <3750>;
|
| H A D | lpddr2-timings.txt | 19 - tXP 43 tXP = <7500>;
|
| H A D | lpddr3-timings.txt | 29 - tXP 54 tXP = <3750>;
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | pci_mac.c | 16 struct mt76_connac_hw_txp *txp; in mt7921e_tx_prepare_skb() local 47 txp = (struct mt76_connac_hw_txp *)(txwi + MT_TXD_SIZE); in mt7921e_tx_prepare_skb() 48 memset(txp, 0, sizeof(struct mt76_connac_hw_txp)); in mt7921e_tx_prepare_skb() 49 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7921e_tx_prepare_skb()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | pci_mac.c | 16 struct mt76_connac_hw_txp *txp; in mt7925e_tx_prepare_skb() local 47 txp = (struct mt76_connac_hw_txp *)(txwi + MT_TXD_SIZE); in mt7925e_tx_prepare_skb() 48 memset(txp, 0, sizeof(struct mt76_connac_hw_txp)); in mt7925e_tx_prepare_skb() 49 mt76_connac_write_hw_txp(mdev, tx_info, txp, id); in mt7925e_tx_prepare_skb()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | elpida_ecb240abacn.dtsi | 18 tXP-min-tck = <2>; 34 tXP = <7500>; 56 tXP = <7500>;
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 166 struct mt76_connac_hw_txp *txp = txp_ptr; in mt76_connac_write_hw_txp() local 167 struct mt76_connac_txp_ptr *ptr = &txp->ptr[0]; in mt76_connac_write_hw_txp() 171 tx_info->buf[0].len = MT_TXD_SIZE + sizeof(*txp); in mt76_connac_write_hw_txp() 174 txp->msdu_id[0] = cpu_to_le16(id | MT_MSDU_ID_VALID); in mt76_connac_write_hw_txp() 203 struct mt76_connac_fw_txp *txp) in mt76_connac_txp_skb_unmap_fw() argument 208 for (i = 0; i < txp->nbuf; i++) in mt76_connac_txp_skb_unmap_fw() 209 dma_unmap_single(dev, le32_to_cpu(txp->buf[i]), in mt76_connac_txp_skb_unmap_fw() 210 le16_to_cpu(txp->len[i]), DMA_TO_DEVICE); in mt76_connac_txp_skb_unmap_fw() 215 struct mt76_connac_hw_txp *txp) in mt76_connac_txp_skb_unmap_hw() argument 225 for (i = 0; i < ARRAY_SIZE(txp->ptr); i++) { in mt76_connac_txp_skb_unmap_hw() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
| H A D | jedec,lpddr2.yaml | 63 tXP-min-tck: 157 tXP-min-tck = <2>; 173 tXP = <7500>; 194 tXP = <7500>;
|
| H A D | lpddr3.txt | 38 - tXP-min-tck 78 tXP-min-tck = <2>; 102 tXP = <3750>;
|
| H A D | lpddr2-timings.txt | 19 - tXP 43 tXP = <7500>;
|
| H A D | lpddr3-timings.txt | 29 - tXP 54 tXP = <3750>;
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mac.c | 759 struct mt76_connac_fw_txp *txp; in mt7915_tx_prepare_skb() local 793 txp = (struct mt76_connac_fw_txp *)(txwi + MT_TXD_SIZE); in mt7915_tx_prepare_skb() 795 txp->buf[i] = cpu_to_le32(tx_info->buf[i + 1].addr); in mt7915_tx_prepare_skb() 796 txp->len[i] = cpu_to_le16(tx_info->buf[i + 1].len); in mt7915_tx_prepare_skb() 798 txp->nbuf = nbuf; in mt7915_tx_prepare_skb() 800 txp->flags = cpu_to_le16(MT_CT_INFO_APPLY_TXD | MT_CT_INFO_FROM_HOST); in mt7915_tx_prepare_skb() 803 txp->flags |= cpu_to_le16(MT_CT_INFO_NONE_CIPHER_FRAME); in mt7915_tx_prepare_skb() 807 txp->flags |= cpu_to_le16(MT_CT_INFO_MGMT_FRAME); in mt7915_tx_prepare_skb() 812 txp->bss_idx = mvif->mt76.idx; in mt7915_tx_prepare_skb() 815 txp->token = cpu_to_le16(id); in mt7915_tx_prepare_skb() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-miphy365x.txt | 36 - st,pcie-tx-pol-inv : Bool property to invert the polarity PCIe Tx (Txn/Txp) 37 - st,sata-tx-pol-inv : Bool property to invert the polarity SATA Tx (Txn/Txp)
|