Searched refs:txhdr_info (Results 1 – 2 of 2) sorted by relevance
181 struct mlxsw_txhdr_info *txhdr_info) in mlxsw_sp_txhdr_info_data_init() argument186 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() argument220 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() local629 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()
518 const struct mlxsw_txhdr_info *txhdr_info) in mlxsw_i2c_skb_transmit() argument