| /linux/drivers/soc/fsl/qe/ |
| H A D | tsa.c | 157 struct tsa { struct 180 static inline struct tsa *tsa_serial_get_tsa(struct tsa_serial *tsa_serial) in tsa_serial_get_tsa() argument 183 return container_of(tsa_serial, struct tsa, serials[tsa_serial->id]); in tsa_serial_get_tsa() 226 static bool tsa_is_qe(const struct tsa *tsa) in tsa_is_qe() argument 229 return tsa->version == TSA_QE; in tsa_is_qe() 236 struct tsa *tsa = tsa_serial_get_tsa(tsa_serial); in tsa_qe_serial_get_num() local 248 dev_err(tsa->dev, "Unsupported serial id %u\n", tsa_serial->id); in tsa_qe_serial_get_num() 254 struct tsa *tsa = tsa_serial_get_tsa(tsa_serial); in tsa_serial_get_num() local 263 return tsa_is_qe(tsa) ? tsa_qe_serial_get_num(tsa_serial) : -EOPNOTSUPP; in tsa_serial_get_num() 269 struct tsa *tsa = tsa_serial_get_tsa(tsa_serial); in tsa_cpm1_serial_connect() local [all …]
|
| H A D | Makefile | 7 obj-$(CONFIG_CPM_TSA) += tsa.o
|
| 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()
|
| H A D | ucc_fast.c | 308 ucc_set_qe_mux_tsa(uf_info->ucc_num, uf_info->tsa); in ucc_fast_init() 310 if (!uf_info->tsa) { in ucc_fast_init()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ipsec.c | 355 struct tx_sa tsa; in ixgbevf_ipsec_add_sa() local 365 memset(&tsa, 0, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 366 tsa.used = true; in ixgbevf_ipsec_add_sa() 367 tsa.xs = xs; in ixgbevf_ipsec_add_sa() 370 tsa.encrypt = xs->ealg || xs->aead; in ixgbevf_ipsec_add_sa() 372 ret = ixgbevf_ipsec_parse_proto_keys(dev, xs, tsa.key, in ixgbevf_ipsec_add_sa() 373 &tsa.salt); in ixgbevf_ipsec_add_sa() 376 memset(&tsa, 0, sizeof(tsa)); in ixgbevf_ipsec_add_sa() 383 tsa.pfsa = ret; in ixgbevf_ipsec_add_sa() 386 memcpy(&ipsec->tx_tbl[sa_idx], &tsa, sizeof(tsa)); in ixgbevf_ipsec_add_sa() [all …]
|
| /linux/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()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_dcb.h | 112 u8 tsa[8]; /* TSA Algorithm[0..7] */ member
|
| H A 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()
|
| H A D | t4fw_api.h | 2855 __u8 tsa[8]; member
|
| H A D | cxgb4_debugfs.c | 2437 seq_printf(seq, " %3d", dcb->tsa[pg]); in dcb_info_show()
|
| /linux/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.h | 74 u16 tsa; member
|
| /linux/include/soc/fsl/qe/ |
| H A D | ucc_fast.h | 151 int tsa; member
|
| H A D | ucc_slow.h | 161 int tsa; member
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A 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/arch/s390/include/asm/ |
| H A D | fcx.h | 172 } __attribute__ ((packed)) tsa; member
|
| /linux/drivers/net/ethernet/netronome/nfp/nic/ |
| H A D | dcb.c | 57 static u8 nfp_tsa_ieee2nfp(u8 tsa) in nfp_tsa_ieee2nfp() argument 59 switch (tsa) { in nfp_tsa_ieee2nfp()
|
| /linux/drivers/base/ |
| H A D | cpu.c | 623 CPU_SHOW_VULN_FALLBACK(tsa); 643 static DEVICE_ATTR(tsa, 0444, cpu_show_tsa, NULL);
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-hw.c | 1013 u32 tsa, tsd; in xlgmac_get_rx_tstamp() local 1016 tsa = XLGMAC_GET_REG_BITS_LE(dma_desc->desc3, in xlgmac_get_rx_tstamp() 1022 if (tsa && !tsd) { in xlgmac_get_rx_tstamp()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-system-cpu | 587 /sys/devices/system/cpu/vulnerabilities/tsa
|
| /linux/ |
| H A D | MAINTAINERS | 10156 F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml 10157 F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,qe-tsa.yaml 10158 F: drivers/soc/fsl/qe/tsa.c 10159 F: drivers/soc/fsl/qe/tsa.h 10160 F: include/dt-bindings/soc/cpm1-fsl,tsa.h 10161 F: include/dt-bindings/soc/qe-fsl,tsa.h
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 7785 tsa= [X86] Control mitigation for Transient Scheduler
|