Home
last modified time | relevance | path

Searched refs:is_emad (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c164 bool is_emad = tx_info->is_emad; in mlxsw_sx_txhdr_construct() local
172 mlxsw_tx_hdr_etclass_set(txhdr, is_emad ? MLXSW_TXHDR_ETCLASS_6 : in mlxsw_sx_txhdr_construct()
177 mlxsw_tx_hdr_rdq_set(txhdr, is_emad ? MLXSW_TXHDR_RDQ_EMAD : in mlxsw_sx_txhdr_construct()
182 mlxsw_tx_hdr_emad_set(txhdr, is_emad ? MLXSW_TXHDR_EMAD : in mlxsw_sx_txhdr_construct()
299 .is_emad = false, in mlxsw_sx_port_xmit()
Dcore.h74 bool is_emad; member
Dcore.c1055 .is_emad = true, in mlxsw_core_reg_access_emad()
Dspectrum.c376 .is_emad = false, in mlxsw_sp_port_xmit()
Dpci.c1546 mlxsw_pci_wqe_lp_set(wqe, !!tx_info->is_emad); in mlxsw_pci_skb_transmit()