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()
1259 cqe_type = cqe->fast_path_regular.type; in qede_rx_process_cqe()1280 fp_cqe = &cqe->fast_path_regular; in qede_rx_process_cqe()1291 flags = cqe->fast_path_regular.pars_flags.flags; in qede_rx_process_cqe()
1584 fp_cqe = &cqe->fast_path_regular; in qede_selftest_receive_traffic()
308 struct eth_fast_path_rx_reg_cqe fast_path_regular; member