Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ixl.c5031 uint32_t grst_del; in ixl_pf_reset() local
5038 grst_del = ixl_rd(sc, I40E_GLGEN_RSTCTL); in ixl_pf_reset()
5039 grst_del &= I40E_GLGEN_RSTCTL_GRSTDEL_MASK; in ixl_pf_reset()
5040 grst_del >>= I40E_GLGEN_RSTCTL_GRSTDEL_SHIFT; in ixl_pf_reset()
5041 grst_del += 10; in ixl_pf_reset()
5043 for (cnt = 0; cnt < grst_del; cnt++) { in ixl_pf_reset()