Lines Matching refs:rfc1201
94 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans()
138 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx()
140 struct Incoming *in = &lp->rfc1201.incoming[saddr]; in rx()
173 lp->rfc1201.aborted_seq = soft->sequence; in rx()
190 soft = &pkt->soft.rfc1201; in rx()
286 lp->rfc1201.aborted_seq = soft->sequence; in rx()
295 lp->rfc1201.aborted_seq = soft->sequence; in rx()
301 soft = &pkt->soft.rfc1201; in rx()
314 if (lp->rfc1201.aborted_seq != soft->sequence) { in rx()
318 lp->rfc1201.aborted_seq); in rx()
339 lp->rfc1201.aborted_seq = soft->sequence; in rx()
348 soft = &pkt->soft.rfc1201; in rx()
383 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in build_header()
423 soft->sequence = htons(lp->rfc1201.sequence++); in build_header()
487 pkt->soft.rfc1201.split_flag = 0; in prepare_tx()
500 pkt->soft.rfc1201.sequence); in prepare_tx()
505 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()