Searched refs:fast_path_regular (Results 1 – 4 of 4) sorted by relevance
27 if (unlikely(le16_to_cpu(cqe->fast_path_regular.pars_flags.flags) & in qede_ptp_record_rx_ts()29 if (likely(le16_to_cpu(cqe->fast_path_regular.pars_flags.flags) in qede_ptp_record_rx_ts()
1277 cqe_type = cqe->fast_path_regular.type; in qede_rx_process_cqe()1298 fp_cqe = &cqe->fast_path_regular; in qede_rx_process_cqe()1309 flags = cqe->fast_path_regular.pars_flags.flags; in qede_rx_process_cqe()
1563 fp_cqe = &cqe->fast_path_regular; in qede_selftest_receive_traffic()
307 struct eth_fast_path_rx_reg_cqe fast_path_regular; member