Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c1148 int offset, off_in_m; in gen_parse_tx() local
1159 off_in_m = 0; in gen_parse_tx()
1171 off_in_m = sizeof(struct statusblock); in gen_parse_tx()
1208 if (m->m_len == off_in_m + sizeof(struct ether_vlan_header)) { in gen_parse_tx()
1210 off_in_m = 0; in gen_parse_tx()
1214 off_in_m += sizeof(struct ether_vlan_header); in gen_parse_tx()
1221 if (m->m_len == off_in_m + sizeof(struct ether_header)) { in gen_parse_tx()
1223 off_in_m = 0; in gen_parse_tx()
1227 off_in_m += sizeof(struct ether_header); in gen_parse_tx()