Home
last modified time | relevance | path

Searched refs:p_len (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/net/skfp/
Dess.c501 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response()
506 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ; in ess_send_response()
511 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ; in ess_send_response()
518 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ; in ess_send_response()
524 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ; in ess_send_response()
531 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ; in ess_send_response()
592 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req()
597 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ; in ess_send_alc_req()
607 req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ; in ess_send_alc_req()
614 req->pl_req.para.p_len = sizeof(struct smt_p_0017) - PARA_LEN ; in ess_send_alc_req()
[all …]
Dpmf.c378 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) { in smt_build_pmf_response()
390 if (!set && (pa->p_len != 4)) { in smt_build_pmf_response()
419 if (!set && (pa->p_len != 0)) { in smt_build_pmf_response()
475 len -= pa->p_len + PARA_LEN ; in smt_build_pmf_response()
476 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()
526 if (pa->p_len != 8) in smt_authorize()
1052 pa->p_len = plen - len - PARA_LEN ; in smt_add_para()
1101 len = pa->p_len ; in smt_set_para()
1597 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1599 printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
[all …]
Dsmt.c890 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ; in smt_send_rdf()
895 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ; in smt_send_rdf()
913 rdf->refused.para.p_len = len + 4 ; in smt_send_rdf()
1352 path->para.p_len = len - PARA_LEN ; in smt_fill_path()
1538 echo->para.p_len = len ; in smt_fill_echo()
1678 plen = ((struct smt_para *)p)->p_len + PARA_LEN ; in sm_to_para()
1859 plen = pa->p_len ; in smt_swap_para()
1862 pa->p_len = smt_swap_short(pa->p_len) ; in smt_swap_para()
1864 plen = pa->p_len ; in smt_swap_para()
/linux-2.6.39/drivers/s390/crypto/
Dzcrypt_cca_key.h113 unsigned short p_len; member
320 key->pvt.p_len = key->pvt.dp_len = key->pvt.u_len = long_len; in zcrypt_type6_crt_key()
/linux-2.6.39/drivers/net/skfp/h/
Dsmt.h109 u_short p_len ; /* length of parameter */ member
115 (p)->para.p_len = sizeof(*(p)) - PARA_LEN
/linux-2.6.39/drivers/infiniband/hw/amso1100/
Dc2_qp.c656 move_sgl(struct c2_data_addr * dst, struct ib_sge *src, int count, u32 * p_len, in move_sgl() argument
703 *p_len = tot; in move_sgl()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_pub.h507 int p_len, void *arg, int len, bool set,
Dwlc_main.h930 const char *name, void *params, uint p_len, void *arg,
Dwlc_main.c4365 void *params, int p_len, void *arg, int len, in wlc_iovar_op() argument
4384 ASSERT(!set || (!params && !p_len)); in wlc_iovar_op()
4412 p_len = len; in wlc_iovar_op()
4427 name, params, p_len, arg, len, val_size, in wlc_iovar_op()
4503 const char *name, void *params, uint p_len, void *arg, int len, in wlc_doiovar() argument
4526 if (p_len >= (int)sizeof(int_val)) in wlc_doiovar()
4529 if (p_len >= (int)sizeof(int_val) * 2) in wlc_doiovar()
/linux-2.6.39/drivers/net/tile/
Dtilepro.c1783 unsigned int p_len = sh->gso_size; in tile_net_tx_tso() local
1805 .payload_size = p_len, in tile_net_tx_tso()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_aes.c1205 u32 p_len, u8 * ciphertext) in AES_GTK_KEY_WRAP() argument
1209 int num_blocks = p_len / 8; /* unit:64bits */ in AES_GTK_KEY_WRAP()
/linux-2.6.39/drivers/staging/rt2860/
Drtmp.h3506 u32 p_len, u8 *ciphertext);