Searched refs:update_cons_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dcq.c128 static void update_cons_index(struct mlx4_cq *cq) function
358 update_cons_index(cq);
451 update_cons_index(cq);
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dcq.c149 * should be correct before calling update_cons_index().
151 static inline void update_cons_index(struct mthca_cq *cq, int incr) function
478 update_cons_index(cq, freed);
589 update_cons_index(cq, nfreed);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c201 * should be correct before calling update_cons_index().
203 static inline void update_cons_index(struct mthca_dev *dev, struct mthca_cq *cq, function
323 update_cons_index(dev, cq, nfreed);
684 update_cons_index(dev, cq, freed);

Completed in 97 milliseconds