Searched refs:pfcc_pl (Results 1 – 2 of 2) sorted by relevance
574 char pfcc_pl[MLXSW_REG_PFCC_LEN]; in mlxsw_sp_port_pfc_set() local576 mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_pfc_set()577 mlxsw_reg_pfcc_pprx_set(pfcc_pl, mlxsw_sp_port->link.rx_pause); in mlxsw_sp_port_pfc_set()578 mlxsw_reg_pfcc_pptx_set(pfcc_pl, mlxsw_sp_port->link.tx_pause); in mlxsw_sp_port_pfc_set()579 mlxsw_reg_pfcc_prio_pack(pfcc_pl, pfc->pfc_en); in mlxsw_sp_port_pfc_set()582 pfcc_pl); in mlxsw_sp_port_pfc_set()
1738 char pfcc_pl[MLXSW_REG_PFCC_LEN]; in mlxsw_sp_port_pause_set() local1740 mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_pause_set()1741 mlxsw_reg_pfcc_pprx_set(pfcc_pl, pause->rx_pause); in mlxsw_sp_port_pause_set()1742 mlxsw_reg_pfcc_pptx_set(pfcc_pl, pause->tx_pause); in mlxsw_sp_port_pause_set()1745 pfcc_pl); in mlxsw_sp_port_pause_set()