Searched refs:txhdr_construct (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 312 return mlxsw_sp->ptp_ops->txhdr_construct(mlxsw_core, in mlxsw_sp_txhdr_handle() 2753 .txhdr_construct = mlxsw_sp_ptp_txhdr_construct, 2770 .txhdr_construct = mlxsw_sp2_ptp_txhdr_construct, 2787 .txhdr_construct = mlxsw_sp_ptp_txhdr_construct, 3942 .txhdr_construct = mlxsw_sp_txhdr_construct, 3980 .txhdr_construct = mlxsw_sp_txhdr_construct, 4017 .txhdr_construct = mlxsw_sp_txhdr_construct, 4052 .txhdr_construct = mlxsw_sp_txhdr_construct,
|
H A D | core.h | 417 void (*txhdr_construct)(struct sk_buff *skb, member
|
H A D | spectrum.h | 248 int (*txhdr_construct)(struct mlxsw_core *mlxsw_core, member
|
H A D | core.c | 984 mlxsw_core->driver->txhdr_construct(skb, &trans->tx_info); in mlxsw_emad_reg_access()
|