Lines Matching refs:cqe_fp
900 struct eth_fast_path_rx_cqe *cqe_fp; in bnx2x_rx_int() local
917 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()
922 while (BNX2X_IS_CQE_COMPLETED(cqe_fp)) { in bnx2x_rx_int()
952 cqe_fp_flags = cqe_fp->type_error_flags; in bnx2x_rx_int()
958 cqe_fp_flags, cqe_fp->status_flags, in bnx2x_rx_int()
959 le32_to_cpu(cqe_fp->rss_hash_result), in bnx2x_rx_int()
960 le16_to_cpu(cqe_fp->vlan_tag), in bnx2x_rx_int()
961 le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len)); in bnx2x_rx_int()
985 u16 queue = cqe_fp->queue_index; in bnx2x_rx_int()
992 cqe_fp); in bnx2x_rx_int()
1023 len = le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len); in bnx2x_rx_int()
1024 pad = cqe_fp->placement_offset; in bnx2x_rx_int()
1083 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()
1099 if (le16_to_cpu(cqe_fp->pars_flags.flags) & in bnx2x_rx_int()
1102 le16_to_cpu(cqe_fp->vlan_tag)); in bnx2x_rx_int()
1117 BNX2X_SEED_CQE(cqe_fp); in bnx2x_rx_int()
1124 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()