Searched full:pib (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/drivers/net/ieee802154/ |
D | mac802154_hwsim.c | 75 struct hwsim_pib __rcu *pib; member 99 struct hwsim_pib *pib, *pib_old; in hwsim_update_pib() local 101 pib = kzalloc(sizeof(*pib), GFP_ATOMIC); in hwsim_update_pib() 102 if (!pib) in hwsim_update_pib() 105 pib_old = rtnl_dereference(phy->pib); in hwsim_update_pib() 107 pib->page = page; in hwsim_update_pib() 108 pib->channel = channel; in hwsim_update_pib() 109 pib->filt.short_addr = filt->short_addr; in hwsim_update_pib() 110 pib->filt.pan_id = filt->pan_id; in hwsim_update_pib() 111 pib->filt.ieee_addr = filt->ieee_addr; in hwsim_update_pib() [all …]
|
D | ca8210.c | 105 /* PHY/MAC PIB Attribute Enumerations */ 1490 * @set_default_pib: Set defaults in PIB
|
/linux-6.12.1/include/uapi/linux/ |
D | fsi.h | 26 #define SCOM_INTF_ERR_ABORT 0x00000004 /* PIB reset during access */ 33 __u8 pib_status; /* 3-bit PIB status */ 35 #define SCOM_PIB_BLOCKED 1 /* PIB blocked, pls retry */ 40 #define SCOM_PIB_PARITY_ERR 6 /* Parity error on the PIB bus */ 51 #define SCOM_RESET_PIB 0x00000002 /* Reset PIB */
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | p1021mds.dts | 95 pib@2,0 { 96 compatible = "fsl,p1021mds-pib"; 100 pib@3,0 { 101 compatible = "fsl,p1021mds-pib";
|
D | mpc8568mds.dts | 57 pib@4,0 { 58 compatible = "fsl,mpc8568mds-pib"; 62 pib@5,0 { 63 compatible = "fsl,mpc8568mds-pib";
|
D | mpc8569mds.dts | 91 pib@4,0 { 92 compatible = "fsl,mpc8569mds-pib"; 96 pib@5,0 { 97 compatible = "fsl,mpc8569mds-pib";
|
/linux-6.12.1/Documentation/arch/x86/x86_64/ |
D | 5level-paging.rst | 17 It bumps the limits to 128 PiB of virtual address space and 4 PiB of
|
/linux-6.12.1/drivers/parisc/ |
D | iosapic_private.h | 146 ** PIB (Processor Interrupt Block) is handled by Astro or Dew (Stretch CEC). 148 ** PA: Get id_eid from IRT and hardcode PIB to 0xfeeNNNN0
|
/linux-6.12.1/Documentation/devicetree/bindings/fsi/ |
D | ibm,p9-scom.yaml | 13 The SCOM engine is an interface to the POWER processor PIB (Pervasive
|
/linux-6.12.1/include/net/ |
D | cfg802154.h | 212 * This is a PIB according to 802.15.4-2011. 228 /* PHY depended MAC PIB values */ 486 /* MAC PIB */
|
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | unaccepted_memory.c | 56 * address space -- It needs 256MiB to handle 4PiB of the address in allocate_unaccepted_bitmap()
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 100 to the hard limit 2^32, allowing support for a 512PiB filesystem.
|
/linux-6.12.1/include/linux/ |
D | drbd_limits.h | 148 * is 1 PiB, currently. */
|
D | ieee802154.h | 238 * A SET/GET request was issued with the identifier of a PIB attribute
|
/linux-6.12.1/drivers/block/drbd/ |
D | drbd_bitmap.c | 38 * 1 << 50 bytes backend storage (1 PiB) 43 * (that's 32 GiB of bitmap for 1 PiB storage) 64 * as we are "attached" to a local disk, which at 32 GiB for 1PiB storage
|
D | drbd_actlog.c | 73 * allows to cover device sizes of up to 2**54 Byte (16 PiB) */
|
D | drbd_int.h | 1247 /* we allow up to 1 PiB now on 64bit architecture with "flexible" meta data */
|
/linux-6.12.1/fs/bcachefs/ |
D | util.c | 34 "B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"
|
/linux-6.12.1/net/mac802154/ |
D | llsec.c | 235 * not possible in the 802.15.4 PIB. in mac802154_llsec_key_add()
|
/linux-6.12.1/arch/x86/ |
D | Kconfig | 1514 up to 128 PiB of virtual address space and 4 PiB of
|
/linux-6.12.1/net/ieee802154/ |
D | nl802154.c | 473 /* DUMP PHY PIB */ in nl802154_send_wpan_phy()
|