Home
last modified time | relevance | path

Searched refs:npending (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_ef100_tx.c974 unsigned int npending = 0; in sfc_ef100_tx_qdesc_npending() local
982 npending += EFX_QWORD_FIELD(tx_ev, ESF_GZ_EV_TXCMPL_NUM_DESC); in sfc_ef100_tx_qdesc_npending()
991 return npending; in sfc_ef100_tx_qdesc_npending()
H A Dsfc_ef10_rx.c568 unsigned int npending = sfc_ef10_rx_qdesc_npending(dp_rxq); in sfc_ef10_rx_qdesc_status() local
573 if (offset < npending) in sfc_ef10_rx_qdesc_status()
H A Dsfc_ef10_tx.c1112 unsigned int npending = sfc_ef10_tx_qdesc_npending(txq); in sfc_ef10_tx_qdesc_status() local
1120 if (unlikely(offset < npending)) in sfc_ef10_tx_qdesc_status()