Home
last modified time | relevance | path

Searched refs:cqe_idx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mana/
H A Dgdma_main.c1442 int cqe_idx; in mana_gd_poll_cq() local
1448 for (cqe_idx = 0; cqe_idx < num_cqe; cqe_idx++) { in mana_gd_poll_cq()
1449 ret = mana_gd_read_cqe(cq, &comp[cqe_idx]); in mana_gd_poll_cq()
1452 cq->head -= cqe_idx; in mana_gd_poll_cq()
1462 return cqe_idx; in mana_gd_poll_cq()
/freebsd/sys/dev/bxe/
H A Dbxe.c2857 uint16_t cqe_idx) in bxe_fill_frag_mbuf() argument
2878 fp->index, cqe_idx, pages, le16toh(cqe->pkt_len), in bxe_fill_frag_mbuf()
3044 uint16_t cqe_idx) in bxe_tpa_stop() argument
3079 rc = bxe_fill_frag_mbuf(sc, fp, tpa_info, queue, pages, m, cqe, cqe_idx); in bxe_tpa_stop()