Searched refs:cqe_idx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mana/ |
H A D | gdma_main.c | 1430 int cqe_idx; in mana_gd_poll_cq() local 1436 for (cqe_idx = 0; cqe_idx < num_cqe; cqe_idx++) { in mana_gd_poll_cq() 1437 ret = mana_gd_read_cqe(cq, &comp[cqe_idx]); in mana_gd_poll_cq() 1440 cq->head -= cqe_idx; in mana_gd_poll_cq() 1450 return cqe_idx; in mana_gd_poll_cq()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 2848 uint16_t cqe_idx) in bxe_fill_frag_mbuf() argument 2869 fp->index, cqe_idx, pages, le16toh(cqe->pkt_len), in bxe_fill_frag_mbuf() 3035 uint16_t cqe_idx) in bxe_tpa_stop() argument 3070 rc = bxe_fill_frag_mbuf(sc, fp, tpa_info, queue, pages, m, cqe, cqe_idx); in bxe_tpa_stop()
|