Home
last modified time | relevance | path

Searched refs:si_idx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c54 static void enetc_enable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_enable_si_vlan_promisc() argument
56 pf->vlan_promisc_simap |= BIT(si_idx); in enetc_enable_si_vlan_promisc()
60 static void enetc_disable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_disable_si_vlan_promisc() argument
62 pf->vlan_promisc_simap &= ~BIT(si_idx); in enetc_disable_si_vlan_promisc()
118 static void enetc_clear_mac_ht_flt(struct enetc_si *si, int si_idx, int type) in enetc_clear_mac_ht_flt() argument
123 enetc_port_wr(&si->hw, ENETC_PSIUMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt()
124 enetc_port_wr(&si->hw, ENETC_PSIUMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt()
126 enetc_port_wr(&si->hw, ENETC_PSIMMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt()
127 enetc_port_wr(&si->hw, ENETC_PSIMMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt()
131 static void enetc_set_mac_ht_flt(struct enetc_si *si, int si_idx, int type, in enetc_set_mac_ht_flt() argument
[all …]
/Linux-v5.10/drivers/scsi/
Dscsi_debug.c307 int si_idx; /* sdeb_store_info (per host) xarray index */ member
2898 return xa_load(per_store_ap, devip->sdbg_host->si_idx); in devip2sip()
5798 idx = sdhp->si_idx; in scsi_debug_show_info()
6000 if (sdhp->si_idx != idx) { in fake_rw_store()
6001 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store()
6003 sdhp->si_idx = idx; in fake_rw_store()
7027 sdbg_host->si_idx = idx; in sdebug_add_host_helper()
7088 idx = sdbg_host->si_idx; in sdebug_do_remove_host()
7096 if (idx == sdbg_host2->si_idx) { in sdebug_do_remove_host()