| /linux/block/ |
| H A D | bio-integrity-auto.c | 99 bool set_flags = true; in bio_integrity_prep() local 117 set_flags = false; in bio_integrity_prep() 129 set_flags = false; in bio_integrity_prep() 149 if (set_flags) { in bio_integrity_prep()
|
| H A D | blk-mq.c | 4951 unsigned int set_flags) in blk_mq_alloc_sq_tag_set() argument 4959 set->flags = set_flags; in blk_mq_alloc_sq_tag_set()
|
| /linux/arch/x86/kernel/ |
| H A D | vm86_32.c | 90 #define set_flags(X, new, mask) \ macro 111 set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | vm86->veflags_mask); in save_v86_state() 379 set_flags(VEFLAGS, flags, current->thread.vm86->veflags_mask); in set_vflags_long() 380 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_long() 389 set_flags(VFLAGS, flags, current->thread.vm86->veflags_mask); in set_vflags_short() 390 set_flags(regs->pt.flags, flags, SAFE_MASK); in set_vflags_short()
|
| H A D | ptrace.c | 355 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() function 387 return set_flags(child, value); in putreg() 938 return set_flags(child, value); in putreg32()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | legacy.c | 427 u8 set_flags = 0; in mlx5_eswitch_set_vport_vlan() local 434 set_flags = SET_VLAN_STRIP | SET_VLAN_INSERT; in mlx5_eswitch_set_vport_vlan() 445 err = __mlx5_eswitch_set_vport_vlan(esw, vport, vlan, qos, set_flags); in mlx5_eswitch_set_vport_vlan()
|
| /linux/include/uapi/linux/ |
| H A D | ext4.h | 114 __u32 set_flags; member
|
| H A D | kfd_ioctl.h | 1553 struct kfd_ioctl_dbg_trap_set_flags_args set_flags; 1546 struct kfd_ioctl_dbg_trap_set_flags_args set_flags; global() member
|
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | core.c | 524 mipi_i3c_hci_dat_v1.set_flags(hci, ret, DAT_0_I2C_DEVICE, 0); in i3c_hci_attach_i2c_dev() 553 mipi_i3c_hci_dat_v1.set_flags(hci, dat_idx, DAT_0_IBI_PAYLOAD, 0); in i3c_hci_request_ibi() 583 mipi_i3c_hci_dat_v1.set_flags(hci, dev_data->dat_idx, DAT_0_SIR_REJECT, 0); in i3c_hci_disable_ibi()
|
| /linux/fs/xfs/scrub/ |
| H A D | repair.h | 71 unsigned int set_flags);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.c | 164 u16 vlan, u8 qos, u8 set_flags) in modify_esw_vport_cvlan() argument 173 vport, vlan, qos, set_flags); in modify_esw_vport_cvlan() 175 if (set_flags & SET_VLAN_STRIP) in modify_esw_vport_cvlan() 179 if (set_flags & SET_VLAN_INSERT) { in modify_esw_vport_cvlan() 2278 u16 vport, u16 vlan, u8 qos, u8 set_flags) in __mlx5_eswitch_set_vport_vlan() argument 2290 err = modify_esw_vport_cvlan(esw->dev, vport, vlan, qos, set_flags); in __mlx5_eswitch_set_vport_vlan()
|
| H A D | eswitch.h | 622 u16 vport, u16 vlan, u8 qos, u8 set_flags);
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ddp.c | 2345 cmd->set_flags = ICE_AQC_TX_TOPO_FLAGS_ISSUED; in ice_get_set_tx_topo() 2348 cmd->set_flags |= ICE_AQC_TX_TOPO_FLAGS_SRC_RAM | in ice_get_set_tx_topo() 2366 *flags = cmd->set_flags; in ice_get_set_tx_topo()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 2122 static inline void set_flags(u32 *cur_flags, u32 new_flags, u32 flags) in set_flags() function 2132 set_flags(&adapter->eth_flags, flags, PRIV_FLAGS_ADAP); in cxgb4_set_priv_flags() 2133 set_flags(&pi->eth_flags, flags, PRIV_FLAGS_PORT); in cxgb4_set_priv_flags()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_tkip.c | 716 .set_flags = libipw_tkip_set_flags,
|
| H A D | libipw.h | 744 unsigned long (*set_flags) (unsigned long flags, void *priv); member
|
| H A D | ipw2100.c | 7580 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth() 7590 crypt->ops->set_flags(flags, crypt->priv); in ipw2100_wx_set_auth()
|
| H A D | ipw2200.c | 6582 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth() 6592 crypt->ops->set_flags(flags, crypt->priv); in ipw_wx_set_auth()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 1350 int set_flags(int fd, int pm_family, int argc, char *argv[]) in set_flags() function 1572 return set_flags(fd, pm_family, argc, argv); in main()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 484 goto set_flags; in qlcnic_tx_pkt() 489 set_flags: in qlcnic_tx_pkt()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 4013 uint32_t set_flags = 0xffffffff; in kfd_criu_resume_svm() local 4060 set_flags = criu_svm_md->data.attrs[j].value; in kfd_criu_resume_svm() 4084 set_attr[num_attrs].value = ~set_flags; in kfd_criu_resume_svm()
|
| H A D | kfd_chardev.c | 3110 r = kfd_dbg_trap_set_flags(target, &args->set_flags.flags); in kfd_ioctl_set_debug_trap()
|