Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c701 int last_frag_sz, bytes_in_prev, nr_frags; in mlx5e_get_fcs() local
719 bytes_in_prev = ETH_FCS_LEN - last_frag_sz; in mlx5e_get_fcs()
730 fcs_p1 -= bytes_in_prev; in mlx5e_get_fcs()
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()