Searched refs:txhdr_construct (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 312 return mlxsw_sp->ptp_ops->txhdr_construct(mlxsw_core, in mlxsw_sp_txhdr_handle() 2747 .txhdr_construct = mlxsw_sp_ptp_txhdr_construct, 2764 .txhdr_construct = mlxsw_sp2_ptp_txhdr_construct, 2781 .txhdr_construct = mlxsw_sp_ptp_txhdr_construct, 3952 .txhdr_construct = mlxsw_sp_txhdr_construct, 3990 .txhdr_construct = mlxsw_sp_txhdr_construct, 4029 .txhdr_construct = mlxsw_sp_txhdr_construct, 4066 .txhdr_construct = mlxsw_sp_txhdr_construct,
|
D | core.h | 418 void (*txhdr_construct)(struct sk_buff *skb, member
|
D | spectrum.h | 246 int (*txhdr_construct)(struct mlxsw_core *mlxsw_core, member
|
D | core.c | 912 mlxsw_core->driver->txhdr_construct(skb, &trans->tx_info); in mlxsw_emad_reg_access()
|