Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c360 u32 num_posted = 0; in gve_rx_post_buffers_dqo() local
366 while (num_posted < num_avail_slots) { in gve_rx_post_buffers_dqo()
383 num_posted++; in gve_rx_post_buffers_dqo()
389 rx->fill_cnt += num_posted; in gve_rx_post_buffers_dqo()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c7583 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local
7621 num_posted++; in lpfc_sli4_repost_sgl_list()
7627 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list()
7726 int num_posted, rc = 0; in lpfc_sli4_repost_io_sgl_list() local
7733 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_sli4_repost_io_sgl_list()
7736 if (num_posted == 0) in lpfc_sli4_repost_io_sgl_list()
18330 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_io_sgl_list() local
18394 num_posted++; in lpfc_sli4_post_io_sgl_list()
18427 num_posted++; in lpfc_sli4_post_io_sgl_list()
18435 return num_posted; in lpfc_sli4_post_io_sgl_list()
H A Dlpfc_init.c4467 int bcnt, num_posted; in lpfc_new_io_buf() local
4557 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_new_io_buf()
4560 num_posted = 0; in lpfc_new_io_buf()
4562 return num_posted; in lpfc_new_io_buf()