Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c339 u32 num_posted = 0; in gve_rx_post_buffers_dqo() local
345 while (num_posted < num_avail_slots) { in gve_rx_post_buffers_dqo()
370 num_posted++; in gve_rx_post_buffers_dqo()
376 rx->fill_cnt += num_posted; in gve_rx_post_buffers_dqo()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_sli.c7598 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local
7636 num_posted++; in lpfc_sli4_repost_sgl_list()
7642 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list()
7739 int num_posted, rc = 0; in lpfc_sli4_repost_io_sgl_list() local
7746 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_sli4_repost_io_sgl_list()
7749 if (num_posted == 0) in lpfc_sli4_repost_io_sgl_list()
18230 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_io_sgl_list() local
18294 num_posted++; in lpfc_sli4_post_io_sgl_list()
18327 num_posted++; in lpfc_sli4_post_io_sgl_list()
18335 return num_posted; in lpfc_sli4_post_io_sgl_list()
Dlpfc_init.c4487 int bcnt, num_posted; in lpfc_new_io_buf() local
4577 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_new_io_buf()
4580 num_posted = 0; in lpfc_new_io_buf()
4582 return num_posted; in lpfc_new_io_buf()