/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
D | ess.c | 499 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response() 504 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ; in ess_send_response() 509 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ; in ess_send_response() 516 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ; in ess_send_response() 522 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ; in ess_send_response() 529 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ; in ess_send_response() 590 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req() 595 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ; in ess_send_alc_req() 605 req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ; in ess_send_alc_req() 612 req->pl_req.para.p_len = sizeof(struct smt_p_0017) - PARA_LEN ; in ess_send_alc_req() [all …]
|
D | pmf.c | 374 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) { in smt_build_pmf_response() 386 if (!set && (pa->p_len != 4)) { in smt_build_pmf_response() 415 if (!set && (pa->p_len != 0)) { in smt_build_pmf_response() 471 len -= pa->p_len + PARA_LEN ; in smt_build_pmf_response() 472 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response() 522 if (pa->p_len != 8) in smt_authorize() 1048 pa->p_len = plen - len - PARA_LEN ; in smt_add_para() 1097 len = pa->p_len ; in smt_set_para() 1593 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt() 1595 printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt() [all …]
|
D | smt.c | 881 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ; in smt_send_rdf() 886 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ; in smt_send_rdf() 904 rdf->refused.para.p_len = len + 4 ; in smt_send_rdf() 1343 path->para.p_len = len - PARA_LEN ; in smt_fill_path() 1529 echo->para.p_len = len ; in smt_fill_echo() 1670 plen = ((struct smt_para *)p)->p_len + PARA_LEN ; in sm_to_para() 1823 plen = pa->p_len ; in smt_swap_para() 1826 pa->p_len = smt_swap_short(pa->p_len) ; in smt_swap_para() 1828 plen = pa->p_len ; in smt_swap_para()
|
/kernel/linux/linux-5.10/include/linux/ |
D | string.h | 363 size_t p_len, copy_len; in strncat() local 368 p_len = strlen(p); in strncat() 370 if (p_size < p_len + copy_len + 1) in strncat() 372 __underlying_memcpy(p + p_len, q, copy_len); in strncat() 373 p[p_len + copy_len] = '\0'; in strncat()
|
D | skbuff.h | 392 #define skb_frag_foreach_page(f, f_off, f_len, p, p_off, p_len, copied) \ argument 395 p_len = skb_frag_must_loop(p) ? \ 399 copied += p_len, p++, p_off = 0, \ 400 p_len = min_t(u32, f_len - copied, PAGE_SIZE)) \
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_cca_key.h | 76 unsigned short p_len; member 218 key->pvt.p_len = key->pvt.dp_len = key->pvt.u_len = long_len; in zcrypt_type6_crt_key()
|
/kernel/linux/linux-5.10/crypto/ |
D | dh.c | 48 static int dh_check_params_length(unsigned int p_len) in dh_check_params_length() argument 50 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ethtool.c | 708 int *p_len, enum mlxsw_reg_ppcnt_grp grp) in mlxsw_sp_get_hw_stats_by_group() argument 713 *p_len = MLXSW_SP_PORT_HW_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 717 *p_len = MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 721 *p_len = MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 725 *p_len = MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 729 *p_len = MLXSW_SP_PORT_HW_EXT_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 733 *p_len = MLXSW_SP_PORT_HW_DISCARD_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 737 *p_len = MLXSW_SP_PORT_HW_PRIO_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group() 741 *p_len = MLXSW_SP_PORT_HW_TC_STATS_LEN; in mlxsw_sp_get_hw_stats_by_group()
|
/kernel/linux/linux-5.10/net/core/ |
D | skbuff.c | 794 u32 p_off, p_len, copied; in skb_dump() local 799 skb_frag_size(frag), p, p_off, p_len, in skb_dump() 801 seg_len = min_t(int, p_len, len); in skb_dump() 1383 u32 p_off, p_len, copied; in skb_copy_ubufs() local 1388 p, p_off, p_len, copied) { in skb_copy_ubufs() 1392 while (done < p_len) { in skb_copy_ubufs() 1397 copy = min_t(u32, PAGE_SIZE - d_off, p_len - done); in skb_copy_ubufs() 2234 u32 p_off, p_len, copied; in skb_copy_bits() local 2243 copy, p, p_off, p_len, copied) { in skb_copy_bits() 2245 memcpy(to + copied, vaddr + p_off, p_len); in skb_copy_bits() [all …]
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
D | smt.h | 105 u_short p_len ; /* length of parameter */ member 111 (p)->para.p_len = sizeof(*(p)) - PARA_LEN
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 1265 unsigned int p_len = sh->gso_size; in nicvf_tso_count_subdescs() local 1277 for (num_edescs++; p_used < p_len; num_edescs++) { in nicvf_tso_count_subdescs() 1286 n = p_len - p_used; in nicvf_tso_count_subdescs() 1294 data_len -= p_len; in nicvf_tso_count_subdescs() 1295 if (data_len < p_len) in nicvf_tso_count_subdescs() 1296 p_len = data_len; in nicvf_tso_count_subdescs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 1598 u32 *p_len, u16 statistics_bin) in __qed_get_vport_pstats_addrlen() argument 1603 *p_len = sizeof(struct eth_pstorm_per_queue_stat); in __qed_get_vport_pstats_addrlen() 1609 *p_len = p_resp->pfdev_info.stats_info.pstats.len; in __qed_get_vport_pstats_addrlen() 1674 u32 *p_len, u16 statistics_bin) in __qed_get_vport_ustats_addrlen() argument 1679 *p_len = sizeof(struct eth_ustorm_per_queue_stat); in __qed_get_vport_ustats_addrlen() 1685 *p_len = p_resp->pfdev_info.stats_info.ustats.len; in __qed_get_vport_ustats_addrlen() 1715 u32 *p_len, u16 statistics_bin) in __qed_get_vport_mstats_addrlen() argument 1720 *p_len = sizeof(struct eth_mstorm_per_queue_stat); in __qed_get_vport_mstats_addrlen() 1726 *p_len = p_resp->pfdev_info.stats_info.mstats.len; in __qed_get_vport_mstats_addrlen()
|
D | qed_mcp.h | 1281 u32 *p_len);
|
D | qed_mcp.c | 3992 u32 *p_len) in qed_mcp_nvm_get_cfg() argument 4014 mb_param, &resp, ¶m, p_len, (u32 *)p_buf); in qed_mcp_nvm_get_cfg()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | sysfs.c | 694 size_t p_len; in btrfs_label_store() local 706 p_len = strcspn(buf, "\n"); in btrfs_label_store() 708 if (p_len >= BTRFS_LABEL_SIZE) in btrfs_label_store() 713 memcpy(fs_info->super_copy->label, buf, p_len); in btrfs_label_store()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | qat_asym_algs.c | 384 static int qat_dh_check_params_length(unsigned int p_len) in qat_dh_check_params_length() argument 386 switch (p_len) { in qat_dh_check_params_length()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-timechart.c | 480 size_t p_len; in cat_backtrace() local 484 FILE *f = open_memstream(&p, &p_len); in cat_backtrace()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 189146 +static int kmp_search(u8 *s, int s_len, const u8 *p, int p_len, int *next) 189151 + while (i < s_len && j < p_len) { 189159 + if (j == p_len) 200550 +static int kmp_search(u8 *s, int s_len, const u8 *p, int p_len, int *next) 200555 + while (i < s_len && j < p_len) { 200563 + if (j == p_len)
|