Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/csiostor/
A Dcsio_isr.c361 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc()
365 entryp++; in csio_add_msix_desc()
366 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc()
369 entryp++; in csio_add_msix_desc()
373 memset(entryp->desc, 0, len + 1); in csio_add_msix_desc()
404 entryp[k].desc, hw); in csio_request_irqs()
411 entryp[k++].dev_id = hw; in csio_request_irqs()
414 entryp[k].desc, hw); in csio_request_irqs()
421 entryp[k++].dev_id = (void *)hw; in csio_request_irqs()
431 entryp[k].desc, q); in csio_request_irqs()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
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()
A Dsrq.h55 struct srq_entry *entryp; member
62 int srq_idx, struct srq_entry *entryp);
/linux-6.3-rc2/include/sound/
A 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-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_qos.c1063 struct flow_action_entry *entryg = NULL, *entryp = NULL; in enetc_psfp_parse_clsflower() local
1085 entryp = entry; in enetc_psfp_parse_clsflower()
1215 if (entryp) { in enetc_psfp_parse_clsflower()
1216 err = enetc_psfp_policer_validate(&rule->action, entryp, extack); in enetc_psfp_parse_clsflower()
1220 if (entryp->police.burst) { in enetc_psfp_parse_clsflower()
1227 fmi->cir = entryp->police.rate_bytes_ps; in enetc_psfp_parse_clsflower()
1228 fmi->cbs = entryp->police.burst; in enetc_psfp_parse_clsflower()
1229 fmi->index = entryp->hw_index; in enetc_psfp_parse_clsflower()
1235 if (entryp->police.mtu) in enetc_psfp_parse_clsflower()
1236 sfi->maxsdu = entryp->police.mtu; in enetc_psfp_parse_clsflower()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
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()
/linux-6.3-rc2/arch/powerpc/kernel/
A Drtas.c1973 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1979 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1988 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1990 rtas.entry = *entryp; in early_init_dt_scan_rtas()

Completed in 16 milliseconds