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

/freebsd-11-stable/sys/dev/bxe/
H A Decore_init_ops.h884 static void ecore_qm_init_cid_count(struct bxe_softc *sc, int qm_cid_count, argument
889 if (QM_INIT(qm_cid_count)) {
895 qm_cid_count/16 - 1);
903 static void ecore_qm_set_ptr_table(struct bxe_softc *sc, int qm_cid_count, argument
910 qm_cid_count * 4 * (i % QM_QUEUES_PER_FUNC));
917 static void ecore_qm_init_ptr_table(struct bxe_softc *sc, int qm_cid_count, argument
920 if (!QM_INIT(qm_cid_count))
927 ecore_qm_set_ptr_table(sc, qm_cid_count,
930 ecore_qm_set_ptr_table(sc, qm_cid_count,
H A Dbxe.h1731 int qm_cid_count; member in struct:bxe_softc
H A Dbxe.c5902 if (QM_INIT(sc->qm_cid_count)) {
5910 line += DIV_ROUND_UP(sc->qm_cid_count * QM_QUEUES_PER_FUNC * 4,
16482 /* calculate qm_cid_count */
16483 sc->qm_cid_count = bxe_set_qm_cid_count(sc);
16484 BLOGD(sc, DBG_LOAD, "qm_cid_count=%d\n", sc->qm_cid_count);
17368 ecore_qm_init_ptr_table(sc, sc->qm_cid_count, INITOP_SET);
17653 ecore_qm_init_cid_count(sc, sc->qm_cid_count, INITOP_SET);

Completed in 183 milliseconds