Searched refs:npopped (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/oce/
H A Doce_queue.c995 * @param npopped number of EQEs to arm
1002 int16_t qid, int npopped, uint32_t rearm, uint32_t clearint)
1008 eq_db.bits.num_popped = npopped;
1022 * @param npopped number of CQEs to arm
1025 void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm) argument
1030 cq_db.bits.num_popped = npopped;
1001 oce_arm_eq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm, uint32_t clearint) argument
H A Doce_if.h969 int16_t qid, int npopped, uint32_t rearm, uint32_t clearint);
971 void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm);

Completed in 67 milliseconds