Searched refs:txhdr_info (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci.c | 2099 const struct mlxsw_txhdr_info *txhdr_info) in mlxsw_pci_txhdr_construct() argument 2101 const struct mlxsw_tx_info tx_info = txhdr_info->tx_info; in mlxsw_pci_txhdr_construct() 2114 if (unlikely(txhdr_info->data)) { in mlxsw_pci_txhdr_construct() 2115 u16 fid = txhdr_info->max_fid + tx_info.local_port - 1; in mlxsw_pci_txhdr_construct() 2158 const struct mlxsw_txhdr_info *txhdr_info) in mlxsw_pci_skb_transmit() argument 2167 err = mlxsw_pci_txhdr_construct(skb, txhdr_info); in mlxsw_pci_skb_transmit() 2177 q = mlxsw_pci_sdq_pick(mlxsw_pci, &txhdr_info->tx_info); in mlxsw_pci_skb_transmit() 2185 mlxsw_skb_cb(skb)->tx_info = txhdr_info->tx_info; in mlxsw_pci_skb_transmit()
|
| H A D | core.h | 104 const struct mlxsw_txhdr_info *txhdr_info); 493 const struct mlxsw_txhdr_info *txhdr_info);
|
| H A D | core.c | 681 struct mlxsw_txhdr_info txhdr_info; member 745 err = mlxsw_core_skb_transmit(mlxsw_core, skb, &trans->txhdr_info); in mlxsw_emad_transmit() 987 trans->txhdr_info.tx_info.local_port = MLXSW_PORT_CPU_PORT; in mlxsw_emad_reg_access() 988 trans->txhdr_info.tx_info.is_emad = true; in mlxsw_emad_reg_access() 2332 const struct mlxsw_txhdr_info *txhdr_info) in mlxsw_core_skb_transmit() argument 2335 txhdr_info); in mlxsw_core_skb_transmit()
|
| H A D | spectrum.c | 181 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 D | i2c.c | 519 const struct mlxsw_txhdr_info *txhdr_info) in mlxsw_i2c_skb_transmit() argument
|