Searched refs:p_len (Results 1 – 8 of 8) sorted by relevance
/drivers/net/fddi/skfp/ |
D | ess.c | 501 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 …]
|
D | pmf.c | 378 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 …]
|
D | smt.c | 890 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()
|
/drivers/net/ethernet/tile/ |
D | tilegx.c | 1680 unsigned int p_len = sh->gso_size; in tso_count_edescs() local 1693 for (num_edescs++; p_used < p_len; num_edescs++) { in tso_count_edescs() 1703 n = p_len - p_used; in tso_count_edescs() 1711 data_len -= p_len; in tso_count_edescs() 1712 if (data_len < p_len) in tso_count_edescs() 1713 p_len = data_len; in tso_count_edescs() 1730 unsigned int ih_off, th_off, p_len; in tso_headers_prepare() local 1756 p_len = sh->gso_size; in tso_headers_prepare() 1774 ih6->payload_len = htons(sh_len + p_len - ih_off - in tso_headers_prepare() 1778 ih->tot_len = htons(sh_len + p_len - ih_off); in tso_headers_prepare() [all …]
|
D | tilepro.c | 1708 unsigned int p_len = sh->gso_size; in tile_net_tx_tso() local 1730 .payload_size = p_len, in tile_net_tx_tso()
|
/drivers/s390/crypto/ |
D | zcrypt_cca_key.h | 111 unsigned short p_len; member 318 key->pvt.p_len = key->pvt.dp_len = key->pvt.u_len = long_len; in zcrypt_type6_crt_key()
|
/drivers/net/fddi/skfp/h/ |
D | smt.h | 109 u_short p_len ; /* length of parameter */ member 115 (p)->para.p_len = sizeof(*(p)) - PARA_LEN
|
/drivers/infiniband/hw/amso1100/ |
D | c2_qp.c | 658 move_sgl(struct c2_data_addr * dst, struct ib_sge *src, int count, u32 * p_len, in move_sgl() argument 705 *p_len = tot; in move_sgl()
|