Searched refs:sg_size (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_debugfs.c | 135 debugfs_create_x32("sg_size", 0400, qcq_dentry, &qcq->sg_size); in ionic_debugfs_add_qcq()
|
| H A D | ionic_lif.c | 446 dma_free_coherent(dev, qcq->sg_size, qcq->sg_base, qcq->sg_base_pa); in ionic_qcq_free() 712 new->sg_size = PAGE_SIZE + (num_descs * sg_desc_size); in ionic_qcq_alloc() 713 new->sg_base = dma_alloc_coherent(dev, new->sg_size, &new->sg_base_pa, in ionic_qcq_alloc() 828 memset(qcq->sg_base, 0, qcq->sg_size); in ionic_qcq_sanitize() 2914 swap(a->sg_size, b->sg_size); in ionic_swap_queues()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_network.h | 55 int sg_size; member
|
| H A D | lio_vf_main.c | 1511 memset(g->sg, 0, g->sg_size); in liquidio_xmit()
|
| H A D | lio_main.c | 2412 memset(g->sg, 0, g->sg_size); in liquidio_xmit()
|
| /linux/fs/ecryptfs/ |
| H A D | ecryptfs_kernel.h | 553 int sg_size);
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 9270 u_int sg_size; in ahd_loadseq() local 9330 sg_size = sizeof(struct ahd_dma_seg); in ahd_loadseq() 9332 sg_size = sizeof(struct ahd_dma64_seg); in ahd_loadseq() 9333 while (sg_prefetch_cnt < sg_size) in ahd_loadseq() 9340 if ((sg_prefetch_align % sg_size) != 0 in ahd_loadseq() 9348 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); in ahd_loadseq() 9353 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 3769 int sg_size, order; in ipr_alloc_ucode_buffer() local 3773 sg_size = buf_len / (IPR_MAX_SGLIST - 1); in ipr_alloc_ucode_buffer() 3776 order = get_order(sg_size); in ipr_alloc_ucode_buffer()
|