Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A Dsrq.h55 struct srq_entry *entryp; member
62 int srq_idx, struct srq_entry *entryp);
/openbmc/linux/include/sound/
H A Dinfo.h131 struct snd_info_entry **entryp) in snd_card_proc_new() argument
133 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
134 return *entryp ? 0 : -ENOMEM; in snd_card_proc_new()
177 struct snd_info_entry **entryp) { return -EINVAL; } in snd_card_proc_new() argument
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c1128 struct flow_action_entry *entryg = NULL, *entryp = NULL; in enetc_psfp_parse_clsflower() local
1150 entryp = entry; in enetc_psfp_parse_clsflower()
1280 if (entryp) { in enetc_psfp_parse_clsflower()
1281 err = enetc_psfp_policer_validate(&rule->action, entryp, extack); in enetc_psfp_parse_clsflower()
1285 if (entryp->police.burst) { in enetc_psfp_parse_clsflower()
1292 fmi->cir = entryp->police.rate_bytes_ps; in enetc_psfp_parse_clsflower()
1293 fmi->cbs = entryp->police.burst; in enetc_psfp_parse_clsflower()
1294 fmi->index = entryp->hw_index; in enetc_psfp_parse_clsflower()
1300 if (entryp->police.mtu) in enetc_psfp_parse_clsflower()
1301 sfi->maxsdu = entryp->police.mtu; in enetc_psfp_parse_clsflower()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A 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()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c2026 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
2032 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
2041 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
2043 rtas.entry = *entryp; in early_init_dt_scan_rtas()