Lines Matching refs:rfc1201
95 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans()
140 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx()
142 struct Incoming *in = &lp->rfc1201.incoming[saddr]; in rx()
173 lp->rfc1201.aborted_seq = soft->sequence; in rx()
191 soft = &pkt->soft.rfc1201; in rx()
283 lp->rfc1201.aborted_seq = soft->sequence; in rx()
292 lp->rfc1201.aborted_seq = soft->sequence; in rx()
298 soft = &pkt->soft.rfc1201; in rx()
312 if (lp->rfc1201.aborted_seq != soft->sequence) { in rx()
316 lp->rfc1201.aborted_seq); in rx()
336 lp->rfc1201.aborted_seq = soft->sequence; in rx()
345 soft = &pkt->soft.rfc1201; in rx()
380 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in build_header()
421 soft->sequence = htons(lp->rfc1201.sequence++); in build_header()
486 pkt->soft.rfc1201.split_flag = 0; in prepare_tx()
499 pkt->soft.rfc1201.sequence); in prepare_tx()
504 load_pkt(dev, &pkt->hard, &pkt->soft.rfc1201, length, bufnum); in prepare_tx()
515 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; in continue_tx()