Home | History | Annotate | Download | only in e1000

Lines Matching refs:max_frame_size

1418 	uint32_t		max_frame_size;
2553 ((length) <= ((adapter)->max_frame_size + 1))) : \
2555 ((length) <= ((adapter)->max_frame_size + VLAN_TAG_SIZE + 1)))))