Searched refs:get_flow_control (Results 1 – 3 of 3) sorted by relevance
177 int (*get_flow_control)(struct aq_hw_s *self, u32 *fc); member
1214 if (hw->aq_fw_ops->get_flow_control) { in atl_dev_link_update()1215 hw->aq_fw_ops->get_flow_control(hw, &fc); in atl_dev_link_update()1529 if (hw->aq_fw_ops->get_flow_control == NULL) in atl_flow_ctrl_get()1532 hw->aq_fw_ops->get_flow_control(hw, &fc); in atl_flow_ctrl_get()
764 .get_flow_control = aq_fw2x_get_flow_control,