Lines Matching refs:num_posted
2065 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_post_nvme_sgl_list() local
2128 num_posted++; in lpfc_post_nvme_sgl_list()
2161 num_posted++; in lpfc_post_nvme_sgl_list()
2172 return num_posted; in lpfc_post_nvme_sgl_list()
2191 int num_posted, rc = 0; in lpfc_repost_nvme_sgl_list() local
2205 num_posted = lpfc_post_nvme_sgl_list(phba, &post_nblist, in lpfc_repost_nvme_sgl_list()
2208 if (num_posted == 0) in lpfc_repost_nvme_sgl_list()
2238 int bcnt, num_posted, sgl_size; in lpfc_new_nvme_buf() local
2322 num_posted = lpfc_post_nvme_sgl_list(phba, in lpfc_new_nvme_buf()
2325 num_posted = 0; in lpfc_new_nvme_buf()
2327 return num_posted; in lpfc_new_nvme_buf()