Searched refs:npopped (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/oce/ |
H A D | oce_queue.c | 958 int16_t qid, int npopped, uint32_t rearm, uint32_t clearint) in oce_arm_eq() argument 964 eq_db.bits.num_popped = npopped; in oce_arm_eq() 978 void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm) in oce_arm_cq() argument 983 cq_db.bits.num_popped = npopped; in oce_arm_cq()
|
H A D | oce_if.h | 979 int16_t qid, int npopped, uint32_t rearm, uint32_t clearint); 981 void oce_arm_cq(POCE_SOFTC sc, int16_t qid, int npopped, uint32_t rearm);
|