Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h132 unsigned long nelem; /* DW 3 */ member
374 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload()
387 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore()
401 unsigned long nelem, unsigned long hints) in gru_ivload()
414 unsigned char xtype, unsigned long nelem, unsigned long hints) in gru_ivstore()
426 unsigned long value, unsigned char xtype, unsigned long nelem, in gru_vset()
441 unsigned long nelem, unsigned long hints) in gru_ivset()
454 unsigned long nelem, unsigned char xtype, unsigned long stride, in gru_vflush()
476 unsigned int tri0, unsigned int xtype, unsigned long nelem, in gru_bcopy()
491 unsigned long nelem, unsigned long hints) in gru_bstore()
[all …]
/linux/drivers/sbus/char/
H A Doradax.c402 static void dax_unlock_pages(struct dax_ctx *ctx, int ccb_index, int nelem) in dax_unlock_pages()
436 int nelem, u64 *err_va) in dax_lock_pages()
757 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
776 static int dax_preprocess_usr_ccbs(struct dax_ctx *ctx, int idx, int nelem) in dax_preprocess_usr_ccbs()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.h98 static inline size_t size_vstruct(size_t nelem, size_t elem_size, size_t base) in size_vstruct()
/linux/drivers/xen/
H A Dprivcmd.c120 unsigned nelem, size_t size, in gather_array()
164 static int traverse_pages(unsigned nelem, size_t size, in traverse_pages()
200 static int traverse_pages_block(unsigned nelem, size_t size, in traverse_pages_block()
/linux/drivers/ata/
H A Dsata_qstor.c266 unsigned int nelem; in qs_qc_prep() local
/linux/drivers/accel/qaic/
H A Dqaic_control.c215 u32 nelem; member
640 u32 nelem; in encode_activate() local
/linux/drivers/net/ethernet/tehuti/
H A Dtn40.h81 unsigned int nelem; member
H A Dtn40.c69 static struct tn40_rxdb *tn40_rxdb_alloc(int nelem) in tn40_rxdb_alloc()
H A Dtehuti.c922 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
H A Dtehuti.h179 int nelem; member
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c751 static void *alloc_ring(struct device *dev, size_t nelem, size_t hwsize, in alloc_ring()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c614 static void *alloc_ring(struct pci_dev *pdev, size_t nelem, size_t elem_size, in alloc_ring()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c657 static void *alloc_ring(struct device *dev, size_t nelem, size_t elem_size, in alloc_ring()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1532 static void seq_buf_print_array(struct seq_buf *s, const int *array, int nelem) in seq_buf_print_array()