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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c429 u16 fw_cons_idx = OSAL_LE16_TO_CPU(*p_eq->p_fw_cons); local
431 DP_VERBOSE(p_hwfn, ECORE_MSG_SPQ, "fw_cons_idx %x\n", fw_cons_idx);
436 if ((fw_cons_idx & ecore_chain_get_usable_per_page(p_chain)) ==
438 fw_cons_idx += ecore_chain_get_unusable_per_page(p_chain);
442 while (fw_cons_idx != ecore_chain_get_cons_idx(p_chain)) {

Completed in 98 milliseconds