/Linux-v6.6/drivers/soc/fsl/qe/ |
D | tsa.c | 3 * TSA driver 10 #include "tsa.h" 11 #include <dt-bindings/soc/cpm1-fsl,tsa.h> 21 /* TSA SI RAM routing tables entry */ 118 struct tsa { struct 132 static inline struct tsa *tsa_serial_get_tsa(struct tsa_serial *tsa_serial) in tsa_serial_get_tsa() argument 135 return container_of(tsa_serial, struct tsa, serials[tsa_serial->id]); in tsa_serial_get_tsa() 165 struct tsa *tsa = tsa_serial_get_tsa(tsa_serial); in tsa_serial_connect() local 184 dev_err(tsa->dev, "Unsupported serial id %u\n", tsa_serial->id); in tsa_serial_connect() 188 spin_lock_irqsave(&tsa->lock, flags); in tsa_serial_connect() [all …]
|
D | tsa.h | 3 * TSA management 25 /* Connect and disconnect the TSA serial */
|
D | Kconfig | 37 tristate "CPM TSA support" 41 Freescale CPM Time Slot Assigner (TSA)
|
D | qmc.c | 22 #include "tsa.h" 77 /* TSA entry (16bit entry in TSATRX and TSATTX) */ 262 /* Retrieve info from the TSA related serial */ in qmc_chan_get_info() 752 /* Retrieve info from the TSA related serial */ in qmc_check_chans() 758 dev_err(qmc->dev, "Number of TSA Tx/Rx TS assigned not supported\n"); in qmc_check_chans() 768 dev_err(qmc->dev, "Number of TSA Tx/Rx TS assigned are not equal\n"); in qmc_check_chans() 779 dev_err(qmc->dev, "chan %u uses TSA unassigned Tx TS\n", chan->id); in qmc_check_chans() 788 dev_err(qmc->dev, "chan %u uses TSA unassigned Rx TS\n", chan->id); in qmc_check_chans() 1003 /* Retrieve info from the TSA related serial */ in qmc_setup_tsa() 1024 /* Retrieve info from the TSA related serial */ in qmc_setup_chan_trnsync() [all …]
|
D | ucc_slow.c | 297 /* Set Tsa or NMSI mode. */ in ucc_slow_init() 298 ucc_set_qe_mux_tsa(us_info->ucc_num, us_info->tsa); in ucc_slow_init() 299 /* If NMSI (not Tsa), set Tx and Rx clock. */ in ucc_slow_init() 300 if (!us_info->tsa) { in ucc_slow_init()
|
D | ucc_fast.c | 307 /* Set Tsa or NMSI mode. */ in ucc_fast_init() 308 ucc_set_qe_mux_tsa(uf_info->ucc_num, uf_info->tsa); in ucc_fast_init() 309 /* If NMSI (not Tsa), set Tx and Rx clock. */ in ucc_fast_init() 310 if (!uf_info->tsa) { in ucc_fast_init()
|
D | Makefile | 7 obj-$(CONFIG_CPM_TSA) += tsa.o
|
/Linux-v6.6/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | fsl,cpm1-scc-qmc.yaml | 14 serial controller using the same TDM physical interface routed from TSA. 40 fsl,tsa-serial: 44 - description: phandle to TSA node 47 TSA serial interface (dt-bindings/soc/cpm1-fsl,tsa.h defines these 53 Should be a phandle/number pair. The phandle to TSA node and the TSA 95 TSA to this cell. 101 TSA to this cell. 113 - fsl,tsa-serial 121 #include <dt-bindings/soc/cpm1-fsl,tsa.h> 135 fsl,tsa-serial = <&tsa FSL_CPM_TSA_SCC4>; [all …]
|
D | fsl,cpm1-tsa.yaml | 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml# 7 title: PowerQUICC CPM Time-slot assigner (TSA) controller 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 21 - fsl,mpc885-tsa 22 - fsl,mpc866-tsa 23 - const: fsl,cpm1-tsa 128 (dt-bindings/soc/cpm1-fsl,tsa.h defines these values) 174 #include <dt-bindings/soc/cpm1-fsl,tsa.h> 176 tsa@ae0 { 177 compatible = "fsl,mpc885-tsa", "fsl,cpm1-tsa";
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/ |
D | ipsec.c | 349 struct tx_sa tsa; in ixgbevf_ipsec_add_sa() local 359 memset(&tsa, 0, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 360 tsa.used = true; in ixgbevf_ipsec_add_sa() 361 tsa.xs = xs; in ixgbevf_ipsec_add_sa() 364 tsa.encrypt = xs->ealg || xs->aead; in ixgbevf_ipsec_add_sa() 366 ret = ixgbevf_ipsec_parse_proto_keys(xs, tsa.key, &tsa.salt); in ixgbevf_ipsec_add_sa() 369 memset(&tsa, 0, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 376 tsa.pfsa = ret; in ixgbevf_ipsec_add_sa() 379 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 471 struct tx_sa *tsa; in ixgbevf_ipsec_tx() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 706 struct tx_sa tsa; in ixgbe_ipsec_add_sa() local 720 memset(&tsa, 0, sizeof(tsa)); in ixgbe_ipsec_add_sa() 721 tsa.used = true; in ixgbe_ipsec_add_sa() 722 tsa.xs = xs; in ixgbe_ipsec_add_sa() 725 tsa.encrypt = xs->ealg || xs->aead; in ixgbe_ipsec_add_sa() 727 ret = ixgbe_ipsec_parse_proto_keys(xs, tsa.key, &tsa.salt); in ixgbe_ipsec_add_sa() 730 memset(&tsa, 0, sizeof(tsa)); in ixgbe_ipsec_add_sa() 735 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbe_ipsec_add_sa() 737 ixgbe_ipsec_set_tx_sa(hw, sa_idx, tsa.key, tsa.salt); in ixgbe_ipsec_add_sa() 1035 struct tx_sa *tsa; in ixgbe_ipsec_vf_del_sa() local [all …]
|
/Linux-v6.6/arch/s390/include/asm/ |
D | fcx.h | 80 * struct tsa_iostat - I/O-Status Transport-Status Area (IO-Stat TSA) 98 * struct tsa_ddpcs - Device-Detected-Program-Check Transport-Status Area (DDPC TSA) 115 * struct tsa_intrg - Interrogate Transport-Status Area (Intrg. TSA) 159 * @tsa: Transport-Status-Area 171 } __attribute__ ((packed)) tsa; member
|
/Linux-v6.6/drivers/net/wan/ |
D | fsl_ucc_hdlc.c | 41 .tsa = 0, 96 if (priv->tsa) { in uhdlc_init() 97 uf_info->tsa = 1; in uhdlc_init() 139 if (priv->tsa) in uhdlc_init() 729 if (priv->tsa) in uhdlc_open() 823 if (priv->tsa) in uhdlc_close() 973 if (priv->tsa) in uhdlc_resume() 1030 if (priv->tsa) in uhdlc_resume() 1188 uhdlc_priv->tsa = of_property_read_bool(np, "fsl,tdm-interface"); in ucc_hdlc_probe() 1192 if (uhdlc_priv->tsa == 1) { in ucc_hdlc_probe() [all …]
|
D | fsl_ucc_hdlc.h | 74 u16 tsa; member
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 112 u8 tsa[8]; /* TSA Algorithm[0..7] */ member
|
D | cxgb4_dcb.c | 341 memcpy(dcb->tsa, &fwdcb->pgrate.tsa, in cxgb4_dcb_handle_fw_update() 342 sizeof(dcb->tsa)); in cxgb4_dcb_handle_fw_update() 989 ets->tc_tsa[i] = pcmd.u.dcb.pgrate.tsa[i]; in cxgb4_ieee_read_ets()
|
/Linux-v6.6/drivers/net/netdevsim/ |
D | ipsec.c | 238 struct nsim_sa *tsa; in nsim_ipsec_tx() local 264 tsa = &ipsec->sa[sa_idx]; in nsim_ipsec_tx() 265 if (unlikely(!tsa->used)) { in nsim_ipsec_tx()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_dcb.c | 117 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg() 121 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg() 135 req->queue_id0_tsa_assign = cos2bw.tsa; in bnxt_hwrm_queue_cos2bw_cfg() 170 cos2bw.tsa = resp->queue_id0_tsa_assign; in bnxt_hwrm_queue_cos2bw_qcfg() 181 if (cos2bw.tsa == in bnxt_hwrm_queue_cos2bw_qcfg()
|
D | bnxt_dcb.h | 30 u8 tsa;
|
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 155 "TC%u: tx_bw=%hhu, rx_bw=%hhu, tsa=%hhu\n", i, in xgbe_dcb_ieee_setets() 174 "unsupported TSA algorithm (%hhu)\n", in xgbe_dcb_ieee_setets()
|
/Linux-v6.6/Documentation/devicetree/bindings/media/ |
D | stih407-c8sectpfe.txt | 72 /* tsin0 is TSA on NIMA */
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 690 u8 i, tsa, bw_per; in qlcnic_dcb_fill_cee_pg_params() local 698 tsa = QLC_DCB_GET_TSA_PG(each->pg_tsa_map[0], i); in qlcnic_dcb_fill_cee_pg_params() 701 tsa = QLC_DCB_GET_TSA_PG(each->pg_tsa_map[1], i); in qlcnic_dcb_fill_cee_pg_params() 705 pg_cfg->tsa_type = tsa; in qlcnic_dcb_fill_cee_pg_params()
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_dcb.h | 65 /* Defines for IEEE TSA types */
|
/Linux-v6.6/arch/arm/boot/dts/st/ |
D | stihxxx-b2120.dtsi | 176 /* tsin0 is TSA on NIMA */
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nic/ |
D | dcb.c | 57 static u8 nfp_tsa_ieee2nfp(u8 tsa) in nfp_tsa_ieee2nfp() argument 59 switch (tsa) { in nfp_tsa_ieee2nfp()
|