Searched refs:intr_fifo_w (Results 1 – 2 of 2) sorted by relevance
71 if (s->intr_fifo_r != s->intr_fifo_w) { in xilinx_pcie_update_intr()85 new_w = (s->intr_fifo_w + 1) % ARRAY_SIZE(s->intr_fifo); in xilinx_pcie_queue_intr()91 intr = &s->intr_fifo[s->intr_fifo_w]; in xilinx_pcie_queue_intr()92 s->intr_fifo_w = new_w; in xilinx_pcie_queue_intr()206 if (s->intr_fifo_r != s->intr_fifo_w) { in xilinx_pcie_root_config_read()214 if (s->intr_fifo_w == s->intr_fifo_r) { in xilinx_pcie_root_config_read()222 if (s->intr_fifo_w == s->intr_fifo_r) { in xilinx_pcie_root_config_read()259 if (s->intr_fifo_w == s->intr_fifo_r) { in xilinx_pcie_root_config_write()
61 unsigned int intr_fifo_r, intr_fifo_w; member