Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_ixl.c948 #define ixl_rd(_s, _r) \ macro
954 #define ixl_flush(_s) (void)ixl_rd((_s), I40E_GLGEN_STAT)
1053 firstq = ixl_rd(sc, I40E_PFLAN_QALLOC); in ixl_attach()
1064 port = ixl_rd(sc, I40E_PFGEN_PORTNUM); in ixl_attach()
1070 ari = ixl_rd(sc, I40E_GLPCI_CAPSUP); in ixl_attach()
1074 func = ixl_rd(sc, I40E_PF_FUNC_RID); in ixl_attach()
2006 reg = ixl_rd(sc, I40E_QRX_ENA(i)); in ixl_reinit()
2014 reg = ixl_rd(sc, I40E_QTX_ENA(i)); in ixl_reinit()
2209 reg = ixl_rd(sc, I40E_QTX_ENA(i)); in ixl_stop_locked()
2215 reg = ixl_rd(sc, I40E_QRX_ENA(i)); in ixl_stop_locked()
[all …]