Searched refs:cqe_fp (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c901 struct eth_fast_path_rx_cqe *cqe_fp; local
918 cqe_fp = &cqe->fast_path_cqe;
923 while (BNX2X_IS_CQE_COMPLETED(cqe_fp)) {
953 cqe_fp_flags = cqe_fp->type_error_flags;
959 cqe_fp_flags, cqe_fp->status_flags,
960 le32_to_cpu(cqe_fp->rss_hash_result),
961 le16_to_cpu(cqe_fp->vlan_tag),
962 le16_to_cpu(cqe_fp->pkt_len_or_gro_seg_len));
986 u16 queue = cqe_fp->queue_index;
993 cqe_fp);
[all...]
H A Dbnx2x_cmn.h774 #define BNX2X_IS_CQE_COMPLETED(cqe_fp) (cqe_fp->marker == 0x0)
775 #define BNX2X_SEED_CQE(cqe_fp) (cqe_fp->marker = 0xFFFFFFFF)
780 struct eth_fast_path_rx_cqe *cqe_fp; local
784 cqe_fp = &cqe->fast_path_cqe;
785 return BNX2X_IS_CQE_COMPLETED(cqe_fp);

Completed in 187 milliseconds