Lines Matching refs:cqe_fp
885 struct eth_fast_path_rx_cqe *cqe_fp; in bnx2x_rx_int() local
902 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()
907 while (BNX2X_IS_CQE_COMPLETED(cqe_fp)) { in bnx2x_rx_int()
937 cqe_fp_flags = cqe_fp->type_error_flags; in bnx2x_rx_int()
943 cqe_fp_flags, cqe_fp->status_flags, in bnx2x_rx_int()
944 le32_to_cpu(cqe_fp->rss_hash_result), in bnx2x_rx_int()
945 le16_to_cpu(cqe_fp->vlan_tag), in bnx2x_rx_int()
946 le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len)); in bnx2x_rx_int()
970 u16 queue = cqe_fp->queue_index; in bnx2x_rx_int()
977 cqe_fp); in bnx2x_rx_int()
1008 len = le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len); in bnx2x_rx_int()
1009 pad = cqe_fp->placement_offset; in bnx2x_rx_int()
1068 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()
1084 if (le16_to_cpu(cqe_fp->pars_flags.flags) & in bnx2x_rx_int()
1087 le16_to_cpu(cqe_fp->vlan_tag)); in bnx2x_rx_int()
1102 BNX2X_SEED_CQE(cqe_fp); in bnx2x_rx_int()
1109 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()