Searched refs:post_cnt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 7581 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local 7604 post_cnt = block_cnt - 1; in lpfc_sli4_repost_sgl_list() 7615 post_cnt = block_cnt; in lpfc_sli4_repost_sgl_list() 7626 if (post_cnt == 0) { in lpfc_sli4_repost_sgl_list() 7629 post_cnt = block_cnt; in lpfc_sli4_repost_sgl_list() 7653 if (post_cnt == 0) in lpfc_sli4_repost_sgl_list() 7658 post_cnt); in lpfc_sli4_repost_sgl_list() 7673 post_cnt - 1)); in lpfc_sli4_repost_sgl_list() 7675 total_cnt -= post_cnt; in lpfc_sli4_repost_sgl_list() 7683 post_cnt in lpfc_sli4_repost_sgl_list() 18086 lpfc_sli4_post_sgl_list(struct lpfc_hba *phba, struct list_head *post_sgl_list, int post_cnt) lpfc_sli4_post_sgl_list() argument 18316 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; lpfc_sli4_post_io_sgl_list() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 7052 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local 7075 post_cnt = block_cnt - 1; in lpfc_sli4_repost_sgl_list() 7086 post_cnt = block_cnt; in lpfc_sli4_repost_sgl_list() 7097 if (post_cnt == 0) { in lpfc_sli4_repost_sgl_list() 7100 post_cnt = block_cnt; in lpfc_sli4_repost_sgl_list() 7124 if (post_cnt == 0) in lpfc_sli4_repost_sgl_list() 7129 post_cnt); in lpfc_sli4_repost_sgl_list() 7144 post_cnt - 1)); in lpfc_sli4_repost_sgl_list() 7146 total_cnt -= post_cnt; in lpfc_sli4_repost_sgl_list() 7154 post_cnt in lpfc_sli4_repost_sgl_list() 17078 lpfc_sli4_post_sgl_list(struct lpfc_hba *phba, struct list_head *post_sgl_list, int post_cnt) lpfc_sli4_post_sgl_list() argument 17308 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; lpfc_sli4_post_io_sgl_list() local [all...] |
Completed in 26 milliseconds