Searched refs:PARA_LEN (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/fddi/skfp/
H A Dess.c498 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
503 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
508 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
515 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
521 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
528 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
589 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
594 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
604 req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
611 req->pl_req.para.p_len = sizeof(struct smt_p_0017) - PARA_LEN ;
[all...]
H A Dpmf.c370 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) {
380 index = *((u_char *)pa + PARA_LEN + 3) ;/* index */
467 len -= pa->p_len + PARA_LEN ;
468 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ;
579 to += PARA_LEN ; /* skip smt_para */
580 len -= PARA_LEN ;
1044 pa->p_len = plen - len - PARA_LEN ;
1594 if ( (n < 0 ) || (n > (int)(len - PARA_LEN))) {
1595 n = len - PARA_LEN ;
1632 plen = (pa->p_len + PARA_LEN
[all...]
H A Dsmt.c881 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ;
886 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ;
1339 len = PARA_LEN +
1343 path->para.p_len = len - PARA_LEN ;
1670 plen = ((struct smt_para *)p)->p_len + PARA_LEN ;
1836 plen += PARA_LEN ;
1842 smt_string_swap(p+PARA_LEN,pd->pswap,len) ;
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmt.h108 #define PARA_LEN (sizeof(struct smt_para)) macro
111 (p)->para.p_len = sizeof(*(p)) - PARA_LEN

Completed in 133 milliseconds