Home
last modified time | relevance | path

Searched full:pib (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/drivers/net/ieee802154/
Dmac802154_hwsim.c75 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 …]
Dca8210.c105 /* PHY/MAC PIB Attribute Enumerations */
1490 * @set_default_pib: Set defaults in PIB
/linux-6.12.1/include/uapi/linux/
Dfsi.h26 #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/
Dp1021mds.dts95 pib@2,0 {
96 compatible = "fsl,p1021mds-pib";
100 pib@3,0 {
101 compatible = "fsl,p1021mds-pib";
Dmpc8568mds.dts57 pib@4,0 {
58 compatible = "fsl,mpc8568mds-pib";
62 pib@5,0 {
63 compatible = "fsl,mpc8568mds-pib";
Dmpc8569mds.dts91 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/
D5level-paging.rst17 It bumps the limits to 128 PiB of virtual address space and 4 PiB of
/linux-6.12.1/drivers/parisc/
Diosapic_private.h146 ** 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/
Dibm,p9-scom.yaml13 The SCOM engine is an interface to the POWER processor PIB (Pervasive
/linux-6.12.1/include/net/
Dcfg802154.h212 * 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/
Dunaccepted_memory.c56 * address space -- It needs 256MiB to handle 4PiB of the address in allocate_unaccepted_bitmap()
/linux-6.12.1/Documentation/filesystems/ext4/
Dblockgroup.rst100 to the hard limit 2^32, allowing support for a 512PiB filesystem.
/linux-6.12.1/include/linux/
Ddrbd_limits.h148 * is 1 PiB, currently. */
Dieee802154.h238 * A SET/GET request was issued with the identifier of a PIB attribute
/linux-6.12.1/drivers/block/drbd/
Ddrbd_bitmap.c38 * 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
Ddrbd_actlog.c73 * allows to cover device sizes of up to 2**54 Byte (16 PiB) */
Ddrbd_int.h1247 /* we allow up to 1 PiB now on 64bit architecture with "flexible" meta data */
/linux-6.12.1/fs/bcachefs/
Dutil.c34 "B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"
/linux-6.12.1/net/mac802154/
Dllsec.c235 * not possible in the 802.15.4 PIB. in mac802154_llsec_key_add()
/linux-6.12.1/arch/x86/
DKconfig1514 up to 128 PiB of virtual address space and 4 PiB of
/linux-6.12.1/net/ieee802154/
Dnl802154.c473 /* DUMP PHY PIB */ in nl802154_send_wpan_phy()