oce_mq
struct oce_mq *mq = (struct oce_mq *)arg;
struct oce_mq *mq; /* Mailbox queue */
int oce_start_mq(struct oce_mq *mq);
struct oce_mq *mq = sc->mq;
static struct oce_mq *
struct oce_mq *mq = NULL;
static struct oce_mq *oce_mq_create(POCE_SOFTC sc,
mq = kmalloc(sizeof(struct oce_mq), M_DEVBUF, M_NOWAIT | M_ZERO);
static void oce_mq_free(struct oce_mq *mq);
oce_mq_free(struct oce_mq *mq)
oce_start_mq(struct oce_mq *mq)