Searched refs:etype_off (Results 1 – 2 of 2) sorted by relevance
134 u8 etype_off; /* ETYPE offset */ member
5487 u32 buf_len, off, etype_off, i; in ice_dummy_packet_add_vlan() local 5516 etype_off = dummy_pkt->offsets[1].offset; in ice_dummy_packet_add_vlan() 5526 memcpy(pkt, dummy_pkt->pkt, etype_off); in ice_dummy_packet_add_vlan() 5527 memcpy(pkt + etype_off, in ice_dummy_packet_add_vlan() 5530 memcpy(pkt + etype_off + off, dummy_pkt->pkt + etype_off, in ice_dummy_packet_add_vlan() 5531 dummy_pkt->pkt_len - etype_off); in ice_dummy_packet_add_vlan()