Home
last modified time | relevance | path

Searched refs:txhdr_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c181 struct mlxsw_txhdr_info *txhdr_info) in mlxsw_sp_txhdr_info_data_init() argument
186 txhdr_info->data = true; in mlxsw_sp_txhdr_info_data_init()
187 txhdr_info->max_fid = max_fid; in mlxsw_sp_txhdr_info_data_init()
209 struct mlxsw_txhdr_info *txhdr_info) in mlxsw_sp_txhdr_preparations() argument
220 mlxsw_sp_txhdr_info_data_init(mlxsw_sp->core, skb, txhdr_info); in mlxsw_sp_txhdr_preparations()
620 struct mlxsw_txhdr_info txhdr_info = { in mlxsw_sp_port_xmit() local
629 if (mlxsw_core_skb_transmit_busy(mlxsw_sp->core, &txhdr_info.tx_info)) in mlxsw_sp_port_xmit()
637 skb = mlxsw_sp_txhdr_preparations(mlxsw_sp, skb, &txhdr_info); in mlxsw_sp_port_xmit()
651 err = mlxsw_core_skb_transmit(mlxsw_sp->core, skb, &txhdr_info); in mlxsw_sp_port_xmit()
H A Di2c.c518 const struct mlxsw_txhdr_info *txhdr_info) in mlxsw_i2c_skb_transmit() argument