Lines Matching refs:ppeds_ops
33 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_vp_setup_fw_recovery()
39 if (soc->ops->ppeds_ops->ppeds_vp_setup_recovery) in cdp_ppesds_vp_setup_fw_recovery()
40 return soc->ops->ppeds_ops->ppeds_vp_setup_recovery(soc, in cdp_ppesds_vp_setup_fw_recovery()
61 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_update_dev_stats()
67 if (soc->ops->ppeds_ops->ppeds_stats_sync) in cdp_ppesds_update_dev_stats()
68 return soc->ops->ppeds_ops->ppeds_stats_sync(soc, in cdp_ppesds_update_dev_stats()
89 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_entry_attach()
95 if (soc->ops->ppeds_ops->ppeds_entry_attach) in cdp_ppesds_entry_attach()
96 return soc->ops->ppeds_ops->ppeds_entry_attach(soc, vdev_id, in cdp_ppesds_entry_attach()
116 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_entry_detach()
122 if (soc->ops->ppeds_ops->ppeds_entry_detach) in cdp_ppesds_entry_detach()
123 return soc->ops->ppeds_ops->ppeds_entry_detach(soc, in cdp_ppesds_entry_detach()
137 if (!soc || !soc->ops || !soc->ops->ppeds_ops) in cdp_ppeds_attached()
154 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_set_int_pri2tid()
160 if (soc->ops->ppeds_ops->ppeds_set_int_pri2tid) in cdp_ppesds_set_int_pri2tid()
161 return soc->ops->ppeds_ops->ppeds_set_int_pri2tid(soc, pri2tid); in cdp_ppesds_set_int_pri2tid()
176 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_update_int_pri2tid()
181 if (soc->ops->ppeds_ops->ppeds_update_int_pri2tid) in cdp_ppesds_update_int_pri2tid()
182 return soc->ops->ppeds_ops->ppeds_update_int_pri2tid(soc, pri, in cdp_ppesds_update_int_pri2tid()
195 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_entry_dump()
201 if (soc->ops->ppeds_ops->ppeds_entry_dump) in cdp_ppesds_entry_dump()
202 soc->ops->ppeds_ops->ppeds_entry_dump(soc); in cdp_ppesds_entry_dump()
217 if (!soc || !soc->ops || !soc->ops->ppeds_ops) { in cdp_ppesds_enable_pri2tid()
223 if (soc->ops->ppeds_ops->ppeds_enable_pri2tid) in cdp_ppesds_enable_pri2tid()
224 return soc->ops->ppeds_ops->ppeds_enable_pri2tid(soc, vdev_id, in cdp_ppesds_enable_pri2tid()