Lines Matching refs:env
61 u8 env; member
442 p->env = lp->cfg.mode; in send_rts()
447 p->env, p->seqid); in send_rts()
462 p->env = lp->cfg.mode; in send_rtr()
466 p->env, p->seqid); in send_rtr()
481 p->env = 0; in send_rdx()
486 p->env, p->seqid, p->u.r.ackid); in send_rdx()
679 p->stype, p->seqid, p->env); in process_rts()
683 p->env != lp->cfg.mode) in process_rts()
699 p->stype, p->seqid, p->env); in process_rtr()
702 p->env != lp->cfg.mode) in process_rtr()
722 p->stype, p->seqid, p->env, p->u.r.ackid); in process_rdx()
1554 p->env = (data_len | in write_nonraw()
1564 p->env, in write_nonraw()
1716 p->env, in read_nonraw()
1758 pkt_len = p->env & LDC_LEN; in read_nonraw()
1773 if ((first_frag == NULL && !(p->env & LDC_START)) || in read_nonraw()
1774 (first_frag != NULL && (p->env & LDC_START))) { in read_nonraw()
1814 if (p->env & LDC_STOP) in read_nonraw()