Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ef10_essb_rx.c351 const efx_qword_t *qwordp; in sfc_ef10_essb_rx_get_pending() local
363 qwordp = (const efx_qword_t *) in sfc_ef10_essb_rx_get_pending()
366 EFX_QWORD_FIELD(*qwordp, in sfc_ef10_essb_rx_get_pending()
378 !!EFX_TEST_QWORD_BIT(*qwordp, in sfc_ef10_essb_rx_get_pending()
381 !!EFX_TEST_QWORD_BIT(*qwordp, in sfc_ef10_essb_rx_get_pending()
384 !!EFX_TEST_QWORD_BIT(*qwordp, in sfc_ef10_essb_rx_get_pending()
389 EFX_QWORD_FIELD(*qwordp, in sfc_ef10_essb_rx_get_pending()
392 EFX_QWORD_FIELD(*qwordp, in sfc_ef10_essb_rx_get_pending()
/dpdk/drivers/common/sfc_efx/base/
H A Def10_rx.c962 efx_qword_t *qwordp; in ef10_rx_qps_packet_info() local
970 qwordp = (efx_qword_t *)buffer; in ef10_rx_qps_packet_info()
971 *timestamp = EFX_QWORD_FIELD(*qwordp, ES_DZ_PS_RX_PREFIX_TSTAMP); in ef10_rx_qps_packet_info()
972 *lengthp = EFX_QWORD_FIELD(*qwordp, ES_DZ_PS_RX_PREFIX_ORIG_LEN); in ef10_rx_qps_packet_info()
973 buf_len = EFX_QWORD_FIELD(*qwordp, ES_DZ_PS_RX_PREFIX_CAP_LEN); in ef10_rx_qps_packet_info()