Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_isr.c355 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-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dsrq.c69 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()
Dsrq.h55 struct srq_entry *entryp; member
62 int srq_idx, struct srq_entry *entryp);
/linux-5.19.10/include/sound/
Dinfo.h133 struct snd_info_entry **entryp) in snd_card_proc_new() argument
135 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
136 return *entryp ? 0 : -ENOMEM; in snd_card_proc_new()
179 struct snd_info_entry **entryp) { return -EINVAL; } in snd_card_proc_new() argument
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c1069 struct flow_action_entry *entryg = NULL, *entryp = NULL; in enetc_psfp_parse_clsflower() local
1091 entryp = entry; in enetc_psfp_parse_clsflower()
1221 if (entryp) { in enetc_psfp_parse_clsflower()
1222 err = enetc_psfp_policer_validate(&rule->action, entryp, extack); in enetc_psfp_parse_clsflower()
1226 if (entryp->police.burst) { in enetc_psfp_parse_clsflower()
1233 fmi->cir = entryp->police.rate_bytes_ps; in enetc_psfp_parse_clsflower()
1234 fmi->cbs = entryp->police.burst; in enetc_psfp_parse_clsflower()
1235 fmi->index = entryp->hw_index; in enetc_psfp_parse_clsflower()
1241 if (entryp->police.mtu) in enetc_psfp_parse_clsflower()
1242 sfi->maxsdu = entryp->police.mtu; in enetc_psfp_parse_clsflower()
/linux-5.19.10/arch/powerpc/platforms/powernv/
Dopal.c113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
120 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal()
123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
127 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal()
133 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
/linux-5.19.10/arch/powerpc/kernel/
Drtas.c1335 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1341 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1350 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1352 rtas.entry = *entryp; in early_init_dt_scan_rtas()