Searched refs:num_posted (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 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() [all …]
|
D | lpfc_scsi.c | 634 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_scsi_sgl_list() local 696 num_posted++; in lpfc_sli4_post_scsi_sgl_list() 729 num_posted++; in lpfc_sli4_post_scsi_sgl_list() 740 return num_posted; in lpfc_sli4_post_scsi_sgl_list() 759 int num_posted, rc = 0; in lpfc_sli4_repost_scsi_sgl_list() local 771 num_posted = lpfc_sli4_post_scsi_sgl_list(phba, &post_sblist, in lpfc_sli4_repost_scsi_sgl_list() 774 if (num_posted == 0) in lpfc_sli4_repost_scsi_sgl_list() 805 int bcnt, num_posted, sgl_size; in lpfc_new_scsi_buf_s4() local 941 num_posted = lpfc_sli4_post_scsi_sgl_list(phba, in lpfc_new_scsi_buf_s4() 944 num_posted = 0; in lpfc_new_scsi_buf_s4() [all …]
|
D | lpfc_sli.c | 6595 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local 6633 num_posted++; in lpfc_sli4_repost_sgl_list() 6639 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list()
|