@@ -309,7 +309,8 @@ void hw_atl_rpb_rx_buff_lo_threshold_per_tc_set(struct aq_hw_s *aq_hw,
309309 u32 buffer );
310310
311311/* set rx flow control mode */
312- void hw_atl_rpb_rx_flow_ctl_mode_set (struct aq_hw_s * aq_hw , u32 rx_flow_ctl_mode );
312+ void hw_atl_rpb_rx_flow_ctl_mode_set (struct aq_hw_s * aq_hw ,
313+ u32 rx_flow_ctl_mode );
313314
314315/* set rx packet buffer size (per tc) */
315316void hw_atl_rpb_rx_pkt_buff_size_per_tc_set (struct aq_hw_s * aq_hw ,
@@ -323,7 +324,8 @@ void hw_atl_rdm_rx_dma_desc_cache_init_tgl(struct aq_hw_s *aq_hw);
323324u32 hw_atl_rdm_rx_dma_desc_cache_init_done_get (struct aq_hw_s * aq_hw );
324325
325326/* set rx xoff enable (per tc) */
326- void hw_atl_rpb_rx_xoff_en_per_tc_set (struct aq_hw_s * aq_hw , u32 rx_xoff_en_per_tc ,
327+ void hw_atl_rpb_rx_xoff_en_per_tc_set (struct aq_hw_s * aq_hw ,
328+ u32 rx_xoff_en_per_tc ,
327329 u32 buffer );
328330
329331/* rpf */
@@ -629,7 +631,8 @@ void hw_atl_tpb_tx_dma_sys_lbk_en_set(struct aq_hw_s *aq_hw, u32 tx_dma_sys_lbk_
629631
630632/* set tx packet buffer size (per tc) */
631633void hw_atl_tpb_tx_pkt_buff_size_per_tc_set (struct aq_hw_s * aq_hw ,
632- u32 tx_pkt_buff_size_per_tc , u32 buffer );
634+ u32 tx_pkt_buff_size_per_tc ,
635+ u32 buffer );
633636
634637/* set tx path pad insert enable */
635638void hw_atl_tpb_tx_path_scp_ins_en_set (struct aq_hw_s * aq_hw , u32 tx_path_scp_ins_en );
0 commit comments