pcq 749 dev/ic/mfi.c struct mfi_prod_cons *pcq; pcq 760 dev/ic/mfi.c DNPRINTF(MFI_D_INTR, "%s: mfi_intr %#x %#x\n", DEVNAME(sc), sc, pcq); pcq 762 dev/ic/mfi.c pcq = MFIMEM_KVA(sc->sc_pcq); pcq 763 dev/ic/mfi.c producer = pcq->mpc_producer; pcq 764 dev/ic/mfi.c consumer = pcq->mpc_consumer; pcq 770 dev/ic/mfi.c ctx = pcq->mpc_reply_q[consumer]; pcq 771 dev/ic/mfi.c pcq->mpc_reply_q[consumer] = MFI_INVALID_CTX; pcq 789 dev/ic/mfi.c pcq->mpc_consumer = consumer;