Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh49 key_id=$(cat ${tmp_dir}/signing_key.der | keyctl padd asymmetric ebpf_testing_key @s)
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c476 u32 padd, cpi_count = 0; in nic_config_cpi() local
517 padd = cpi % cpi_count; in nic_config_cpi()
519 padd = cpi % 8; /* 3 bits CS out of 6bits DSCP */ in nic_config_cpi()
524 (vnic << 24) | (padd << 16) | in nic_config_cpi()
529 (padd << 16)); in nic_config_cpi()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c476 u32 padd, cpi_count = 0; in nic_config_cpi() local
517 padd = cpi % cpi_count; in nic_config_cpi()
519 padd = cpi % 8; /* 3 bits CS out of 6bits DSCP */ in nic_config_cpi()
524 (vnic << 24) | (padd << 16) | in nic_config_cpi()
529 (padd << 16)); in nic_config_cpi()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Damigahw.h239 unsigned char cra; char padd[0xff]; member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Damigahw.h239 unsigned char cra; char padd[0xff]; member
/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c809 struct property *ppadd, padd = { .name = "prop-add", .length = 1, .value = "" }; in of_unittest_changeset() local
831 ppadd = __of_prop_dup(&padd, GFP_KERNEL); in of_unittest_changeset()
/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c819 struct property *ppadd, padd = { .name = "prop-add", .length = 1, .value = "" }; in of_unittest_changeset() local
844 ppadd = __of_prop_dup(&padd, GFP_KERNEL); in of_unittest_changeset()

Completed in 15 milliseconds