Searched refs:ETH_FAST_PATH_RX_CQE_TYPE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.h2145 #define CQE_TYPE(cqe_fp_flags) ((cqe_fp_flags) & ETH_FAST_PATH_RX_CQE_TYPE)
H A Decore_hsi.h4238 #define ETH_FAST_PATH_RX_CQE_TYPE (0x3<<0) /* BitField type_error_flags (use enum eth_rx_cqe_type) */ macro
H A Dbxe.c3302 cqe_fp_type = cqe_fp_flags & ETH_FAST_PATH_RX_CQE_TYPE;

Completed in 214 milliseconds