Searched refs:entryp (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_isr.c | 355 struct csio_msix_entries *entryp = &hw->msix_entries[0]; in csio_add_msix_desc() local 357 int len = sizeof(entryp->desc) - 1; in csio_add_msix_desc() 361 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc() 362 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-nondata", in csio_add_msix_desc() 365 entryp++; in csio_add_msix_desc() 366 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc() 367 snprintf(entryp->desc, len, "csio-%02x:%02x:%x-fwevt", in csio_add_msix_desc() 369 entryp++; in csio_add_msix_desc() 372 for (i = k; i < cnt; i++, entryp++) { in csio_add_msix_desc() 373 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc() [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | srq.c | 69 int srq_idx, struct srq_entry *entryp) in cxgb4_get_srq_entry() argument 96 s->entryp = entryp; in cxgb4_get_srq_entry() 105 WARN_ON_ONCE(entryp->idx != srq_idx); in cxgb4_get_srq_entry() 127 e = s->entryp; in do_srq_table_rpl()
|
D | srq.h | 55 struct srq_entry *entryp; member 62 int srq_idx, struct srq_entry *entryp);
|
/Linux-v4.19/include/sound/ |
D | info.h | 149 struct snd_info_entry **entryp) in snd_card_proc_new() argument 151 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new() 152 return *entryp ? 0 : -ENOMEM; in snd_card_proc_new() 188 struct snd_info_entry **entryp) { return -EINVAL; } in snd_card_proc_new() argument
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal.c | 104 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 111 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal() 114 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 118 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 124 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtas.c | 1191 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1197 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas() 1200 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1202 rtas.entry = *entryp; in early_init_dt_scan_rtas()
|
/Linux-v4.19/include/linux/ |
D | swapops.h | 248 static inline void make_migration_entry_read(swp_entry_t *entryp) { } in make_migration_entry_read() argument
|