| /linux/drivers/irqchip/ |
| H A D | irq-alpine-msi.c | 53 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 D | enetc_qos.c | 740 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 D | Makefile | 6 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 D | Kbuild.platforms | 26 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 D | felix_vsc9959.c | 2100 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 D | airtime.c | 24 #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 D | rate.h | 61 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 D | ampdu.c | 550 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 D | vgic-mmio-v3.c | 1053 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 D | numastat.rst | 41 你可以使用numactl软件包(http://oss.sgi.com/projects/libnuma/)中的numastat工具
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | conn.c | 146 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 D | numa.rst | 10 始于1999年11月,作者: <kanoj@sgi.com>
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_irq.c | 99 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/ath12k/ |
| H A D | dp_htt.c | 197 u8 flags, mcs, nss, bw, sgi, dcm, ppdu_type, rate_idx = 0; in ath12k_update_per_peer_tx_stats() local 236 sgi = HTT_USR_RATE_GI(user_rate->rate_flags); in ath12k_update_per_peer_tx_stats() 297 if (sgi) in ath12k_update_per_peer_tx_stats() 303 if (sgi) in ath12k_update_per_peer_tx_stats() 310 peer->txrate.he_gi = ath12k_he_gi_to_nl80211_he_gi(sgi); in ath12k_update_per_peer_tx_stats() 322 peer->txrate.eht_gi = ath12k_mac_eht_gi_to_nl80211_eht_gi(sgi); in ath12k_update_per_peer_tx_stats()
|
| H A D | dp_rx.c | 1187 u8 bw = rx_info->bw, sgi = rx_info->sgi; in ath12k_dp_rx_h_rate() local 1210 if (sgi) in ath12k_dp_rx_h_rate() 1224 if (sgi) in ath12k_dp_rx_h_rate() 1238 rx_status->he_gi = ath12k_he_gi_to_nl80211_he_gi(sgi); in ath12k_dp_rx_h_rate() 1253 rx_status->eht.gi = ath12k_mac_eht_gi_to_nl80211_eht_gi(sgi); in ath12k_dp_rx_h_rate()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.h | 167 enum nl80211_he_gi ath11k_mac_he_gi_to_nl80211_he_gi(u8 sgi);
|
| H A D | dp_tx.c | 458 enum hal_tx_rate_stats_sgi sgi; in ath11k_dp_tx_update_txcompl() local 483 sgi = FIELD_GET(HAL_TX_RATE_STATS_INFO0_SGI, in ath11k_dp_tx_update_txcompl() 515 if (sgi) in ath11k_dp_tx_update_txcompl() 525 if (sgi) in ath11k_dp_tx_update_txcompl() 535 arsta->txrate.he_gi = ath11k_mac_he_gi_to_nl80211_he_gi(sgi); in ath11k_dp_tx_update_txcompl()
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | core.c | 4495 u32 ramask, u8 rateid, int sgi, int txbw_40mhz, in rtl8xxxu_update_rate_mask() argument 4507 if (sgi) in rtl8xxxu_update_rate_mask() 4516 u32 ramask, u8 rateid, int sgi, int txbw_40mhz, in rtl8xxxu_gen2_update_rate_mask() argument 4537 if (sgi) in rtl8xxxu_gen2_update_rate_mask() 4543 __func__, ramask, rateid, sgi, sizeof(h2c.b_macid_cfg)); in rtl8xxxu_gen2_update_rate_mask() 4821 u8 rate, u8 sgi, u8 bw) in rtl8xxxu_update_ra_report() argument 4836 if (sgi) in rtl8xxxu_update_ra_report() 4868 int sgi = 0; in rtl8xxxu_bss_info_changed() local 4893 sgi = 1; in rtl8xxxu_bss_info_changed() 4905 rtl8xxxu_update_ra_report(rarpt, highest_rate, sgi, bw); in rtl8xxxu_bss_info_changed() [all …]
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 1732 static bool is_rate_ht20(s32 rate, u8 *mcs, bool *sgi) in is_rate_ht20() argument 1743 *sgi = true; in is_rate_ht20() 1745 *sgi = false; in is_rate_ht20() 1754 static bool is_rate_ht40(s32 rate, u8 *mcs, bool *sgi) in is_rate_ht40() argument 1766 *sgi = true; in is_rate_ht40() 1768 *sgi = false; in is_rate_ht40() 1784 bool sgi; in ath6kl_get_station() local 1837 } else if (is_rate_ht20(rate, &mcs, &sgi)) { in ath6kl_get_station() 1838 if (sgi) { in ath6kl_get_station() 1847 } else if (is_rate_ht40(rate, &mcs, &sgi)) { in ath6kl_get_station() [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | numastat.rst | 45 (http://oss.sgi.com/projects/libnuma/). Note that it only works
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 988 u8 cck, rate, bw, sgi, mcs, nss; in ath10k_htt_rx_h_rates() local 1030 sgi = (info3 >> 7) & 1; in ath10k_htt_rx_h_rates() 1034 if (sgi) in ath10k_htt_rx_h_rates() 1045 sgi = info3 & 1; in ath10k_htt_rx_h_rates() 1097 if (sgi) in ath10k_htt_rx_h_rates() 3792 u8 rate = 0, sgi; in ath10k_update_per_peer_tx_stats() local 3803 sgi = ATH10K_HW_GI(peer_stats->flags); in ath10k_update_per_peer_tx_stats() 3853 if (sgi) in ath10k_update_per_peer_tx_stats() 3861 if (sgi) in ath10k_update_per_peer_tx_stats() 3869 if (sgi) in ath10k_update_per_peer_tx_stats() [all …]
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtl8723b_cmd.h | 173 void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u3…
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt.c | 2438 int i, sgi; in process_info_rsp() local 2460 for (sgi = 0, i = 0; sgi < sg_cnt && i < clt_path->queue_depth; sgi++) { in process_info_rsp() 2461 const struct rtrs_sg_desc *desc = &msg->desc[sgi]; in process_info_rsp() 2473 sgi, in process_info_rsp() 2486 if (sgi != sg_cnt || i != clt_path->queue_depth) { in process_info_rsp()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_main.h | 192 bool sgi; member
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_xmit.c | 338 u8 sgi = false, sgi_20m = false, sgi_40m = false; in query_ra_short_GI() local 345 sgi = sgi_40m; in query_ra_short_GI() 349 sgi = sgi_20m; in query_ra_short_GI() 353 return sgi; in query_ra_short_GI() 457 pattrib->sgi = query_ra_short_GI(psta); in update_attrib_phy_info()
|