Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c379 u32 num_posted = 0; in gve_rx_post_buffers_dqo() local
385 while (num_posted < num_avail_slots) { in gve_rx_post_buffers_dqo()
410 num_posted++; in gve_rx_post_buffers_dqo()
416 rx->fill_cnt += num_posted; in gve_rx_post_buffers_dqo()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c7581 int post_cnt = 0, num_posted = 0, block_cnt = 0; in lpfc_sli4_repost_sgl_list() local
7619 num_posted++; in lpfc_sli4_repost_sgl_list()
7625 if (num_posted == total_cnt) { in lpfc_sli4_repost_sgl_list()
7724 int num_posted, rc = 0; in lpfc_sli4_repost_io_sgl_list() local
7731 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_sli4_repost_io_sgl_list()
7734 if (num_posted == 0) in lpfc_sli4_repost_io_sgl_list()
18316 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0; in lpfc_sli4_post_io_sgl_list() local
18380 num_posted++; in lpfc_sli4_post_io_sgl_list()
18413 num_posted++; in lpfc_sli4_post_io_sgl_list()
18421 return num_posted; in lpfc_sli4_post_io_sgl_list()
H A Dlpfc_init.c4495 int bcnt, num_posted; in lpfc_new_io_buf() local
4585 num_posted = lpfc_sli4_post_io_sgl_list( in lpfc_new_io_buf()
4588 num_posted = 0; in lpfc_new_io_buf()
4590 return num_posted; in lpfc_new_io_buf()