/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | macsec_struct.h | 271 u32 fresh; member 302 u32 fresh; member 514 u32 fresh; member 553 u32 fresh; member
|
H A D | macsec_api.c | 585 packed_record[6] |= (rec->fresh & 0x1) << 4; in set_ingress_sc_record() 640 rec->fresh = (packed_record[6] >> 4) & 0x1; in get_ingress_sc_record() 685 packed_record[6] |= (rec->fresh & 0x1) << 2; in set_ingress_sa_record() 735 rec->fresh = (packed_record[6] >> 2) & 0x1; in get_ingress_sa_record() 1555 packed_record[5] |= (rec->fresh & 0x1) << 3; in set_egress_sc_record() 1606 rec->fresh = (packed_record[5] >> 3) & 0x1; in get_egress_sc_record() 1646 packed_record[6] |= (rec->fresh & 0x1) << 1; in set_egress_sa_record() 1691 rec->fresh = (packed_record[6] >> 1) & 0x1; in get_egress_sa_record()
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-sis630.rst | 7 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux)
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_macsec.c | 377 sc_rec.fresh = 1; in aq_set_txsc() 514 sc_rec.fresh = 1; in aq_clear_txsc() 556 sa_rec.fresh = 1; in aq_update_txsa() 640 sa_rec.fresh = 1; in aq_clear_txsa() 736 sc_record.fresh = 1; in aq_set_rxsc() 823 sc_record.fresh = 1; in aq_clear_rxsc() 872 sa_record.fresh = 1; in aq_update_rxsa() 971 sa_record.fresh = 1; in aq_clear_rxsa()
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | persistent-data.rst | 50 copy-on-write) or allocating a fresh one. Shadowing is elided within
|
H A D | thin-provisioning.rst | 68 Setting up a fresh pool device
|
/linux/Documentation/admin-guide/ |
H A D | binderfs.rst | 21 In a fresh instance of binderfs no binder devices will be present. There will
|
H A D | reporting-issues.rst | 86 * Create a fresh backup and put system repair and restore tools at hand. 318 process, as outlined in the section 'Install a fresh kernel for testing' in more 448 *Create a fresh backup and put system repair and restore tools at hand.* 453 create a fresh backup; also ensure you have all tools at hand to repair or 770 Install a fresh kernel for testing 850 How to obtain a fresh Linux kernel 924 Reproduce issue with the fresh kernel 931 Check if the issue occurs with the fresh Linux kernel version you just 1103 Describe in detail how your issue happens with the fresh vanilla kernel you 1456 them to get the issue resolved. Such a team could prepare a fresh report [all …]
|
H A D | quickly-build-trimmed-linux.rst | 23 Now run the following commands to download fresh Linux mainline sources, which 85 * Create a fresh backup and put system repair and restore tools at hand, just 137 First, execute the following command to retrieve a fresh mainline codebase:: 156 initial clone, you will be able to check out a fresh mainline codebase, which 371 *Create a fresh backup and put system repair and restore tools at hand*
|
/linux/include/drm/ |
H A D | drm_edid.h | 447 int hsize, int vsize, int fresh,
|
/linux/Documentation/admin-guide/nfs/ |
H A D | nfs-client.rst | 46 just as a system's root file system gets a fresh UUID in its label at
|
/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 262 that is equivalent to what it would be after a fresh system 279 to the "fresh poweron" state, rather than the "last state". After 286 that the card is in a fresh state and is fully functional. The slot
|
/linux/Documentation/bpf/ |
H A D | map_cgroup_storage.rst | 133 multiple attach types, and each attach creates a fresh zeroed storage. The
|
/linux/Documentation/admin-guide/pm/ |
H A D | sleep-states.rst | 136 which boots a fresh instance of the kernel (control may also go directly to 138 a fresh instance of the kernel to be booted). That new instance of the kernel
|
/linux/Documentation/scsi/ |
H A D | scsi-changer.rst | 146 does this. Some jukeboxes have a printer to label fresh burned
|
/linux/Documentation/filesystems/nfs/ |
H A D | client-identifier.rst | 44 sending fresh OPEN and LOCK requests. This enables file locks to
|
H A D | rpc-cache.rst | 118 if the data is valid, and may initiate an up-call to get fresh data.
|
/linux/Documentation/process/ |
H A D | applying-patches.rst | 151 to start with a fresh tree downloaded in full from kernel.org. 205 to start over with a fresh download of a full kernel tree and the patch you
|
/linux/security/ |
H A D | Kconfig | 242 change this choice unless you are creating a fresh kernel config,
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | e1000e.rst | 171 The driver copies all packets below or equaling this size to a fresh receive
|
H A D | e1000.rst | 318 Driver copies all packets below or equaling this size to a fresh RX
|
/linux/Documentation/arch/powerpc/ |
H A D | firmware-assisted-dump.rst | 32 with a fresh copy of the kernel. In particular,
|
/linux/Documentation/dev-tools/ |
H A D | kmsan.rst | 21 In order to build a kernel with KMSAN you will need a fresh Clang (14.0.6+).
|
H A D | kselftest.rst | 351 # Assumes you have booted a fresh build of this kernel tree
|
/linux/Documentation/RCU/ |
H A D | rcu_dereference.rst | 223 see stale and/or inconsistent values. If RCU readers need fresh or
|