Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_hw.c1992 data = (Q81_CTL_RESET_FUNC << Q81_CTL_RESET_MASK_SHIFT) | in qls_hw_nic_reset()
1993 Q81_CTL_RESET_FUNC; in qls_hw_nic_reset()
1999 if ((data & Q81_CTL_RESET_FUNC) == 0) in qls_hw_nic_reset()
H A Dqls_hw.h195 #define Q81_CTL_RESET_FUNC BIT_15 macro