Searched refs:post_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c7586 int post_cnt = 0, num_posted = 0, block_cnt = 0; local
7609 post_cnt = block_cnt - 1;
7620 post_cnt = block_cnt;
7631 if (post_cnt == 0) {
7634 post_cnt = block_cnt;
7658 if (post_cnt == 0)
7663 post_cnt);
7678 post_cnt - 1));
7680 total_cnt -= post_cnt;
7688 post_cnt
18088 lpfc_sli4_post_sgl_list(struct lpfc_hba *phba, struct list_head *post_sgl_list, int post_cnt) argument
18318 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; local
[all...]

Completed in 114 milliseconds