Home
last modified time | relevance | path

Searched refs:num_posted (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c370 u32 num_posted = 0; in gve_rx_post_buffers_dqo() local
376 while (num_posted < num_avail_slots) { in gve_rx_post_buffers_dqo()
393 num_posted++; in gve_rx_post_buffers_dqo()
399 rx->fill_cnt += num_posted; in gve_rx_post_buffers_dqo()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c7593 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local
7631 num_posted++; in lpfc_sli4_repost_sgl_list()
7637 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list()
7736 int num_posted, rc = 0; in lpfc_sli4_repost_io_sgl_list() local
7743 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_sli4_repost_io_sgl_list()
7746 if (num_posted == 0) in lpfc_sli4_repost_io_sgl_list()
18421 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_io_sgl_list() local
18485 num_posted++; in lpfc_sli4_post_io_sgl_list()
18518 num_posted++; in lpfc_sli4_post_io_sgl_list()
18526 return num_posted; in lpfc_sli4_post_io_sgl_list()
H A Dlpfc_init.c4472 int bcnt, num_posted; in lpfc_new_io_buf() local
4562 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_new_io_buf()
4565 num_posted = 0; in lpfc_new_io_buf()
4567 return num_posted; in lpfc_new_io_buf()