Lines Matching full:toggle
283 u8 toggle; member
517 /* move prod and update toggle/epoch if wrap around */ in bnxt_qplib_hwq_incr_prod()
528 /* move cons and update toggle/epoch if wrap around */ in bnxt_qplib_hwq_incr_cons()
650 #define BNXT_QPLIB_INIT_DBHDR(xid, type, indx, toggle) \ argument
653 ((toggle) << (BNXT_QPLIB_DBR_TOGGLE_SHIFT)))
694 u8 toggle = 0; in bnxt_qplib_ring_db() local
698 toggle = info->toggle; in bnxt_qplib_ring_db()
704 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, indx, toggle); in bnxt_qplib_ring_db()
725 u8 toggle = 0; in bnxt_qplib_armen_db() local
728 toggle = info->toggle; in bnxt_qplib_armen_db()
730 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, 0, toggle); in bnxt_qplib_armen_db()