Searched refs:bytes_in_prev (Results 1 – 1 of 1) sorted by relevance
701 int last_frag_sz, bytes_in_prev, nr_frags; in mlx5e_get_fcs() local719 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()