Lines Matching refs:aq_hw_ops

335 	const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops;  in aq_add_del_fether()  local
339 if (unlikely(!aq_hw_ops->hw_filter_l2_set)) in aq_add_del_fether()
341 if (unlikely(!aq_hw_ops->hw_filter_l2_clear)) in aq_add_del_fether()
345 return aq_hw_ops->hw_filter_l2_set(aq_hw, &data); in aq_add_del_fether()
347 return aq_hw_ops->hw_filter_l2_clear(aq_hw, &data); in aq_add_del_fether()
456 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fvlan() local
458 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_add_del_fvlan()
564 const struct aq_hw_ops *aq_hw_ops, in aq_set_fl3l4() argument
567 if (unlikely(!aq_hw_ops->hw_filter_l3l4_set)) in aq_set_fl3l4()
570 return aq_hw_ops->hw_filter_l3l4_set(aq_hw, data); in aq_set_fl3l4()
576 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_add_del_fl3l4() local
585 return aq_set_fl3l4(aq_hw, aq_hw_ops, &data); in aq_add_del_fl3l4()
825 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlans_update() local
831 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_filters_vlans_update()
833 if (unlikely(!aq_hw_ops->hw_filter_vlan_ctrl)) in aq_filters_vlans_update()
843 err = aq_hw_ops->hw_filter_vlan_ctrl(aq_hw, false); in aq_filters_vlans_update()
848 err = aq_hw_ops->hw_filter_vlan_set(aq_hw, in aq_filters_vlans_update()
856 err = aq_hw_ops->hw_filter_vlan_ctrl(aq_hw, in aq_filters_vlans_update()
870 const struct aq_hw_ops *aq_hw_ops = aq_nic->aq_hw_ops; in aq_filters_vlan_offload_off() local
878 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_filters_vlan_offload_off()
880 if (unlikely(!aq_hw_ops->hw_filter_vlan_ctrl)) in aq_filters_vlan_offload_off()
884 err = aq_hw_ops->hw_filter_vlan_ctrl(aq_hw, false); in aq_filters_vlan_offload_off()
887 err = aq_hw_ops->hw_filter_vlan_set(aq_hw, in aq_filters_vlan_offload_off()