Home
last modified time | relevance | path

Searched refs:fcs_bytes (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c704 __be32 fcs_bytes; in mlx5e_get_fcs() local
732 memcpy(&fcs_bytes, fcs_p1, bytes_in_prev); in mlx5e_get_fcs()
733 memcpy(((u8 *)&fcs_bytes) + bytes_in_prev, fcs_p2, last_frag_sz); in mlx5e_get_fcs()
735 return fcs_bytes; in mlx5e_get_fcs()