Home
last modified time | relevance | path

Searched refs:max_sg_elems (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c837 for (j = 0; remain_len > 0 && j < q->max_sg_elems; j++, sg_elem++) { in ionic_rx_fill()
865 if (j < q->max_sg_elems) in ionic_rx_fill()
1703 if (unlikely(nr_frags > q->max_sg_elems)) { in ionic_tx_descs_needed()
1737 if (desc_bufs > q->max_sg_elems + 1) { in ionic_tx_descs_needed()
H A Dionic_dev.h237 unsigned int max_sg_elems; member
H A Dionic_lif.h176 u16 max_sg_elems; member
H A Dionic_lif.c613 new->q.max_sg_elems = lif->qtype_info[type].max_sg_elems; in ionic_qcq_alloc()
3939 qti->max_sg_elems = readw(&q_ident->max_sg_elems); in ionic_lif_queue_identify()
3969 qtype, qti->max_sg_elems); in ionic_lif_queue_identify()
3980 qti->max_sg_elems = min_t(u16, max_frags - 1, MAX_SKB_FRAGS); in ionic_lif_queue_identify()
3982 qtype, qti->max_sg_elems); in ionic_lif_queue_identify()
H A Dionic_if.h669 __le16 max_sg_elems; member