Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli4.h137 #define LPFC_QUEUE_MIN_REPOST 8 macro
Dlpfc_sli.c12810 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST) in lpfc_sli4_queue_alloc()
12811 queue->entry_repost = LPFC_QUEUE_MIN_REPOST; in lpfc_sli4_queue_alloc()
13617 if (cnt < LPFC_QUEUE_MIN_REPOST) in lpfc_rq_adjust_repost()
13618 cnt = LPFC_QUEUE_MIN_REPOST; in lpfc_rq_adjust_repost()