/openbmc/linux/net/wireless/ |
H A D | reg.c | 3572 static bool is_wiphy_all_set_reg_flag(enum ieee80211_regulatory_flags flag) in is_wiphy_all_set_reg_flag() argument 3580 if (!(wdev->wiphy->regulatory_flags & flag)) { in is_wiphy_all_set_reg_flag()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 638 hnae3_get_bit(node->flag, HNAE3_RING_TYPE_B); in hclgevf_bind_ring_to_vector() 2716 desc[i].flag |= cpu_to_le16(HCLGE_COMM_CMD_FLAG_NEXT); in hclgevf_query_dev_specs()
|
/openbmc/linux/mm/ |
H A D | Kconfig | 415 mmap() skip that if it is given an MAP_UNINITIALIZED flag, thus 417 then the flag will be ignored.
|
H A D | memory-failure.c | 2110 static inline unsigned long folio_free_raw_hwp(struct folio *folio, bool flag) in folio_free_raw_hwp() argument
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 64 u64 flag; /* the flag */ member 72 #define FLAG_ENTRY(str, extra, flag) {flag, str, extra} argument 73 #define FLAG_ENTRY0(str, flag) {flag, str, 0} argument 5292 if (flags & table[i].flag) { in flag_string() 5296 flags &= ~table[i].flag; in flag_string()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | xillybus.rst | 166 separate configuration flag ("allowpartial") that determines whether such a
|
/openbmc/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | z8530drv.rst | 501 necessary because the CRC and a flag still have to leave the
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | setup-and-use.rst | 242 #. Install Toaster dependencies using the ``--user`` flag which keeps the
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 1689 rx_status.flag |= RX_FLAG_MACTIME_PLCP_START; in iwl_mvm_rx_stored_beacon_notif()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.h | 2244 __le32 flag; member
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 1532 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) { in install_fb()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | orangefs.rst | 521 updated. When the object is not new (new == 0) and the bypass flag is not
|
H A D | fscrypt.rst | 646 flag enabled (casefolding is incompatible with v1 policies). 660 feature flag enabled using ``tune2fs -O encrypt`` or ``mkfs.ext4 -O 1085 status flag FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY.
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 532 always set for the complex atomic operations. If the ``BPF_FETCH`` flag
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi_fc_transport.rst | 415 - Kick of further vport state transitions based on the disable flag and
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 220 step. The -z flag to interdiff will even let you feed it patches in gzip or
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 589 checkreqprot= [SELINUX] Set initial checkreqprot flag value. 1942 of an ELF file header flag individually set by each 2025 flag. 2318 Format: [flag-list,]<cpu-list> 2321 specified in the flag list (default: domain): 2330 by using the 'domain' flag described below. 3236 [KNL,X86,ARM] Boolean flag to enable this feature. 3249 The state of the flag can be read in 4069 override/disable that behavior. The state of the flag 6655 message will flag any such suppression or overriding. [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 5774 status->flag |= RX_FLAG_MMIC_ERROR; in ath12k_mgmt_rx_event() 5814 status->flag |= RX_FLAG_SKIP_MONITOR; in ath12k_mgmt_rx_event() 5820 status->flag |= RX_FLAG_DECRYPTED; in ath12k_mgmt_rx_event() 5823 status->flag |= RX_FLAG_IV_STRIPPED | in ath12k_mgmt_rx_event()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 332 struct ring_buffer_event *event, int flag) in trace_process_export() argument 337 if (export->flags & flag) { in trace_process_export() 376 static void ftrace_exports(struct ring_buffer_event *event, int flag) in ftrace_exports() argument 384 trace_process_export(export, event, flag); in ftrace_exports()
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 384 the 'segments sent containing the RST flag', but in linux kernel, this 450 If a packet set ACK flag and has no data, it is a pure ACK packet, if 716 updated. Which counter will be updated depends on the undo_marker flag
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 220 static inline u8 is_cap_supported(unsigned long caps, unsigned long flag) in is_cap_supported() argument 222 return caps & flag ? 1 : 0; in is_cap_supported()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx.c | 891 qla82xx_md_rw_32(struct qla_hw_data *ha, uint32_t off, u32 data, uint8_t flag) in qla82xx_md_rw_32() argument 901 if (flag) in qla82xx_md_rw_32()
|
/openbmc/linux/drivers/atm/ |
H A D | iphase.c | 376 struct atm_vcc *vcc, u8 flag) in ia_open_abr_vc() argument 385 switch (flag) { in ia_open_abr_vc()
|
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.c | 1352 int flag) in ocfs2_check_wait_flag() argument 1358 ret = lockres->l_flags & flag; in ocfs2_check_wait_flag()
|
/openbmc/linux/net/ipv4/ |
H A D | route.c | 2053 unsigned int flag = FLOW_DISSECTOR_F_STOP_AT_ENCAP; in fib_multipath_hash() local 2063 skb_flow_dissect_flow_keys(skb, &keys, flag); in fib_multipath_hash()
|