Searched refs:rx_offld_ops (Results 1 – 3 of 3) sorted by relevance
2588 if (!soc || !soc->ops || !soc->ops->rx_offld_ops) { in cdp_register_rx_offld_flush_cb()2594 if (soc->ops->rx_offld_ops->register_rx_offld_flush_cb) in cdp_register_rx_offld_flush_cb()2595 return soc->ops->rx_offld_ops->register_rx_offld_flush_cb( in cdp_register_rx_offld_flush_cb()2609 if (!soc || !soc->ops || !soc->ops->rx_offld_ops) { in cdp_deregister_rx_offld_flush_cb()2615 if (soc->ops->rx_offld_ops->deregister_rx_offld_flush_cb) in cdp_deregister_rx_offld_flush_cb()2616 return soc->ops->rx_offld_ops->deregister_rx_offld_flush_cb(); in cdp_deregister_rx_offld_flush_cb()
2617 struct cdp_rx_offld_ops *rx_offld_ops; member
6428 .rx_offld_ops = &ol_rx_offld_ops,