Lines Matching defs:next
256 * This routine will copy the contents of @wqe to the next available entry on
280 /* If the host has not yet processed the next entry then we are done */
373 * This routine will copy the contents of @mqe to the next available entry on
391 /* If the host has not yet processed the next entry then we are done */
433 * lpfc_sli4_eq_get - Gets the next valid EQE from a EQ
451 /* If the next EQE is not valid then we are done */
674 * lpfc_sli4_cq_get - Gets the next valid CQE from a CQ
692 /* If the next CQE is not valid then we are done */
788 * This routine will copy the contents of @wqe to the next available entry on
817 /* If the host has not yet processed the next entry then we are done */
823 /* Update the host index to point to the next slot */
873 * lpfc_cmd_iocb - Get next command iocb entry in the ring
877 * This function returns pointer to next command iocb entry
879 * other threads consume the next command iocb.
890 * lpfc_resp_iocb - Get next response iocb entry in the ring
894 * This function returns pointer to next response iocb entry
896 * that no other thread consume the next response iocb.
1014 * The timer is set to the next rrq that is going to expire before
1749 * This function is called with hbalock held to get next
1772 * to make. These changes will be picked up during the next CMF
1909 /* Save BW change to be picked up during next timer interrupt */
2040 * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring
2047 * The function returns pointer to the next available iocb slot if there
2224 * Let the HBA know what IOCB slot will be the next one the
2330 * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ
2334 * This function is called with hbalock held to get the next
2336 * available for the HBQ it will return pointer to the next available
2449 /* Get next HBQ entry slot to use */
3929 * Error Attention polling timer for the next poll.
3963 /* Restart the timer for next eratt poll */
4008 * The next available response entry should never exceed the maximum
4391 * The next available response entry should never exceed the maximum
4419 * The process is to get the next available response iocb, get
4422 * next response index to slim. This process makes response
6617 /* Entire word processed. Get next word.*/
6870 struct lpfc_dmabuf *dmabuf, *next;
6873 list_for_each_entry_safe(dmabuf, next,
7605 /* prepare list for next posting block */
7609 /* prepare list for next posting block */
7682 /* reset sgl post count for next round of posting */
9536 /* next set own bit for the adapter and copy over command word */
10203 /* Get the next mailbox command from head of queue */
10365 * lpfc_sli_next_iocb - Get the next iocb in the txq
10410 * next available slot in the command ring and posts the command to the
12221 slp->next, slp->prev, pring->postbufq_cnt);
12265 slp->next, slp->prev, pring->postbufq_cnt);
13891 /* Process next mailbox command if there is one */
14386 /* Post the next mbox command, if there is one */
14411 /* Wake up worker thread to post the next pending mailbox command */
15712 struct lpfc_queue *eq, *next;
15714 list_for_each_entry_safe(eq, next, &phba->poll_list, _poll_list)
17999 * Fetch the next logical xri. Because this index is logical,
18337 /* prepare list for next posting block */
18341 /* prepare list for next posting block */
18399 /* reset NVME buffer post count for next round of posting */
19652 * The next_rpi stores the next logical module-64 rpi value used
19685 * Fetch the next logical rpi. Because this index is logical,
20217 * next lowest priority group and repopulates the rr_bmask with only those
20303 * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index
20306 * This routine is to get the next eligible FCF record index in a round
20307 * robin fashion. If the next eligible FCF record index equals to the
20309 * shall be returned, otherwise, the next eligible FCF record's index
20318 /* Search start from next bit of currently registered FCF index */
20322 /* Determine the next fcf index to check */
20344 * If next fcf index is not found check if there are lower
20367 "2845 Get next roundrobin failover FCF (x%x)\n",
20790 * It will log next action items to be performed by the user to instantiate
20881 * for the next write.
21734 * Round Robin method. The search always starts from local hwqid, then the next
21766 /* Get the next hwqid which was found last time */
21770 /* Go to next hwq */
21784 /* Starting point for the next time */