/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | tsa.c | 10 #include "tsa.h" 11 #include <dt-bindings/soc/cpm1-fsl,tsa.h> 118 struct tsa { struct 132 static inline struct tsa *tsa_serial_get_tsa(struct tsa_serial *tsa_serial) in tsa_serial_get_tsa() 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() 189 tsa_clrsetbits32(tsa in tsa_serial_connect() 198 struct tsa *tsa = tsa_serial_get_tsa(tsa_serial); tsa_serial_disconnect() local 232 tsa_init_entries_area(struct tsa *tsa, struct tsa_entries_area *area, u32 tdms, u32 tdm_id, bool is_rx) tsa_init_entries_area() argument 284 tsa_serial_id2name(struct tsa *tsa, u32 serial_id) tsa_serial_id2name() argument 299 tsa_serial_id2csel(struct tsa *tsa, u32 serial_id) tsa_serial_id2csel() argument 313 tsa_add_entry(struct tsa *tsa, struct tsa_entries_area *area, u32 count, u32 serial_id) tsa_add_entry() argument 356 tsa_of_parse_tdm_route(struct tsa *tsa, struct device_node *tdm_np, u32 tdms, u32 tdm_id, bool is_rx) tsa_of_parse_tdm_route() argument 428 tsa_of_parse_tdm_rx_route(struct tsa *tsa, struct device_node *tdm_np, u32 tdms, u32 tdm_id) tsa_of_parse_tdm_rx_route() argument 435 tsa_of_parse_tdm_tx_route(struct tsa *tsa, struct device_node *tdm_np, u32 tdms, u32 tdm_id) tsa_of_parse_tdm_tx_route() argument 442 tsa_of_parse_tdms(struct tsa *tsa, struct device_node *np) tsa_of_parse_tdms() argument 634 tsa_init_si_ram(struct tsa *tsa) tsa_init_si_ram() argument 647 struct tsa *tsa; tsa_probe() local 711 struct tsa *tsa = platform_get_drvdata(pdev); tsa_remove() local 757 struct tsa *tsa; tsa_serial_get_byphandle() local 808 struct tsa *tsa = tsa_serial_get_tsa(tsa_serial); tsa_serial_put() local [all...] |
H A D | ucc_slow.c | 298 ucc_set_qe_mux_tsa(us_info->ucc_num, us_info->tsa); in ucc_slow_init() 300 if (!us_info->tsa) { in ucc_slow_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 343 struct tx_sa tsa; in ixgbevf_ipsec_add_sa() local 353 memset(&tsa, 0, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 354 tsa.used = true; in ixgbevf_ipsec_add_sa() 355 tsa.xs = xs; in ixgbevf_ipsec_add_sa() 358 tsa.encrypt = xs->ealg || xs->aead; in ixgbevf_ipsec_add_sa() 360 ret = ixgbevf_ipsec_parse_proto_keys(xs, tsa.key, &tsa.salt); in ixgbevf_ipsec_add_sa() 363 memset(&tsa, 0, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 465 struct tx_sa *tsa; ixgbevf_ipsec_tx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A 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() 471 struct tx_sa *tsa; ixgbevf_ipsec_tx() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.c | 700 struct tx_sa tsa; in ixgbe_ipsec_add_sa() local 714 memset(&tsa, 0, sizeof(tsa)); in ixgbe_ipsec_add_sa() 715 tsa.used = true; in ixgbe_ipsec_add_sa() 716 tsa.xs = xs; in ixgbe_ipsec_add_sa() 719 tsa.encrypt = xs->ealg || xs->aead; in ixgbe_ipsec_add_sa() 721 ret = ixgbe_ipsec_parse_proto_keys(xs, tsa.key, &tsa.salt); in ixgbe_ipsec_add_sa() 724 memset(&tsa, 0, sizeof(tsa)); in ixgbe_ipsec_add_sa() 1030 struct tx_sa *tsa; ixgbe_ipsec_vf_del_sa() local 1075 struct tx_sa *tsa; ixgbe_ipsec_tx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A 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() 1035 struct tx_sa *tsa; ixgbe_ipsec_vf_del_sa() local 1080 struct tx_sa *tsa; ixgbe_ipsec_tx() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A 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() 1031 if (priv->tsa) in uhdlc_resume() 1191 uhdlc_priv->tsa = 1; in ucc_hdlc_probe() 1199 if (uhdlc_priv->tsa in ucc_hdlc_probe() [all...] |
H A D | fsl_ucc_hdlc.h | 74 u16 tsa; member
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A 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 in ucc_hdlc_probe() [all...] |
H A D | fsl_ucc_hdlc.h | 74 u16 tsa; member
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | ipsec.c | 233 struct nsim_sa *tsa; in nsim_ipsec_tx() local 259 tsa = &ipsec->sa[sa_idx]; in nsim_ipsec_tx() 260 if (unlikely(!tsa->used)) { in nsim_ipsec_tx()
|
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A 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()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
H A D | It_posix_pthread.c | 89 long tsa, tss, tps; in ScenarInit() local 93 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in ScenarInit() 164 if ((tss > 0) && (tsa > 0)) { in ScenarInit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.h | 30 u8 tsa; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.h | 30 u8 tsa;
|
H A 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()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
H A D | posix_pthread_test.cpp | 93 long tsa, tss, tps; in ScenarInit() local 97 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in ScenarInit() 167 if ((tss > 0) && (tsa > 0)) { in ScenarInit()
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
H A D | ucc_slow.c | 298 ucc_set_qe_mux_tsa(us_info->ucc_num, us_info->tsa); in ucc_slow_init() 300 if (!us_info->tsa) { in ucc_slow_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.h | 112 u8 tsa[8]; /* TSA Algorithm[0..7] */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.h | 112 u8 tsa[8]; /* TSA Algorithm[0..7] */ member
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | fcx.h | 159 * @tsa: Transport-Status-Area 171 } __attribute__ ((packed)) tsa; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | fcx.h | 159 * @tsa: Transport-Status-Area 171 } __attribute__ ((packed)) tsa; member
|
/kernel/linux/linux-5.10/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 152 int tsa; member
|
H A D | ucc_slow.h | 161 int tsa; member
|
/kernel/linux/linux-6.6/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 151 int tsa; member
|