Home
last modified time | relevance | path

Searched refs:fast_path_regular (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Deth_common.h483 struct eth_fast_path_rx_reg_cqe fast_path_regular; member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c1586 cqe_type = cqe->fast_path_regular.type; in qede_recv_pkts_regular()
1590 fp_cqe = &cqe->fast_path_regular; in qede_recv_pkts_regular()
1811 cqe_type = cqe->fast_path_regular.type; in qede_recv_pkts()
1816 fp_cqe = &cqe->fast_path_regular; in qede_recv_pkts()
2750 switch (cqe->fast_path_regular.type) {
2752 bd_count += cqe->fast_path_regular.bd_num;