Home
last modified time | relevance | path

Searched refs:fast_path_cqe (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c868 if (cqe->fast_path_cqe.status_flags & in bnx2x_csum_validate()
874 if (cqe->fast_path_cqe.type_error_flags & in bnx2x_csum_validate()
906 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()
1084 if (unlikely(cqe->fast_path_cqe.type_error_flags & in bnx2x_rx_int()
1113 cqe_fp = &cqe->fast_path_cqe; in bnx2x_rx_int()
H A Dbnx2x_ethtool.c2653 cqe_fp_flags = cqe->fast_path_cqe.type_error_flags; in bnx2x_run_loopback()
2658 len = le16_to_cpu(cqe->fast_path_cqe.pkt_len_or_gro_seg_len); in bnx2x_run_loopback()
2666 data = rx_buf->data + NET_SKB_PAD + cqe->fast_path_cqe.placement_offset; in bnx2x_run_loopback()
H A Dbnx2x_cmn.h784 cqe_fp = &cqe->fast_path_cqe; in bnx2x_has_rx_work()
H A Dbnx2x.h816 BNX2X_PRS_FLAG_OVERETH_IPV4(cqe->fast_path_cqe.pars_flags.flags)
H A Dbnx2x_hsi.h4319 struct eth_fast_path_rx_cqe fast_path_cqe; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic.c2933 cqe_fp_flags = cqe->fast_path_cqe.type_error_flags; in cnic_l2_completion()