Home
last modified time | relevance | path

Searched refs:entryp (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/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 in csio_add_msix_desc()
384 struct csio_msix_entries *entryp = &hw->msix_entries[0]; csio_request_irqs() local
[all...]
/kernel/linux/linux-6.6/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 in csio_add_msix_desc()
384 struct csio_msix_entries *entryp = &hw->msix_entries[0]; csio_request_irqs() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.c57 * @entryp: pointer to the srq entry
69 int srq_idx, struct srq_entry *entryp) in cxgb4_get_srq_entry()
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()
68 cxgb4_get_srq_entry(struct net_device *dev, int srq_idx, struct srq_entry *entryp) cxgb4_get_srq_entry() argument
H A Dsrq.h55 struct srq_entry *entryp; member
62 int srq_idx, struct srq_entry *entryp);
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.c57 * @entryp: pointer to the srq entry
69 int srq_idx, struct srq_entry *entryp) in cxgb4_get_srq_entry()
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()
68 cxgb4_get_srq_entry(struct net_device *dev, int srq_idx, struct srq_entry *entryp) cxgb4_get_srq_entry() argument
H A Dsrq.h55 struct srq_entry *entryp; member
62 int srq_idx, struct srq_entry *entryp);
/kernel/linux/linux-5.10/include/sound/
H A Dinfo.h133 struct snd_info_entry **entryp) in snd_card_proc_new()
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()
132 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) snd_card_proc_new() argument
178 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) snd_card_proc_new() argument
/kernel/linux/linux-6.6/include/sound/
H A Dinfo.h131 struct snd_info_entry **entryp) in snd_card_proc_new()
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()
130 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) snd_card_proc_new() argument
176 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) snd_card_proc_new() argument
/kernel/linux/linux-5.10/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()
132 pr_debug("OPAL Entry = 0x%llx (entryp=%p basesz=%d)\n", in early_init_dt_scan_opal()
133 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
/kernel/linux/linux-6.6/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()
132 pr_debug("OPAL Entry = 0x%llx (entryp=%p basesz=%d)\n", in early_init_dt_scan_opal()
133 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
/kernel/linux/linux-6.6/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 in enetc_psfp_parse_clsflower()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c1086 struct flow_action_entry *entryg = NULL, *entryp = NULL; in enetc_psfp_parse_clsflower() local
1108 entryp = entry; in enetc_psfp_parse_clsflower()
1238 if (entryp) { in enetc_psfp_parse_clsflower()
1239 if (entryp->police.burst) { in enetc_psfp_parse_clsflower()
1246 fmi->cir = entryp->police.rate_bytes_ps; in enetc_psfp_parse_clsflower()
1247 fmi->cbs = entryp->police.burst; in enetc_psfp_parse_clsflower()
1248 fmi->index = entryp->police.index; in enetc_psfp_parse_clsflower()
1254 if (entryp->police.mtu) in enetc_psfp_parse_clsflower()
1255 sfi->maxsdu = entryp->police.mtu; in enetc_psfp_parse_clsflower()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Drtas.c1311 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1317 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1326 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1328 rtas.entry = *entryp; in early_init_dt_scan_rtas()
/kernel/linux/linux-5.10/include/linux/
H A Dswapops.h237 static inline void make_migration_entry_read(swp_entry_t *entryp) { } in make_migration_entry_read() argument
/kernel/linux/linux-6.6/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()

Completed in 24 milliseconds