Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_irq.c364 if (mask & fbnic_rd32(fbd, FBNIC_INTR_STATUS(i / 32))) in fbnic_msix_test()
366 if (!(mask & fbnic_rd32(fbd, FBNIC_INTR_MASK(i / 32)))) in fbnic_msix_test()
H A Dfbnic_pci.c37 u32 fbnic_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_rd32() function
H A Dfbnic_txrx.c2335 if (fbnic_rd32(fbd, regs[i].reg_base + j) != ~0U) in fbnic_wait_all_queues_idle()
2353 fbnic_rd32(fbd, regs[i].reg_base + j)); in fbnic_wait_all_queues_idle()
2416 err = read_poll_timeout_atomic(fbnic_rd32, val, val & mask, in fbnic_nv_flush()