Searched refs:entryp (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/csiostor/ |
A D | csio_isr.c | 361 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/drivers/net/ethernet/chelsio/cxgb4/ |
A 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()
|
A D | srq.h | 55 struct srq_entry *entryp; member 62 int srq_idx, struct srq_entry *entryp);
|
/linux/include/sound/ |
A D | info.h | 133 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/drivers/net/ethernet/freescale/enetc/ |
A D | enetc_qos.c | 1080 struct flow_action_entry *entryg = NULL, *entryp = NULL; in enetc_psfp_parse_clsflower() local 1102 entryp = entry; in enetc_psfp_parse_clsflower() 1232 if (entryp) { in enetc_psfp_parse_clsflower() 1233 if (entryp->police.rate_pkt_ps) { in enetc_psfp_parse_clsflower() 1238 if (entryp->police.burst) { in enetc_psfp_parse_clsflower() 1245 fmi->cir = entryp->police.rate_bytes_ps; in enetc_psfp_parse_clsflower() 1246 fmi->cbs = entryp->police.burst; in enetc_psfp_parse_clsflower() 1247 fmi->index = entryp->police.index; in enetc_psfp_parse_clsflower() 1253 if (entryp->police.mtu) in enetc_psfp_parse_clsflower() 1254 sfi->maxsdu = entryp->police.mtu; in enetc_psfp_parse_clsflower()
|
/linux/arch/powerpc/platforms/powernv/ |
A D | opal.c | 113 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/arch/powerpc/kernel/ |
A D | rtas.c | 1229 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1235 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas() 1238 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1240 rtas.entry = *entryp; in early_init_dt_scan_rtas()
|
Completed in 23 milliseconds