Lines Matching refs:cqe_fp
893 struct eth_fast_path_rx_cqe *cqe_fp; in bnx2x_rx_int() local
910 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()
915 while (BNX2X_IS_CQE_COMPLETED(cqe_fp)) { in bnx2x_rx_int()
945 cqe_fp_flags = cqe_fp->type_error_flags; in bnx2x_rx_int()
951 cqe_fp_flags, cqe_fp->status_flags, in bnx2x_rx_int()
952 le32_to_cpu(cqe_fp->rss_hash_result), in bnx2x_rx_int()
953 le16_to_cpu(cqe_fp->vlan_tag), in bnx2x_rx_int()
954 le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len)); in bnx2x_rx_int()
978 u16 queue = cqe_fp->queue_index; in bnx2x_rx_int()
985 cqe_fp); in bnx2x_rx_int()
1016 len = le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len); in bnx2x_rx_int()
1017 pad = cqe_fp->placement_offset; in bnx2x_rx_int()
1076 rxhash = bnx2x_get_rxhash(bp, cqe_fp, &rxhash_type); in bnx2x_rx_int()
1092 if (le16_to_cpu(cqe_fp->pars_flags.flags) & in bnx2x_rx_int()
1095 le16_to_cpu(cqe_fp->vlan_tag)); in bnx2x_rx_int()
1115 BNX2X_SEED_CQE(cqe_fp); in bnx2x_rx_int()
1122 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()