Lines Matching defs:consumed

354  * Work Queue Entries by the HBA. When the HBA indicates that it has consumed
414 * a Mailbox Queue Entry by the HBA. When the HBA indicates that it has consumed
416 * pointers. This routine returns the number of entries that were consumed by
503 * lpfc_sli4_write_eq_db - write EQ DB for eqe's consumed or arm state
506 * @count: Number of elements that have been consumed
541 * lpfc_sli4_if6_write_eq_db - write EQ DB for eqe's consumed or arm state
544 * @count: Number of elements that have been consumed
636 int count = 0, consumed = 0;
646 consumed++;
651 phba->sli4_hba.sli4_write_eq_db(phba, eq, consumed,
653 consumed = 0;
668 phba->sli4_hba.sli4_write_eq_db(phba, eq, consumed, rearm);
723 * lpfc_sli4_write_cq_db - write cq DB for entries consumed or arm state.
726 * @count: the number of elements that were consumed
756 * lpfc_sli4_if6_write_cq_db - write cq DB for entries consumed or arm state.
759 * @count: the number of elements that were consumed
854 * consumed an entry the host calls this function to update the queue's
856 * consumed by the HBA.
14513 * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event
14517 * This routine handles slow-path WQ entry consumed event by invoking the
14706 /* recycle consumed resource */
14869 int count = 0, consumed = 0;
14885 consumed++;
14890 phba->sli4_hba.sli4_write_cq_db(phba, cq, consumed,
14892 consumed = 0;
14921 phba->sli4_hba.sli4_write_cq_db(phba, cq, consumed,
15104 * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event
15109 * This routine handles an fast-path WQ entry consumed event by invoking the
15253 /* recycle consumed resource */