Home
last modified time | relevance | path

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

12

/linux/drivers/irqchip/
H A Dirq-alpine-msi.c53 static void alpine_msix_free_sgi(struct alpine_msix_data *priv, unsigned int sgi, int num_req) in alpine_msix_free_sgi() argument
55 int first = sgi - priv->spi_first; in alpine_msix_free_sgi()
81 static int alpine_msix_gic_domain_alloc(struct irq_domain *domain, unsigned int virq, int sgi) in alpine_msix_gic_domain_alloc() argument
93 fwspec.param[1] = sgi; in alpine_msix_gic_domain_alloc()
109 int sgi, err, i; in alpine_msix_middle_domain_alloc() local
111 sgi = alpine_msix_allocate_sgi(priv, nr_irqs); in alpine_msix_middle_domain_alloc()
112 if (sgi < 0) in alpine_msix_middle_domain_alloc()
113 return sgi; in alpine_msix_middle_domain_alloc()
116 err = alpine_msix_gic_domain_alloc(domain, virq + i, sgi + i); in alpine_msix_middle_domain_alloc()
120 irq_domain_set_hwirq_and_chip(domain, virq + i, sgi + i, in alpine_msix_middle_domain_alloc()
[all …]
/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 …]
/linux/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/arch/mips/
H A DKbuild.platforms26 platform-$(CONFIG_SGI_IP22) += sgi-ip22/
27 platform-$(CONFIG_SGI_IP27) += sgi-ip27/
28 platform-$(CONFIG_SGI_IP28) += sgi-ip22/
29 platform-$(CONFIG_SGI_IP30) += sgi-ip30/
30 platform-$(CONFIG_SGI_IP32) += sgi-ip32/
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2100 struct felix_stream_gate *sgi) in vsc9959_psfp_parse_gate() argument
2102 sgi->index = entry->hw_index; in vsc9959_psfp_parse_gate()
2103 sgi->ipv_valid = (entry->gate.prio < 0) ? 0 : 1; in vsc9959_psfp_parse_gate()
2104 sgi->init_ipv = (sgi->ipv_valid) ? entry->gate.prio : 0; in vsc9959_psfp_parse_gate()
2105 sgi->basetime = entry->gate.basetime; in vsc9959_psfp_parse_gate()
2106 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate()
2107 sgi->num_entries = entry->gate.num_entries; in vsc9959_psfp_parse_gate()
2108 sgi->enable = 1; in vsc9959_psfp_parse_gate()
2110 memcpy(sgi->entries, entry->gate.entries, in vsc9959_psfp_parse_gate()
2120 struct felix_stream_gate *sgi) in vsc9959_psfp_sgi_set() argument
[all …]
/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)))
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/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()
H A Dampdu.c550 u8 plcp0, plcp3, is40, sgi, mcs; in brcms_c_ampdu_add_frame() local
565 sgi = plcp3_issgi(plcp3) ? 1 : 0; in brcms_c_ampdu_add_frame()
568 ampdu->max_txlen[mcs][is40][sgi]); in brcms_c_ampdu_add_frame()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c1053 static void vgic_v3_queue_sgi(struct kvm_vcpu *vcpu, u32 sgi, bool allow_group1) in vgic_v3_queue_sgi() argument
1055 struct vgic_irq *irq = vgic_get_vcpu_irq(vcpu, sgi); in vgic_v3_queue_sgi()
1107 u32 sgi, aff0; in vgic_v3_dispatch_sgi() local
1110 sgi = FIELD_GET(ICC_SGI1R_SGI_ID_MASK, reg); in vgic_v3_dispatch_sgi()
1119 vgic_v3_queue_sgi(c_vcpu, sgi, allow_group1); in vgic_v3_dispatch_sgi()
1134 vgic_v3_queue_sgi(c_vcpu, sgi, allow_group1); in vgic_v3_dispatch_sgi()
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dnumastat.rst41 你可以使用numactl软件包(http://oss.sgi.com/projects/libnuma/)中的numastat工具
/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()
/linux/Documentation/translations/zh_CN/mm/
H A Dnuma.rst10 始于1999年11月,作者: <kanoj@sgi.com>
/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_irq.c99 bool sgi, ppi, spi; member
436 if (f->sgi) { in test_injection()
469 if (f->sgi) in test_preemption()
481 if (f->sgi) in test_restore_active()
/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.c457 enum hal_tx_rate_stats_sgi sgi; in ath11k_dp_tx_update_txcompl()
482 sgi = FIELD_GET(HAL_TX_RATE_STATS_INFO0_SGI, in ath11k_dp_tx_update_txcompl()
514 if (sgi) in ath11k_dp_tx_update_txcompl()
524 if (sgi) in ath11k_dp_tx_update_txcompl()
534 arsta->txrate.he_gi = ath11k_mac_he_gi_to_nl80211_he_gi(sgi); in ath11k_dp_tx_update_txcompl()
458 enum hal_tx_rate_stats_sgi sgi; ath11k_dp_tx_update_txcompl() local
H A Ddp_rx.c1375 u8 flags, mcs, nss, bw, sgi, dcm, rate_idx = 0; in ath11k_update_per_peer_tx_stats() local
1406 sgi = HTT_USR_RATE_GI(user_rate->rate_flags); in ath11k_update_per_peer_tx_stats()
1464 if (sgi) in ath11k_update_per_peer_tx_stats()
1470 if (sgi) in ath11k_update_per_peer_tx_stats()
1477 arsta->txrate.he_gi = ath11k_mac_he_gi_to_nl80211_he_gi(sgi); in ath11k_update_per_peer_tx_stats()
2317 u8 sgi; in ath11k_dp_rx_h_rate() local
2324 sgi = ath11k_dp_rx_h_msdu_start_sgi(ar->ab, rx_desc); in ath11k_dp_rx_h_rate()
2343 if (sgi) in ath11k_dp_rx_h_rate()
2357 if (sgi) in ath11k_dp_rx_h_rate()
2374 rx_status->he_gi = ath11k_mac_he_gi_to_nl80211_he_gi(sgi); in ath11k_dp_rx_h_rate()
[all...]
/linux/drivers/net/ethernet/
H A DMakefile88 obj-$(CONFIG_NET_VENDOR_SGI) += sgi/
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1231 u8 bw = rx_info->bw, sgi = rx_info->sgi; in ath12k_dp_rx_h_rate()
1254 if (sgi) in ath12k_dp_rx_h_rate()
1268 if (sgi) in ath12k_dp_rx_h_ppdu()
1282 rx_status->he_gi = ath12k_he_gi_to_nl80211_he_gi(sgi); in ath12k_dp_rx_h_ppdu()
1297 rx_status->eht.gi = ath12k_mac_eht_gi_to_nl80211_eht_gi(sgi); in ath12k_dp_rx_h_ppdu()
1409 status->enc_flags & RX_ENC_FLAG_SHORT_GI ? "sgi " : "", in ath12k_dp_rx_check_nwifi_hdr_len_valid()
1191 u8 bw = rx_info->bw, sgi = rx_info->sgi; ath12k_dp_rx_h_rate() local
/linux/Documentation/admin-guide/
H A Dnumastat.rst45 (http://oss.sgi.com/projects/libnuma/). Note that it only works
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c987 u8 cck, rate, bw, sgi, mcs, nss; in ath10k_htt_rx_h_rates()
1029 sgi = (info3 >> 7) & 1; in ath10k_htt_rx_h_rates()
1033 if (sgi) in ath10k_htt_rx_h_rates()
1044 sgi = info3 & 1; in ath10k_htt_rx_h_rates()
1096 if (sgi) in ath10k_htt_rx_h_rates()
1392 status->enc_flags & RX_ENC_FLAG_SHORT_GI ? "sgi " : "", in ath10k_process_rx()
3791 u8 rate = 0, sgi; in ath10k_update_per_peer_tx_stats()
3802 sgi = ATH10K_HW_GI(peer_stats->flags); in ath10k_update_per_peer_tx_stats()
3852 if (sgi) in ath10k_update_per_peer_tx_stats()
3860 if (sgi) in ath10k_update_per_peer_tx_stats()
988 u8 cck, rate, bw, sgi, mcs, nss; ath10k_htt_rx_h_rates() local
3792 u8 rate = 0, sgi; ath10k_update_per_peer_tx_stats() local
[all...]
/linux/drivers/staging/rtl8723bs/include/
H A Drtl8723b_cmd.h173 void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u3…
H A Drtw_xmit.h149 u8 sgi;/* short GI */
163 u8 sgi;/* short GI */ global() member
/linux/drivers/net/wireless/rsi/
H A Drsi_main.h192 bool sgi; member
/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c401 u64 *ptr = (u64 *)(pcr->host_sg_tbl_ptr) + pcr->sgi; in rtsx_pci_add_sg_tbl()
420 pcr->sgi++; in rtsx_pci_add_sg_tbl()
467 pcr->sgi = 0; in rtsx_pci_dma_transfer()
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst5 :Authors: Greg Banks <gnb@sgi.com> - 26 Mar 2009

12