Lines Matching refs:env
61 u8 env; member
435 p->env = lp->cfg.mode; in send_rts()
440 p->env, p->seqid); in send_rts()
455 p->env = lp->cfg.mode; in send_rtr()
459 p->env, p->seqid); in send_rtr()
474 p->env = 0; in send_rdx()
479 p->env, p->seqid, p->u.r.ackid); in send_rdx()
673 p->stype, p->seqid, p->env); in process_rts()
677 p->env != lp->cfg.mode) in process_rts()
693 p->stype, p->seqid, p->env); in process_rtr()
696 p->env != lp->cfg.mode) in process_rtr()
716 p->stype, p->seqid, p->env, p->u.r.ackid); in process_rdx()
1612 p->env = (data_len | in write_nonraw()
1622 p->env, in write_nonraw()
1774 p->env, in read_nonraw()
1816 pkt_len = p->env & LDC_LEN; in read_nonraw()
1831 if ((first_frag == NULL && !(p->env & LDC_START)) || in read_nonraw()
1832 (first_frag != NULL && (p->env & LDC_START))) { in read_nonraw()
1872 if (p->env & LDC_STOP) in read_nonraw()