Home
last modified time | relevance | path

Searched refs:sas (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c317 sw_index = sas->txq_count; in sfc_tx_fini_queues()
323 sas->txq_count = nb_tx_queues; in sfc_tx_fini_queues()
352 if (nb_tx_queues == sas->txq_count) in sfc_tx_configure()
355 if (sas->txq_info == NULL) { in sfc_tx_configure()
359 if (sas->txq_info == NULL) in sfc_tx_configure()
378 rte_realloc(sas->txq_info, in sfc_tx_configure()
388 sas->txq_info = new_txq_info; in sfc_tx_configure()
391 memset(&sas->txq_info[sas->txq_count], 0, in sfc_tx_configure()
405 sas->txq_count++; in sfc_tx_configure()
655 sw_index = sas->txq_count; in sfc_tx_stop()
[all …]
H A Dsfc_ethdev.c95 struct sfc_rss *rss = &sas->rss; in sfc_dev_infos_get()
2011 rte_free(sas->dp_rx_name); in sfc_eth_dev_set_ops()
2012 sas->dp_rx_name = NULL; in sfc_eth_dev_set_ops()
2032 rte_free(sas->dp_tx_name); in sfc_eth_dev_clear_ops()
2033 sas->dp_tx_name = NULL; in sfc_eth_dev_clear_ops()
2036 rte_free(sas->dp_rx_name); in sfc_eth_dev_clear_ops()
2037 sas->dp_rx_name = NULL; in sfc_eth_dev_clear_ops()
2080 sas->dp_rx_name); in sfc_eth_dev_secondary_init()
2095 sas->dp_tx_name); in sfc_eth_dev_secondary_init()
2165 ret = snprintf(sas->log_prefix, sizeof(sas->log_prefix), in sfc_eth_dev_init()
[all …]
H A Dsfc_rx.c422 struct sfc_adapter_shared *sas; in sfc_rxq_info_by_dp_rxq() local
1531 sw_index = sas->rxq_count; in sfc_rx_stop()
1562 struct sfc_rss *rss = &sas->rss; in sfc_rx_check_mode()
1613 sw_index = sas->rxq_count; in sfc_rx_fini_queues()
1619 sas->rxq_count = nb_rx_queues; in sfc_rx_fini_queues()
1649 if (sas->rxq_info == NULL) { in sfc_rx_configure()
1654 if (sas->rxq_info == NULL) in sfc_rx_configure()
1674 rte_realloc(sas->rxq_info, in sfc_rx_configure()
1685 sas->rxq_info = new_rxq_info; in sfc_rx_configure()
1688 memset(&sas->rxq_info[sas->rxq_count], 0, in sfc_rx_configure()
[all …]
H A Dsfc_log.h34 #define SFC_LOG(sas, level, type, ...) \ argument
36 const struct sfc_adapter_shared *_sas = (sas); \
H A Dsfc.h294 struct sfc_adapter_shared *sas = eth_dev->data->dev_private; in sfc_adapter_shared_by_eth_dev() local
296 return sas; in sfc_adapter_shared_by_eth_dev()
H A Dsfc.c275 struct sfc_adapter_shared *sas = sfc_sa2shared(sa); in sfc_set_fw_subvariant() local
288 for (txq_index = 0; txq_index < sas->txq_count; ++txq_index) { in sfc_set_fw_subvariant()
289 struct sfc_txq_info *txq_info = &sas->txq_info[txq_index]; in sfc_set_fw_subvariant()
H A Dsfc_flow.c1349 struct sfc_adapter_shared * const sas = sfc_sa2shared(sa); in sfc_flow_parse_rss() local
1350 struct sfc_rss *rss = &sas->rss; in sfc_flow_parse_rss()
1501 struct sfc_adapter_shared * const sas = sfc_sa2shared(sa); in sfc_flow_filter_insert() local
1502 struct sfc_rss *rss = &sas->rss; in sfc_flow_filter_insert()
2771 struct sfc_adapter_shared * const sas = sfc_sa2shared(sa); in sfc_flow_stop() local
2772 struct sfc_rss *rss = &sas->rss; in sfc_flow_stop()
H A Dsfc_mae.c33 struct sfc_adapter_shared * const sas = sfc_sa2shared(sa); in sfc_mae_attach() local
76 switch_port_request.ethdev_port_id = sas->port_id; in sfc_mae_attach()
1998 struct sfc_adapter_shared * const sas = sfc_sa2shared(sa); in sfc_mae_rule_parse_action_port_id() local
2004 port_id = (conf->original != 0) ? sas->port_id : conf->id; in sfc_mae_rule_parse_action_port_id()
/f-stack/freebsd/contrib/device-tree/Bindings/scsi/
H A Dhisilicon-sas.txt7 (a) "hisilicon,hip05-sas-v1" for v1 hw in hip05 chipset
8 (b) "hisilicon,hip06-sas-v2" for v2 hw in hip06 chipset
9 (c) "hisilicon,hip07-sas-v2" for v2 hw in hip07 chipset
10 - sas-addr : array of 8 bytes for host SAS address
15 - hisilicon,sas-syscon: phandle of syscon used for sas control
54 - hip06-sas-v2-quirk-amt : when set, indicates that the v2 controller has the
65 sas0: sas@c1000000 {
66 compatible = "hisilicon,hip05-sas-v1";
67 sas-addr = [50 01 88 20 16 00 00 0a];
69 hisilicon,sas-syscon = <&pcie_sas>;
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dst,sti-asoc-card.txt3 The sti ASoC Sound Card can be used, for all sti SoCs using internal sti-sas
98 2) sti-sas-codec: internal audio codec IPs driver
102 - compatible: "st,sti<chip>-sas-codec" .
103 Should be chip "st,stih416-sas-codec" or "st,stih407-sas-codec"
112 sti_sas_codec: sti-sas-codec {
113 compatible = "st,stih407-sas-codec";
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhip06.dtsi602 sas0: sas@c3000000 {
603 compatible = "hisilicon,hip06-sas-v2";
605 sas-addr = [50 01 88 20 16 00 00 00];
606 hisilicon,sas-syscon = <&dsa_subctrl>;
644 sas1: sas@a2000000 {
645 compatible = "hisilicon,hip06-sas-v2";
647 sas-addr = [50 01 88 20 16 00 00 00];
648 hisilicon,sas-syscon = <&pcie_subctl>;
649 hip06-sas-v2-quirk-amt;
687 sas2: sas@a3000000 {
[all …]
H A Dhip07.dtsi1576 sas0: sas@c3000000 {
1577 compatible = "hisilicon,hip07-sas-v2";
1579 sas-addr = [50 01 88 20 16 00 00 00];
1580 hisilicon,sas-syscon = <&dsa_subctrl>;
1617 sas1: sas@a2000000 {
1618 compatible = "hisilicon,hip07-sas-v2";
1620 sas-addr = [50 01 88 20 16 00 00 00];
1621 hisilicon,sas-syscon = <&pcie_subctl>;
1622 hip06-sas-v2-quirk-amt;
1659 sas2: sas@a3000000 {
[all …]
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c523 struct rte_mbuf *pkts[], void *sas[], in ipsec_enqueue() argument
533 if (unlikely(sas[i] == NULL)) { in ipsec_enqueue()
538 rte_prefetch0(sas[i]); in ipsec_enqueue()
542 sa = ipsec_mask_saptr(sas[i]); in ipsec_enqueue()
718 void *sas[nb_pkts]; in ipsec_inbound() local
720 inbound_sa_lookup(ctx->sa_ctx, pkts, sas, nb_pkts); in ipsec_inbound()
722 ipsec_enqueue(esp_inbound, ctx, pkts, sas, nb_pkts); in ipsec_inbound()
738 void *sas[nb_pkts]; in ipsec_outbound() local
740 outbound_sa_lookup(ctx->sa_ctx, sa_idx, sas, nb_pkts); in ipsec_outbound()
742 ipsec_enqueue(esp_outbound, ctx, pkts, sas, nb_pkts); in ipsec_outbound()
/f-stack/freebsd/x86/x86/
H A Dmptable.c1149 sas_entry_ptr sas; in mptable_host_res_handler() local
1157 sas = (sas_entry_ptr)entry; in mptable_host_res_handler()
1158 if (sas->bus_id != args->bus) in mptable_host_res_handler()
1160 switch (sas->address_type) { in mptable_host_res_handler()
1176 sas->bus_id, sas->address_type); in mptable_host_res_handler()
1179 start = sas->address_base; in mptable_host_res_handler()
1180 end = sas->address_base + sas->address_length - 1; in mptable_host_res_handler()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon.txt232 - compatible : "hisilicon,pcie-sas-subctrl", "syscon";
241 compatible = "hisilicon,pcie-sas-subctrl", "syscon";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dstih407-family.dtsi180 compatible = "st,stih407-sas-codec";
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1113 - move Makefile.sas to amiga/Makefile.sas
1317 Watcom (Makefile.wat), Amiga SAS/C (Makefile.sas)