Lines Matching refs:cqe

2768               struct eth_fast_path_rx_cqe *cqe)
2797 tmp = (uint32_t *)cqe;
2801 BLOGE(sc, "cqe [0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x]\n",
2810 tpa_info->placement_offset = cqe->placement_offset;
2811 tpa_info->parsing_flags = le16toh(cqe->pars_flags.flags);
2812 tpa_info->vlan_tag = le16toh(cqe->vlan_tag);
2813 tpa_info->len_on_bd = le16toh(cqe->len_on_bd);
2867 struct eth_end_agg_rx_cqe *cqe,
2876 frag_size = le16toh(cqe->pkt_len) - tpa_info->len_on_bd;
2885 uint32_t *tmp = (uint32_t *)cqe;
2889 fp->index, cqe_idx, pages, le16toh(cqe->pkt_len),
2892 BLOGE(sc, "cqe [0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x]\n",
2904 sge_idx = RX_SGE(le16toh(cqe->sgl_or_raw_data.sgl[j]));
2988 union eth_sgl_or_raw_data *cqe)
3001 RX_SGE(le16toh(cqe->sgl[i])));
3007 le16toh(cqe->sgl[sge_len - 1]));
3011 le16toh(cqe->sgl[sge_len - 1]));
3054 struct eth_end_agg_rx_cqe *cqe,
3064 le16toh(cqe->pkt_len), pages, tpa_info->vlan_tag);
3090 rc = bxe_fill_frag_mbuf(sc, fp, tpa_info, queue, pages, m, cqe, cqe_idx);
3209 union eth_rx_cqe *cqe;
3220 cqe = &fp->rcq_chain[comp_ring_cons];
3221 cqe_fp = &cqe->fast_path_cqe;
3244 bxe_sp_event(sc, fp, cqe);
3265 queue = cqe->end_agg_cqe.queue_index;
3271 frag_size = (le16toh(cqe->end_agg_cqe.pkt_len) -
3276 &cqe->end_agg_cqe, comp_ring_cons);
3278 bxe_update_sge_prod(sc, fp, pages, &cqe->end_agg_cqe.sgl_or_raw_data);
3360 if (!(cqe->fast_path_cqe.status_flags &
3373 if (!(cqe->fast_path_cqe.status_flags &
3388 if (cqe->fast_path_cqe.pars_flags.flags & PARSING_FLAGS_INNER_VLAN_EXIST) {
3389 m->m_pkthdr.ether_vtag = cqe->fast_path_cqe.vlan_tag;