Home
last modified time | relevance | path

Searched refs:sgi (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c740 struct enetc_psfp_gate *sgi, in enetc_streamgate_hw_set() argument
754 cbd.index = cpu_to_le16(sgi->index); in enetc_streamgate_hw_set()
763 if (!sgi->num_entries) in enetc_streamgate_hw_set()
766 if (sgi->num_entries > priv->psfp_cap.max_psfp_gatelist || in enetc_streamgate_hw_set()
767 !sgi->cycletime) in enetc_streamgate_hw_set()
776 sgi_config->oipv = (sgi->init_ipv < 0) ? in enetc_streamgate_hw_set()
777 0x0 : ((sgi->init_ipv & 0x7) | 0x8); in enetc_streamgate_hw_set()
788 cbd.index = cpu_to_le16(sgi->index); in enetc_streamgate_hw_set()
795 sgcl_config->acl_len = (sgi->num_entries - 1) & 0x3; in enetc_streamgate_hw_set()
797 data_size = struct_size(sgcl_data, sgcl, sgi->num_entries); in enetc_streamgate_hw_set()
[all …]
/openbmc/linux/drivers/irqchip/
H A Dirq-alpine-msi.c79 static void alpine_msix_free_sgi(struct alpine_msix_data *priv, unsigned sgi, in alpine_msix_free_sgi() argument
82 int first = sgi - priv->spi_first; in alpine_msix_free_sgi()
120 unsigned int virq, int sgi) in alpine_msix_gic_domain_alloc() argument
132 fwspec.param[1] = sgi; in alpine_msix_gic_domain_alloc()
150 int sgi, err, i; in alpine_msix_middle_domain_alloc() local
152 sgi = alpine_msix_allocate_sgi(priv, nr_irqs); in alpine_msix_middle_domain_alloc()
153 if (sgi < 0) in alpine_msix_middle_domain_alloc()
154 return sgi; in alpine_msix_middle_domain_alloc()
157 err = alpine_msix_gic_domain_alloc(domain, virq + i, sgi + i); in alpine_msix_middle_domain_alloc()
161 irq_domain_set_hwirq_and_chip(domain, virq + i, sgi + i, in alpine_msix_middle_domain_alloc()
[all …]
/openbmc/linux/sound/mips/
H A DMakefile6 snd-sgi-o2-objs := sgio2audio.o ad1843.o
7 snd-sgi-hal2-objs := hal2.o
10 obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
11 obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
/openbmc/linux/arch/mips/
H A DKbuild.platforms25 platform-$(CONFIG_SGI_IP22) += sgi-ip22/
26 platform-$(CONFIG_SGI_IP27) += sgi-ip27/
27 platform-$(CONFIG_SGI_IP28) += sgi-ip22/
28 platform-$(CONFIG_SGI_IP30) += sgi-ip30/
29 platform-$(CONFIG_SGI_IP32) += sgi-ip32/
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2093 struct felix_stream_gate *sgi) in vsc9959_psfp_parse_gate() argument
2095 sgi->index = entry->hw_index; in vsc9959_psfp_parse_gate()
2096 sgi->ipv_valid = (entry->gate.prio < 0) ? 0 : 1; in vsc9959_psfp_parse_gate()
2097 sgi->init_ipv = (sgi->ipv_valid) ? entry->gate.prio : 0; in vsc9959_psfp_parse_gate()
2098 sgi->basetime = entry->gate.basetime; in vsc9959_psfp_parse_gate()
2099 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate()
2100 sgi->num_entries = entry->gate.num_entries; in vsc9959_psfp_parse_gate()
2101 sgi->enable = 1; in vsc9959_psfp_parse_gate()
2103 memcpy(sgi->entries, entry->gate.entries, in vsc9959_psfp_parse_gate()
2113 struct felix_stream_gate *sgi) in vsc9959_psfp_sgi_set() argument
[all …]
/openbmc/linux/net/mac80211/
H A Dairtime.c24 #define MCS_SYMBOL_TIME(sgi, ksyms) \ argument
25 (sgi ? \
31 #define MCS_DURATION(streams, sgi, bps) \ argument
32 ((u32)MCS_SYMBOL_TIME(sgi, MCS_N_KSYMS((streams) * (bps))))
34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument
35 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift)))
407 bool sgi = status->enc_flags & RX_ENC_FLAG_SHORT_GI; in ieee80211_get_rate_duration() local
434 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
439 group = HT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Drs.c200 bool sgi; in rs_pretty_print_rate() local
231 sgi = format == RATE_MCS_HE_MSK ? in rs_pretty_print_rate()
238 (sgi) ? "SGI " : "NGI ", in rs_pretty_print_rate()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_transport.c303 if (chip->sgi < (HOST_SG_TBL_BUF_LEN / 8)) in rtsx_add_sg_tbl()
304 sgb[(chip->sgi)++] = cpu_to_le64(val); in rtsx_add_sg_tbl()
360 chip->sgi = 0; in rtsx_transfer_sglist_adma_partial()
406 dev_dbg(rtsx_dev(chip), "SG table count = %d\n", chip->sgi); in rtsx_transfer_sglist_adma_partial()
532 chip->sgi = 0; in rtsx_transfer_sglist_adma()
550 dev_dbg(rtsx_dev(chip), "SG table count = %d\n", chip->sgi); in rtsx_transfer_sglist_adma()
/openbmc/linux/drivers/misc/
H A DMakefile24 obj-$(CONFIG_SGI_XP) += sgi-xp/
25 obj-$(CONFIG_SGI_GRU) += sgi-gru/
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h68 static inline u32 ath12k_he_gi_to_nl80211_he_gi(u8 sgi) in ath12k_he_gi_to_nl80211_he_gi() argument
72 switch (sgi) { in ath12k_he_gi_to_nl80211_he_gi()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.h61 static inline uint mcs_2_rate(u8 mcs, bool is40, bool sgi) in mcs_2_rate() argument
63 if (sgi) { in mcs_2_rate()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c122 bool sgi; member
259 .sgi = true,
278 .sgi = true,
313 .sgi = true,
528 rate->sgi, rate->ldpc, rate->stbc); in rs_dump_rate()
831 if (rate->sgi) in ucode_rate_from_rs_rate()
872 rate->sgi = true; in rs_rate_from_ucode_rate()
1091 rate->sgi = false; in rs_get_lower_rate_down_column()
1108 return (a->type == b->type) && (a->bw == b->bw) && (a->sgi == b->sgi) in rs_rate_column_match()
1126 return rate->sgi ? RS_COLUMN_SISO_ANT_A_SGI : in rs_get_column_from_rate()
[all …]
/openbmc/linux/block/partitions/
H A DMakefile16 obj-$(CONFIG_SGI_PARTITION) += sgi.o
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dbalance.rst16 2000年1月开始,作者:Kanoj Sarcar <kanoj@sgi.com>
H A Dnuma.rst10 始于1999年11月,作者: <kanoj@sgi.com>
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c104 bool sgi, ppi, spi; member
419 if (f->sgi) { in test_injection()
452 if (f->sgi) in test_preemption()
465 if (f->sgi) in test_restore_active()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c146 unsigned int ix, sgi; in mlx5_fpga_conn_post_send() local
154 for (sgi = 0; sgi < ARRAY_SIZE(buf->sg); sgi++) { in mlx5_fpga_conn_post_send()
155 if (!buf->sg[sgi].data) in mlx5_fpga_conn_post_send()
157 data->byte_count = cpu_to_be32(buf->sg[sgi].size); in mlx5_fpga_conn_post_send()
159 data->addr = cpu_to_be64(buf->sg[sgi].dma_addr); in mlx5_fpga_conn_post_send()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/
H A Dxfsdump_3.2.0.bb7 HOMEPAGE = "http://oss.sgi.com/projects/xfs"
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h1642 u8 sgi:1; member
1973 u32 ramask, u8 rateid, int sgi, int txbw_40mhz,
1980 struct rtl8xxxu_txdesc32 *tx_desc, bool sgi,
2097 u32 ramask, u8 rateid, int sgi, int txbw_40mhz, u8 macid);
2099 u32 ramask, u8 rateid, int sgi, int txbw_40mhz, u8 macid);
2130 struct rtl8xxxu_txdesc32 *tx_desc, bool sgi,
2135 struct rtl8xxxu_txdesc32 *tx_desc32, bool sgi,
2140 struct rtl8xxxu_txdesc32 *tx_desc32, bool sgi,
2150 u8 rate, u8 sgi, u8 bw);
/openbmc/openbmc/poky/meta/recipes-support/numactl/
H A Dnumactl_2.0.19.bb2 HOMEPAGE = "http://oss.sgi.com/projects/libnuma/"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSGI-B-2.08 …publication and either this permission notice or a reference to http://oss.sgi.com/projects/FreeB/…
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.h167 enum nl80211_he_gi ath11k_mac_he_gi_to_nl80211_he_gi(u8 sgi);
H A Ddp_tx.c452 enum hal_tx_rate_stats_sgi sgi; in ath11k_dp_tx_update_txcompl() local
477 sgi = FIELD_GET(HAL_TX_RATE_STATS_INFO0_SGI, in ath11k_dp_tx_update_txcompl()
509 if (sgi) in ath11k_dp_tx_update_txcompl()
519 if (sgi) in ath11k_dp_tx_update_txcompl()
529 arsta->txrate.he_gi = ath11k_mac_he_gi_to_nl80211_he_gi(sgi); in ath11k_dp_tx_update_txcompl()
/openbmc/linux/drivers/net/ethernet/
H A DMakefile89 obj-$(CONFIG_NET_VENDOR_SGI) += sgi/
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/
H A Dxfsprogs_6.6.0.bb2 HOMEPAGE = "http://oss.sgi.com/projects/xfs"

1234