Searched refs:si_idx (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf.c | 55 pf->vlan_promisc_simap |= BIT(si_idx); in enetc_enable_si_vlan_promisc() 61 pf->vlan_promisc_simap &= ~BIT(si_idx); in enetc_disable_si_vlan_promisc() 122 enetc_port_wr(&si->hw, ENETC_PSIUMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt() 123 enetc_port_wr(&si->hw, ENETC_PSIUMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt() 125 enetc_port_wr(&si->hw, ENETC_PSIMMHFR0(si_idx, err), 0); in enetc_clear_mac_ht_flt() 126 enetc_port_wr(&si->hw, ENETC_PSIMMHFR1(si_idx), 0); in enetc_clear_mac_ht_flt() 136 enetc_port_wr(&si->hw, ENETC_PSIUMHFR0(si_idx, err), in enetc_set_mac_ht_flt() 138 enetc_port_wr(&si->hw, ENETC_PSIUMHFR1(si_idx), in enetc_set_mac_ht_flt() 141 enetc_port_wr(&si->hw, ENETC_PSIMMHFR0(si_idx, err), in enetc_set_mac_ht_flt() 143 enetc_port_wr(&si->hw, ENETC_PSIMMHFR1(si_idx), in enetc_set_mac_ht_flt() [all …]
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 424 int si_idx; /* sdeb_store_info (per host) xarray index */ member 3920 return xa_load(per_store_ap, devip->sdbg_host->si_idx); in devip2sip() 7523 idx = sdhp->si_idx; in scsi_debug_show_info() 7728 if (sdhp->si_idx != idx) { in fake_rw_store() 7729 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store() 7731 sdhp->si_idx = idx; in fake_rw_store() 8777 sdbg_host->si_idx = idx; in sdebug_add_host_helper() 8845 idx = sdbg_host->si_idx; in sdebug_do_remove_host() 8853 if (idx == sdbg_host2->si_idx) { in sdebug_do_remove_host()
|