Searched refs:si_idx (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 53 static void enetc_enable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_enable_si_vlan_promisc() argument 55 pf->vlan_promisc_simap |= BIT(si_idx); in enetc_enable_si_vlan_promisc() 59 static void enetc_disable_si_vlan_promisc(struct enetc_pf *pf, int si_idx) in enetc_disable_si_vlan_promisc() argument 61 pf->vlan_promisc_simap &= ~BIT(si_idx); in enetc_disable_si_vlan_promisc() 83 static void enetc_clear_mac_ht_flt(struct enetc_si *si, int si_idx, int type) in enetc_clear_mac_ht_flt() argument 88 enetc_port_wr(&si->hw, ENETC_PSIUMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt() 89 enetc_port_wr(&si->hw, ENETC_PSIUMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt() 91 enetc_port_wr(&si->hw, ENETC_PSIMMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt() 92 enetc_port_wr(&si->hw, ENETC_PSIMMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt() 96 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/drivers/scsi/ |
H A D | scsi_debug.c | 432 int si_idx; /* sdeb_store_info (per host) xarray index */ member 4021 return xa_load(per_store_ap, devip->sdbg_host->si_idx); in devip2sip() 7594 idx = sdhp->si_idx; in scsi_debug_show_info() 7799 if (sdhp->si_idx != idx) { in fake_rw_store() 7800 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store() 7802 sdhp->si_idx = idx; in fake_rw_store() 8848 sdbg_host->si_idx = idx; in sdebug_add_host_helper() 8916 idx = sdbg_host->si_idx; in sdebug_do_remove_host() 8924 if (idx == sdbg_host2->si_idx) { in sdebug_do_remove_host()
|