Home
last modified time | relevance | path

Searched refs:padd (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_main.c354 u32 padd, cpi_count = 0; in nic_config_cpi() local
395 padd = cpi % cpi_count; in nic_config_cpi()
397 padd = cpi % 8; /* 3 bits CS out of 6bits DSCP */ in nic_config_cpi()
402 (vnic << 24) | (padd << 16) | in nic_config_cpi()
407 (padd << 16)); in nic_config_cpi()
/linux-4.4.14/arch/m68k/include/asm/
Damigahw.h239 unsigned char cra; char padd[0xff]; member
/linux-4.4.14/Documentation/
Dmodule-signing.txt194 keyctl padd asymmetric "" [.system_keyring-ID] <[key-file]
198 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
/linux-4.4.14/drivers/of/
Dunittest.c499 struct property *ppadd, padd = { .name = "prop-add", .length = 0, .value = "" }; in of_unittest_changeset() local
513 ppadd = __of_prop_dup(&padd, GFP_KERNEL); in of_unittest_changeset()