Home
last modified time | relevance | path

Searched refs:pfcc_pl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c520 char pfcc_pl[MLXSW_REG_PFCC_LEN]; in mlxsw_sp_port_pfc_set() local
522 mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_pfc_set()
523 mlxsw_reg_pfcc_pprx_set(pfcc_pl, mlxsw_sp_port->link.rx_pause); in mlxsw_sp_port_pfc_set()
524 mlxsw_reg_pfcc_pptx_set(pfcc_pl, mlxsw_sp_port->link.tx_pause); in mlxsw_sp_port_pfc_set()
525 mlxsw_reg_pfcc_prio_pack(pfcc_pl, pfc->pfc_en); in mlxsw_sp_port_pfc_set()
528 pfcc_pl); in mlxsw_sp_port_pfc_set()
H A Dspectrum_ethtool.c186 char pfcc_pl[MLXSW_REG_PFCC_LEN]; in mlxsw_sp_port_pause_set() local
188 mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_pause_set()
189 mlxsw_reg_pfcc_pprx_set(pfcc_pl, pause->rx_pause); in mlxsw_sp_port_pause_set()
190 mlxsw_reg_pfcc_pptx_set(pfcc_pl, pause->tx_pause); in mlxsw_sp_port_pause_set()
193 pfcc_pl); in mlxsw_sp_port_pause_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c520 char pfcc_pl[MLXSW_REG_PFCC_LEN]; in mlxsw_sp_port_pfc_set() local
522 mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_pfc_set()
523 mlxsw_reg_pfcc_pprx_set(pfcc_pl, mlxsw_sp_port->link.rx_pause); in mlxsw_sp_port_pfc_set()
524 mlxsw_reg_pfcc_pptx_set(pfcc_pl, mlxsw_sp_port->link.tx_pause); in mlxsw_sp_port_pfc_set()
525 mlxsw_reg_pfcc_prio_pack(pfcc_pl, pfc->pfc_en); in mlxsw_sp_port_pfc_set()
528 pfcc_pl); in mlxsw_sp_port_pfc_set()
H A Dspectrum_ethtool.c193 char pfcc_pl[MLXSW_REG_PFCC_LEN]; in mlxsw_sp_port_pause_set() local
195 mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_pause_set()
196 mlxsw_reg_pfcc_pprx_set(pfcc_pl, pause->rx_pause); in mlxsw_sp_port_pause_set()
197 mlxsw_reg_pfcc_pptx_set(pfcc_pl, pause->tx_pause); in mlxsw_sp_port_pause_set()
200 pfcc_pl); in mlxsw_sp_port_pause_set()

Completed in 7 milliseconds