Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c516 u32 num_posted = 0; in gve_rx_post_buffers_dqo() local
522 while (num_posted < num_avail_slots) { in gve_rx_post_buffers_dqo()
551 num_posted++; in gve_rx_post_buffers_dqo()
557 rx->fill_cnt += num_posted; in gve_rx_post_buffers_dqo()
/linux-6.12.1/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()
7741 int num_posted, rc = 0; in lpfc_sli4_repost_io_sgl_list() local
7748 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_sli4_repost_io_sgl_list()
7751 if (num_posted == 0) in lpfc_sli4_repost_io_sgl_list()
18322 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_io_sgl_list() local
18386 num_posted++; in lpfc_sli4_post_io_sgl_list()
18419 num_posted++; in lpfc_sli4_post_io_sgl_list()
18427 return num_posted; in lpfc_sli4_post_io_sgl_list()
Dlpfc_init.c4482 int bcnt, num_posted; in lpfc_new_io_buf() local
4572 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_new_io_buf()
4575 num_posted = 0; in lpfc_new_io_buf()
4577 return num_posted; in lpfc_new_io_buf()