Lines Matching refs:rfc1201
95 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans()
139 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx()
141 struct Incoming *in = &lp->rfc1201.incoming[saddr]; in rx()
174 lp->rfc1201.aborted_seq = soft->sequence; in rx()
191 soft = &pkt->soft.rfc1201; in rx()
287 lp->rfc1201.aborted_seq = soft->sequence; in rx()
296 lp->rfc1201.aborted_seq = soft->sequence; in rx()
302 soft = &pkt->soft.rfc1201; in rx()
315 if (lp->rfc1201.aborted_seq != soft->sequence) { in rx()
319 lp->rfc1201.aborted_seq); in rx()
340 lp->rfc1201.aborted_seq = soft->sequence; in rx()
349 soft = &pkt->soft.rfc1201; in rx()
384 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in build_header()
424 soft->sequence = htons(lp->rfc1201.sequence++); in build_header()
488 pkt->soft.rfc1201.split_flag = 0; in prepare_tx()
501 pkt->soft.rfc1201.sequence); in prepare_tx()
506 load_pkt(dev, &pkt->hard, &pkt->soft.rfc1201, length, bufnum); in prepare_tx()
516 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; in continue_tx()