Home
last modified time | relevance | path

Searched refs:dsp_pff_inst_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pci/switch/
Dswitchtec.c1146 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) { in ioctl_pff_to_port()
1147 reg = ioread32(&pcfg->dsp_pff_inst_id[i]); in ioctl_pff_to_port()
1189 if (p.port > ARRAY_SIZE(pcfg->dsp_pff_inst_id)) in ioctl_port_to_pff()
1192 ARRAY_SIZE(pcfg->dsp_pff_inst_id) + 1); in ioctl_port_to_pff()
1193 p.pff = ioread32(&pcfg->dsp_pff_inst_id[p.port - 1]); in ioctl_port_to_pff()
1558 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) { in init_pff()
1559 reg = ioread32(&pcfg->dsp_pff_inst_id[i]); in init_pff()
/linux-6.12.1/include/linux/
Dswitchtec.h302 u32 dsp_pff_inst_id[47]; member