Home
last modified time | relevance | path

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

/dpdk/drivers/net/ionic/
H A Dionic_lif.h95 uint16_t num_segs_fw; /* # segs supported by current FW */ member
H A Dionic_lif.c763 uint16_t flags, num_segs_fw; in ionic_tx_qcq_alloc() local
768 num_segs_fw = IONIC_TX_MAX_SG_ELEMS_V1 + 1; in ionic_tx_qcq_alloc()
786 txq->num_segs_fw = num_segs_fw; in ionic_tx_qcq_alloc()
H A Dionic_rxtx.c609 if (txm->nb_segs > txq->num_segs_fw) { in ionic_prep_pkts()