Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/arcnet/
Drfc1201.c515 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; in continue_tx() local
524 newsoft = (struct arc_rfc1201 *) in continue_tx()
528 newsoft->split_flag = ((out->numsegs - 2) << 1) | 1; in continue_tx()
530 newsoft->split_flag = out->segnum << 1; in continue_tx()
531 newsoft->proto = soft->proto; in continue_tx()
532 newsoft->sequence = soft->sequence; in continue_tx()
540 load_pkt(dev, hard, newsoft, seglen + RFC1201_HDR_SIZE, bufnum); in continue_tx()