Home
last modified time | relevance | path

Searched refs:sg_desc_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c1025 size_t sg_desc_size, unsigned int pid) in ionic_q_init() argument
1040 q->sg_desc_size = sg_desc_size; in ionic_q_init()
H A Dionic_debugfs.c162 desc_blob->size = (unsigned long)q->num_descs * q->sg_desc_size; in ionic_debugfs_add_qcq()
H A Dionic_lif.c559 unsigned int sg_desc_size, in ionic_qcq_alloc() argument
617 desc_size, sg_desc_size, pid); in ionic_qcq_alloc()
712 new->sg_size = PAGE_SIZE + (num_descs * sg_desc_size); in ionic_qcq_alloc()
2909 swap(a->q.sg_desc_size, b->q.sg_desc_size); in ionic_swap_queues()
H A Dionic_txrx.c107 if (likely(q->sg_desc_size == sizeof(struct ionic_txq_sg_desc_v1))) in ionic_tx_sg_elems()