Lines Matching refs:fib
116 struct zpci_fib fib = {0}; in zpci_register_ioat() local
120 fib.pba = base; in zpci_register_ioat()
121 fib.pal = limit; in zpci_register_ioat()
122 fib.iota = iota | ZPCI_IOTA_RTTO_FLAG; in zpci_register_ioat()
123 return zpci_mod_fc(req, &fib, &status) ? -EIO : 0; in zpci_register_ioat()
130 struct zpci_fib fib = {0}; in zpci_unregister_ioat() local
133 cc = zpci_mod_fc(req, &fib, &status); in zpci_unregister_ioat()
143 struct zpci_fib fib = {0}; in zpci_fmb_enable_device() local
159 fib.fmb_addr = virt_to_phys(zdev->fmb); in zpci_fmb_enable_device()
160 cc = zpci_mod_fc(req, &fib, &status); in zpci_fmb_enable_device()
172 struct zpci_fib fib = {0}; in zpci_fmb_disable_device() local
179 cc = zpci_mod_fc(req, &fib, &status); in zpci_fmb_disable_device()