Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_pnet.c103 struct smc_pnetentry *pnetelem, *tmp_pe; in smc_pnet_remove_by_pnetid() local
187 struct smc_pnetentry *pnetelem, *tmp_pe; in smc_pnet_add_by_ndev() local
348 struct smc_pnetentry *tmp_pe, *new_pe; in smc_pnet_add_eth() local
378 if (tmp_pe->type == SMC_PNET_ETH && in smc_pnet_add_eth()
411 struct smc_pnetentry *tmp_pe, *new_pe; in smc_pnet_add_ib() local
459 if (tmp_pe->type == SMC_PNET_IB && in smc_pnet_add_ib()
1171 struct smc_pnetentry *tmp_pe; in smc_pnetid_by_table_ib() local
1181 if (tmp_pe->type == SMC_PNET_IB && in smc_pnetid_by_table_ib()
1183 tmp_pe->ib_port == ib_port) { in smc_pnetid_by_table_ib()
1200 struct smc_pnetentry *tmp_pe; in smc_pnetid_by_table_smcd() local
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_driver.c630 struct eeh_pe *tmp_pe; in eeh_reset_device() local
633 eeh_for_each_pe(pe, tmp_pe) in eeh_reset_device()
634 any_passed |= eeh_pe_passed(tmp_pe); in eeh_reset_device()
839 struct eeh_pe *tmp_pe; in eeh_handle_normal_event() local
862 eeh_for_each_pe(pe, tmp_pe) in eeh_handle_normal_event()
863 eeh_pe_for_each_dev(tmp_pe, edev, tmp) in eeh_handle_normal_event()
907 eeh_for_each_pe(pe, tmp_pe) in eeh_handle_normal_event()
1044 eeh_for_each_pe(pe, tmp_pe) { in eeh_handle_normal_event()
1103 eeh_for_each_pe(pe, tmp_pe) in eeh_handle_normal_event()
1119 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event() local
[all …]