Lines Matching refs:cqe_fp
888 struct eth_fast_path_rx_cqe *cqe_fp; in bnx2x_rx_int() local
905 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()
910 while (BNX2X_IS_CQE_COMPLETED(cqe_fp)) { in bnx2x_rx_int()
940 cqe_fp_flags = cqe_fp->type_error_flags; in bnx2x_rx_int()
946 cqe_fp_flags, cqe_fp->status_flags, in bnx2x_rx_int()
947 le32_to_cpu(cqe_fp->rss_hash_result), in bnx2x_rx_int()
948 le16_to_cpu(cqe_fp->vlan_tag), in bnx2x_rx_int()
949 le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len)); in bnx2x_rx_int()
973 u16 queue = cqe_fp->queue_index; in bnx2x_rx_int()
980 cqe_fp); in bnx2x_rx_int()
1011 len = le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len); in bnx2x_rx_int()
1012 pad = cqe_fp->placement_offset; in bnx2x_rx_int()
1071 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()
1087 if (le16_to_cpu(cqe_fp->pars_flags.flags) & in bnx2x_rx_int()
1090 le16_to_cpu(cqe_fp->vlan_tag)); in bnx2x_rx_int()
1105 BNX2X_SEED_CQE(cqe_fp); in bnx2x_rx_int()
1112 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()