Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mly/
Dmlyvar.h268 ((((MLY_GET_REG((sc), (sc)->mly_error_status)) ^ (sc)->mly_doorbell_true) & (MLY_MSG_EMPTY)) == 0)
Dmlyreg.h1222 #define MLY_MSG_EMPTY (1<<3) macro
Dmly.c2466 error = MLY_GET_REG(sc, sc->mly_error_status) & ~MLY_MSG_EMPTY; in mly_fwhandshake()