Home
last modified time | relevance | path

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

1234

/linux-6.15/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 …]
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c763 if (!sgi->num_entries) in enetc_streamgate_hw_set()
767 !sgi->cycletime) in enetc_streamgate_hw_set()
810 if (sgi->init_ipv >= 0) in enetc_streamgate_hw_set()
995 WARN_ON(!sgi); in stream_gate_unref()
999 hlist_del(&sgi->node); in stream_gate_unref()
1000 kfree(sgi); in stream_gate_unref()
1247 if (!sgi) { in enetc_psfp_parse_clsflower()
1259 e = sgi->entries; in enetc_psfp_parse_clsflower()
1386 kfree(sgi); in enetc_psfp_parse_clsflower()
1548 hlist_del(&sgi->node); in clean_sgi_list()
[all …]
/linux-6.15/sound/mips/
H A DMakefile6 snd-sgi-o2-y := sgio2audio.o ad1843.o
7 snd-sgi-hal2-y := hal2.o
10 obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
11 obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
/linux-6.15/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/
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2103 sgi->init_ipv = (sgi->ipv_valid) ? entry->gate.prio : 0; in vsc9959_psfp_parse_gate()
2107 sgi->enable = 1; in vsc9959_psfp_parse_gate()
2133 if (!sgi->enable) { in vsc9959_psfp_sgi_set()
2149 vsc9959_new_base_time(ocelot, sgi->basetime, sgi->cycletime, &base_ts); in vsc9959_psfp_sgi_set()
2166 e = sgi->entries; in vsc9959_psfp_sgi_set()
2213 tmp->index = sgi->index; in vsc9959_psfp_sgi_table_add()
2234 sgi.index = index; in vsc9959_psfp_sgi_table_del()
2235 sgi.enable = 0; in vsc9959_psfp_sgi_table_del()
2275 if (!sgi) { in vsc9959_psfp_filter_add()
2282 kfree(sgi); in vsc9959_psfp_filter_add()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Drs.c200 bool sgi; in rs_pretty_print_rate() local
230 sgi = format == RATE_MCS_HE_MSK ? in rs_pretty_print_rate()
237 (sgi) ? "SGI " : "NGI ", in rs_pretty_print_rate()
/linux-6.15/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)))
510 bool sgi = status->enc_flags & RX_ENC_FLAG_SHORT_GI; in ieee80211_get_rate_duration() local
540 group = VHT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
545 group = HT_GROUP_IDX(streams, sgi, bw); in ieee80211_get_rate_duration()
/linux-6.15/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()
H A Dmac.h113 enum nl80211_eht_gi ath12k_mac_eht_gi_to_nl80211_eht_gi(u8 sgi);
H A Dhal_tx.h68 enum hal_tx_rate_stats_sgi sgi; member
H A Ddp_tx.c659 if (ts->sgi) in ath12k_dp_tx_update_txcompl()
671 if (ts->sgi) in ath12k_dp_tx_update_txcompl()
682 txrate.he_gi = ath12k_he_gi_to_nl80211_he_gi(ts->sgi); in ath12k_dp_tx_update_txcompl()
692 txrate.eht_gi = ath12k_mac_eht_gi_to_nl80211_eht_gi(ts->sgi); in ath12k_dp_tx_update_txcompl()
831 ts->sgi = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_SGI); in ath12k_dp_tx_status_parse()
/linux-6.15/drivers/misc/
H A DMakefile26 obj-$(CONFIG_SGI_XP) += sgi-xp/
27 obj-$(CONFIG_SGI_GRU) += sgi-gru/
/linux-6.15/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()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c122 bool sgi; member
259 .sgi = true,
278 .sgi = true,
313 .sgi = true,
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()
1689 rate->sgi = column->sgi; in rs_switch_to_column()
2519 rate->sgi = false; in rs_get_initial_rate()
[all …]
/linux-6.15/block/partitions/
H A DMakefile17 obj-$(CONFIG_SGI_PARTITION) += sgi.o
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dnumastat.rst41 你可以使用numactl软件包(http://oss.sgi.com/projects/libnuma/)中的numastat工具
/linux-6.15/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>
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c1026 static void vgic_v3_queue_sgi(struct kvm_vcpu *vcpu, u32 sgi, bool allow_group1) in vgic_v3_queue_sgi() argument
1028 struct vgic_irq *irq = vgic_get_vcpu_irq(vcpu, sgi); in vgic_v3_queue_sgi()
1080 u32 sgi, aff0; in vgic_v3_dispatch_sgi() local
1083 sgi = FIELD_GET(ICC_SGI1R_SGI_ID_MASK, reg); in vgic_v3_dispatch_sgi()
1092 vgic_v3_queue_sgi(c_vcpu, sgi, allow_group1); in vgic_v3_dispatch_sgi()
1107 vgic_v3_queue_sgi(c_vcpu, sgi, allow_group1); in vgic_v3_dispatch_sgi()
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dvgic_irq.c98 bool sgi, ppi, spi; member
412 if (f->sgi) { in test_injection()
445 if (f->sgi) in test_preemption()
458 if (f->sgi) in test_restore_active()
/linux-6.15/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()
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h1645 u8 sgi:1; member
1986 u32 ramask, u8 rateid, int sgi, int txbw_40mhz,
1993 struct rtl8xxxu_txdesc32 *tx_desc, bool sgi,
2111 u32 ramask, u8 rateid, int sgi, int txbw_40mhz, u8 macid);
2113 u32 ramask, u8 rateid, int sgi, int txbw_40mhz, u8 macid);
2144 struct rtl8xxxu_txdesc32 *tx_desc, bool sgi,
2149 struct rtl8xxxu_txdesc32 *tx_desc32, bool sgi,
2154 struct rtl8xxxu_txdesc32 *tx_desc32, bool sgi,
2164 u8 rate, u8 sgi, u8 bw);
/linux-6.15/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.c456 enum hal_tx_rate_stats_sgi sgi; in ath11k_dp_tx_update_txcompl() local
481 sgi = FIELD_GET(HAL_TX_RATE_STATS_INFO0_SGI, in ath11k_dp_tx_update_txcompl()
513 if (sgi) in ath11k_dp_tx_update_txcompl()
523 if (sgi) in ath11k_dp_tx_update_txcompl()
533 arsta->txrate.he_gi = ath11k_mac_he_gi_to_nl80211_he_gi(sgi); in ath11k_dp_tx_update_txcompl()
/linux-6.15/drivers/net/ethernet/
H A DMakefile91 obj-$(CONFIG_NET_VENDOR_SGI) += sgi/

1234