Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/rapidio/
Drio.c783 u32 ext_ftr_ptr; in rio_mport_get_physefb() local
786 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0); in rio_mport_get_physefb()
788 while (ext_ftr_ptr) { in rio_mport_get_physefb()
790 rio_local_read_config_32(port, ext_ftr_ptr, in rio_mport_get_physefb()
794 ext_ftr_ptr, &ftr_header); in rio_mport_get_physefb()
807 return ext_ftr_ptr; in rio_mport_get_physefb()
814 return ext_ftr_ptr; in rio_mport_get_physefb()
820 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, in rio_mport_get_physefb()
821 hopcount, ext_ftr_ptr); in rio_mport_get_physefb()
824 return ext_ftr_ptr; in rio_mport_get_physefb()
[all …]