Lines Matching refs:fib
122 struct zpci_fib fib = {0}; in zpci_register_ioat() local
126 fib.pba = base; in zpci_register_ioat()
127 fib.pal = limit; in zpci_register_ioat()
128 fib.iota = iota | ZPCI_IOTA_RTTO_FLAG; in zpci_register_ioat()
129 fib.gd = zdev->gisa; in zpci_register_ioat()
130 cc = zpci_mod_fc(req, &fib, &status); in zpci_register_ioat()
141 struct zpci_fib fib = {0}; in zpci_unregister_ioat() local
144 fib.gd = zdev->gisa; in zpci_unregister_ioat()
146 cc = zpci_mod_fc(req, &fib, &status); in zpci_unregister_ioat()
156 struct zpci_fib fib = {0}; in zpci_fmb_enable_device() local
172 fib.fmb_addr = virt_to_phys(zdev->fmb); in zpci_fmb_enable_device()
173 fib.gd = zdev->gisa; in zpci_fmb_enable_device()
174 cc = zpci_mod_fc(req, &fib, &status); in zpci_fmb_enable_device()
186 struct zpci_fib fib = {0}; in zpci_fmb_disable_device() local
192 fib.gd = zdev->gisa; in zpci_fmb_disable_device()
195 cc = zpci_mod_fc(req, &fib, &status); in zpci_fmb_disable_device()
1023 struct zpci_fib fib = {0}; in zpci_clear_error_state() local
1027 cc = zpci_mod_fc(req, &fib, &status); in zpci_clear_error_state()
1050 struct zpci_fib fib = {0}; in zpci_reset_load_store_blocked() local
1054 cc = zpci_mod_fc(req, &fib, &status); in zpci_reset_load_store_blocked()