Home
last modified time | relevance | path

Searched refs:LPFC_QUEUE_MIN_REPOST (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli4.h137 #define LPFC_QUEUE_MIN_REPOST 8 macro
Dlpfc_sli.c12830 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST) in lpfc_sli4_queue_alloc()
12831 queue->entry_repost = LPFC_QUEUE_MIN_REPOST; in lpfc_sli4_queue_alloc()
13641 if (cnt < LPFC_QUEUE_MIN_REPOST) in lpfc_rq_adjust_repost()
13642 cnt = LPFC_QUEUE_MIN_REPOST; in lpfc_rq_adjust_repost()