Searched refs:num_segs_fw (Results 1 – 3 of 3) sorted by relevance
95 uint16_t num_segs_fw; /* # segs supported by current FW */ member
763 uint16_t flags, num_segs_fw; in ionic_tx_qcq_alloc() local768 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()
609 if (txm->nb_segs > txq->num_segs_fw) { in ionic_prep_pkts()