Searched refs:p_len (Results 1 - 7 of 7) sorted by relevance

/drivers/net/fddi/skfp/
H A Dess.c501 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
506 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
511 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
518 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
524 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
531 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
592 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
597 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
607 req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
614 req->pl_req.para.p_len
[all...]
H A Dpmf.c378 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) {
390 if (!set && (pa->p_len != 4)) {
419 if (!set && (pa->p_len != 0)) {
475 len -= pa->p_len + PARA_LEN ;
476 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ;
526 if (pa->p_len != 8)
1052 pa->p_len = plen - len - PARA_LEN ;
1101 len = pa->p_len ;
1597 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ;
[all...]
H A Dsmt.c890 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ;
895 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ;
913 rdf->refused.para.p_len = len + 4 ;
1352 path->para.p_len = len - PARA_LEN ;
1538 echo->para.p_len = len ;
1678 plen = ((struct smt_para *)p)->p_len + PARA_LEN ;
1859 plen = pa->p_len ;
1862 pa->p_len = smt_swap_short(pa->p_len) ;
1864 plen = pa->p_len ;
[all...]
/drivers/s390/crypto/
H A Dzcrypt_cca_key.h101 * (p_len + q_len + dp_len + dq_len + u_len).
113 unsigned short p_len; member in struct:cca_pvt_ext_CRT_sec
320 key->pvt.p_len = key->pvt.dp_len = key->pvt.u_len = long_len;
/drivers/net/fddi/skfp/h/
H A Dsmt.h109 u_short p_len ; /* length of parameter */ member in struct:smt_para
115 (p)->para.p_len = sizeof(*(p)) - PARA_LEN
/drivers/infiniband/hw/amso1100/
H A Dc2_qp.c656 move_sgl(struct c2_data_addr * dst, struct ib_sge *src, int count, u32 * p_len, argument
703 *p_len = tot;
/drivers/net/ethernet/tile/
H A Dtilepro.c1788 unsigned int p_len = sh->gso_size; local
1810 .payload_size = p_len,
1831 /*--BUG_ON(num_segs != (d_len + (p_len - 1)) / p_len); */

Completed in 149 milliseconds