Searched refs:txhdr_construct (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 314 return mlxsw_sp->ptp_ops->txhdr_construct(mlxsw_core, in mlxsw_sp_txhdr_handle() 2795 .txhdr_construct = mlxsw_sp_ptp_txhdr_construct, 2814 .txhdr_construct = mlxsw_sp2_ptp_txhdr_construct, 2833 .txhdr_construct = mlxsw_sp_ptp_txhdr_construct, 3995 .txhdr_construct = mlxsw_sp_txhdr_construct, 4033 .txhdr_construct = mlxsw_sp_txhdr_construct, 4070 .txhdr_construct = mlxsw_sp_txhdr_construct, 4105 .txhdr_construct = mlxsw_sp_txhdr_construct,
|
H A D | core.h | 428 void (*txhdr_construct)(struct sk_buff *skb, member
|
H A D | spectrum.h | 246 int (*txhdr_construct)(struct mlxsw_core *mlxsw_core, member
|
H A D | core.c | 998 mlxsw_core->driver->txhdr_construct(skb, &trans->tx_info); in mlxsw_emad_reg_access()
|