Searched refs:si_idx (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 58 static void enetc_enable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_enable_si_vlan_promisc() argument 60 pf->vlan_promisc_simap |= BIT(si_idx); in enetc_enable_si_vlan_promisc() 64 static void enetc_disable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_disable_si_vlan_promisc() argument 66 pf->vlan_promisc_simap &= ~BIT(si_idx); in enetc_disable_si_vlan_promisc() 122 static void enetc_clear_mac_ht_flt(struct enetc_si *si, int si_idx, int type) in enetc_clear_mac_ht_flt() argument 127 enetc_port_wr(&si->hw, ENETC_PSIUMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt() 128 enetc_port_wr(&si->hw, ENETC_PSIUMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt() 130 enetc_port_wr(&si->hw, ENETC_PSIMMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt() 131 enetc_port_wr(&si->hw, ENETC_PSIMMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt() 135 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-5.19.10/drivers/scsi/ |
D | scsi_debug.c | 313 int si_idx; /* sdeb_store_info (per host) xarray index */ member 3006 return xa_load(per_store_ap, devip->sdbg_host->si_idx); in devip2sip() 6049 idx = sdhp->si_idx; in scsi_debug_show_info() 6251 if (sdhp->si_idx != idx) { in fake_rw_store() 6252 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store() 6254 sdhp->si_idx = idx; in fake_rw_store() 7298 sdbg_host->si_idx = idx; in sdebug_add_host_helper() 7359 idx = sdbg_host->si_idx; in sdebug_do_remove_host() 7367 if (idx == sdbg_host2->si_idx) { in sdebug_do_remove_host()
|