Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf_common.c378 int si_id, u64 hash) in enetc_set_si_vlan_ht_filter() argument
384 low_reg_off = ENETC_PSIVHFR0(si_id); in enetc_set_si_vlan_ht_filter()
385 high_reg_off = ENETC_PSIVHFR1(si_id); in enetc_set_si_vlan_ht_filter()
387 low_reg_off = ENETC4_PSIVHFR0(si_id); in enetc_set_si_vlan_ht_filter()
388 high_reg_off = ENETC4_PSIVHFR1(si_id); in enetc_set_si_vlan_ht_filter()
/linux/drivers/scsi/
H A DFlashPoint.c35 unsigned char si_id; member
972 pCardInfo->si_id = pCurrNvRam->niAdapId; in FlashPoint_ProbeHostAdapter()
974 pCardInfo->si_id = in FlashPoint_ProbeHostAdapter()
1242 for (i = 0, id = 0x01; i != pCardInfo->si_id; i++, id <<= 1) { in FlashPoint_HardwareResetHostAdapter()
1247 WR_HARPOON(ioport + hp_arb_id, pCardInfo->si_id); in FlashPoint_HardwareResetHostAdapter()
1248 CurrCard->ourId = pCardInfo->si_id; in FlashPoint_HardwareResetHostAdapter()
1268 FPT_scini(thisCard, pCardInfo->si_id, 0); in FlashPoint_HardwareResetHostAdapter()