Lines Matching refs:hw_free
566 sc->hw_free = &sc->dd->cr_base[sc->node].va[gc].cr[index];
1310 *sc->hw_free = 0;
1675 static inline int fill_code(u64 hw_free)
1679 if (hw_free & CR_STATUS_SMASK)
1681 if (hw_free & CR_CREDIT_RETURN_DUE_TO_PBC_SMASK)
1683 if (hw_free & CR_CREDIT_RETURN_DUE_TO_THRESHOLD_SMASK)
1685 if (hw_free & CR_CREDIT_RETURN_DUE_TO_ERR_SMASK)
1687 if (hw_free & CR_CREDIT_RETURN_DUE_TO_FORCE_SMASK)
1701 u64 hw_free;
1714 hw_free = le64_to_cpu(*sc->hw_free); /* volatile read */
1716 extra = (((hw_free & CR_COUNTER_SMASK) >> CR_COUNTER_SHIFT)
1735 code = fill_code(hw_free);
2180 seq_printf(s, " *hw_free %llu CurrentFree %llu LastReturned %llu\n",
2181 (le64_to_cpu(*sc->hw_free) & CR_COUNTER_SMASK) >>