Searched refs:newsoft (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | rfc1201.c | 515 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; in continue_tx() local 524 newsoft = (struct arc_rfc1201 *) in continue_tx() 527 if (!out->segnum) /* first packet; newsoft == soft */ 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()
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | rfc1201.c | 515 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; in continue_tx() local 524 newsoft = (struct arc_rfc1201 *) in continue_tx() 527 if (!out->segnum) /* first packet; newsoft == soft */ 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()
|
Completed in 2 milliseconds