Searched refs:post_cnt (Results 1 – 2 of 2) sorted by relevance
629 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_scsi_sgl_list() local650 post_cnt = block_cnt - 1; in lpfc_sli4_post_scsi_sgl_list()660 post_cnt = block_cnt; in lpfc_sli4_post_scsi_sgl_list()669 if (post_cnt == 0) { in lpfc_sli4_post_scsi_sgl_list()672 post_cnt = block_cnt; in lpfc_sli4_post_scsi_sgl_list()699 if (post_cnt == 0) in lpfc_sli4_post_scsi_sgl_list()704 post_cnt); in lpfc_sli4_post_scsi_sgl_list()711 post_cnt = 0; in lpfc_sli4_post_scsi_sgl_list()
6102 int status, total_cnt, post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_els_sgl_list() local6127 post_cnt = block_cnt - 1; in lpfc_sli4_repost_els_sgl_list()6138 post_cnt = block_cnt; in lpfc_sli4_repost_els_sgl_list()6149 if (post_cnt == 0) { in lpfc_sli4_repost_els_sgl_list()6152 post_cnt = block_cnt; in lpfc_sli4_repost_els_sgl_list()6176 if (post_cnt == 0) in lpfc_sli4_repost_els_sgl_list()6181 post_cnt); in lpfc_sli4_repost_els_sgl_list()6196 post_cnt - 1)); in lpfc_sli4_repost_els_sgl_list()6198 total_cnt -= post_cnt; in lpfc_sli4_repost_els_sgl_list()6206 post_cnt = 0; in lpfc_sli4_repost_els_sgl_list()[all …]