Symbol: PARA_LEN
drivers/net/fddi/skfp/ess.c
498
chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
503
chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
508
chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
515
chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
521
chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
528
chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
589
req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
594
req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
604
req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
611
req->pl_req.para.p_len = sizeof(struct smt_p_0017) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
617
req->ov_req.para.p_len = sizeof(struct smt_p_0018) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
623
req->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
629
req->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
635
req->a_addr.para.p_len = sizeof(struct smt_p_0019) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
641
req->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
646
req->tneg.para.p_len = sizeof(struct smt_p_001b) - PARA_LEN ;
drivers/net/fddi/skfp/ess.c
651
req->segm.para.p_len = sizeof(struct smt_p_001c) - PARA_LEN ;
drivers/net/fddi/skfp/h/smt.h
111
(p)->para.p_len = sizeof(*(p)) - PARA_LEN
drivers/net/fddi/skfp/pmf.c
1044
pa->p_len = plen - len - PARA_LEN ;
drivers/net/fddi/skfp/pmf.c
1594
if ( (n < 0 ) || (n > (int)(len - PARA_LEN))) {
drivers/net/fddi/skfp/pmf.c
1595
n = len - PARA_LEN ;
drivers/net/fddi/skfp/pmf.c
1632
plen = (pa->p_len + PARA_LEN + 3) & ~3 ;
drivers/net/fddi/skfp/pmf.c
370
if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) {
drivers/net/fddi/skfp/pmf.c
380
index = *((u_char *)pa + PARA_LEN + 3) ;/* index */
drivers/net/fddi/skfp/pmf.c
467
len -= pa->p_len + PARA_LEN ;
drivers/net/fddi/skfp/pmf.c
468
pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ;
drivers/net/fddi/skfp/pmf.c
579
to += PARA_LEN ; /* skip smt_para */
drivers/net/fddi/skfp/pmf.c
580
len -= PARA_LEN ;
drivers/net/fddi/skfp/smt.c
1339
len = PARA_LEN +
drivers/net/fddi/skfp/smt.c
1343
path->para.p_len = len - PARA_LEN ;
drivers/net/fddi/skfp/smt.c
1670
plen = ((struct smt_para *)p)->p_len + PARA_LEN ;
drivers/net/fddi/skfp/smt.c
1836
plen += PARA_LEN ;
drivers/net/fddi/skfp/smt.c
1842
smt_string_swap(p+PARA_LEN,pd->pswap,len) ;
drivers/net/fddi/skfp/smt.c
881
rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ;
drivers/net/fddi/skfp/smt.c
886
rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ;