Home
last modified time | relevance | path

Searched refs:op_flags (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c40 clear_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_detect_bt_priority()
41 clear_bit(OP_BT_SCAN, &priv->op_flags); in ath_detect_bt_priority()
46 set_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_detect_bt_priority()
47 set_bit(OP_BT_SCAN, &priv->op_flags); in ath_detect_bt_priority()
51 set_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_detect_bt_priority()
76 test_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags)); in ath_btcoex_period_work()
82 ath9k_hw_btcoex_bt_stomp(priv->ah, test_bit(OP_BT_SCAN, &priv->op_flags) ? in ath_btcoex_period_work()
86 timer_period = test_bit(OP_BT_SCAN, &priv->op_flags) ? in ath_btcoex_period_work()
109 test_bit(OP_BT_SCAN, &priv->op_flags)) in ath_btcoex_duty_cycle_work()
143 clear_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_htc_resume_btcoex_work()
[all …]
H A Dgpio.c152 clear_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath_detect_bt_priority()
153 clear_bit(BT_OP_SCAN, &btcoex->op_flags); in ath_detect_bt_priority()
158 set_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath_detect_bt_priority()
159 set_bit(BT_OP_SCAN, &btcoex->op_flags); in ath_detect_bt_priority()
163 set_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath_detect_bt_priority()
226 if (test_bit(BT_OP_SCAN, &btcoex->op_flags)) { in ath_btcoex_period_timer()
267 test_bit(BT_OP_SCAN, &btcoex->op_flags))) in ath_btcoex_no_stomp_timer()
313 clear_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath9k_btcoex_timer_resume()
314 clear_bit(BT_OP_SCAN, &btcoex->op_flags); in ath9k_btcoex_timer_resume()
352 else if (test_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags)) in ath9k_btcoex_aggr_limit()
H A Dlink.c158 if (!test_bit(ATH_OP_BEACONS, &common->op_flags)) in ath_hw_pll_work()
457 !test_bit(ATH_OP_ANI_RUN, &common->op_flags) || in ath_start_ani()
497 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) in ath_check_ani()
501 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) in ath_check_ani()
505 if (!test_bit(ATH_OP_ANI_RUN, &common->op_flags)) { in ath_check_ani()
506 set_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath_check_ani()
513 clear_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath_check_ani()
H A Dmain.c245 clear_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_complete_reset()
257 if (!test_bit(ATH_OP_BEACONS, &common->op_flags)) in ath_complete_reset()
261 test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) { in ath_complete_reset()
518 if (!ah || test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_isr()
535 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath_isr()
615 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_reset()
636 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath9k_queue_reset()
721 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_start()
914 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_stop()
964 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_stop()
[all …]
H A Dhtc_drv_main.c255 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath9k_htc_set_channel()
307 if (!test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel()
315 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel()
755 set_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath9k_htc_start_ani()
765 clear_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath9k_htc_stop_ani()
957 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_start()
986 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_stop()
1028 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_stop()
1102 !test_bit(ATH_OP_ANI_RUN, &common->op_flags)) { in ath9k_htc_add_interface()
1269 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_htc_configure_filter()
[all …]
H A Dchannel.c36 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_set_channel()
95 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath_set_channel()
301 clear_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags); in ath_chanctx_check_active()
308 if (test_and_set_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags)) { in ath_chanctx_check_active()
454 if (test_bit(ATH_OP_SCANNING, &common->op_flags) || in ath_chanctx_set_periodic_noa()
670 if (!test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags) || in ath_chanctx_event()
706 if (!test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags) || in ath_chanctx_event()
803 if (test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags) && in ath_chanctx_switch()
975 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath_scan_complete()
977 if (test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags)) in ath_scan_complete()
H A Dcommon-beacon.c51 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) { in ath9k_cmn_beacon_config_sta()
H A Dtx99.c115 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_tx99_init()
/linux/fs/nfsd/
H A Dnfs4proc.c2946 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2969 return OPDESC(op)->op_flags & OP_CACHEME; in need_wrongsec_check()
2985 if (!(thisd->op_flags & OP_IS_PUTFH_LIKE)) in need_wrongsec_check()
3002 return !(nextd->op_flags & OP_HANDLES_WRONGSEC);
3124 if (!(op->opdesc->op_flags & ALLOWED_WITHOUT_FH)) { in nfsd4_proc_compound()
3130 !(op->opdesc->op_flags & ALLOWED_ON_ABSENT_FS)) { in nfsd4_proc_compound()
3138 if (op->opdesc->op_flags & OP_MODIFIES_SOMETHING) { in nfsd4_proc_compound()
3171 if (op->opdesc->op_flags & OP_CLEAR_STATEID) in nfsd4_proc_compound()
3602 .op_flags = OP_MODIFIES_SOMETHING,
3610 .op_flags
[all...]
/linux/fs/xfs/libxfs/
H A Dxfs_attr.h598 args->op_flags |= XFS_DA_OP_ADDNAME; in xfs_attr_init_add_state()
626 args->op_flags |= XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE; in xfs_attr_init_replace_state()
627 if (args->op_flags & XFS_DA_OP_LOGGED) in xfs_attr_init_replace_state()
H A Dxfs_dir2.c304 args->op_flags |= XFS_DA_OP_JUSTCHECK; in xfs_dir_createname_args()
358 args->op_flags = XFS_DA_OP_ADDNAME | XFS_DA_OP_OKNOENT; in xfs_dir_createname()
379 !(args->op_flags & XFS_DA_OP_CILOOKUP)) in xfs_dir_cilookup_result()
449 args->op_flags = XFS_DA_OP_OKNOENT; in xfs_dir_lookup()
452 args->op_flags |= XFS_DA_OP_CILOOKUP; in xfs_dir_lookup()
H A Dxfs_da_btree.h70 uint8_t op_flags; /* operation flags */ member
H A Dxfs_attr_leaf.c569 * XFS_DA_OP_RECOVERY will be set in args->op_flags.
573 if (args->op_flags & XFS_DA_OP_RECOVERY) in xfs_attr_match_mask()
961 if (args->op_flags & XFS_DA_OP_RECOVERY) in xfs_attr_sf_removename()
983 !(args->op_flags & (XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE)) && in xfs_attr_sf_removename()
991 (args->op_flags & XFS_DA_OP_ADDNAME) || in xfs_attr_sf_removename()
1068 nargs.op_flags = XFS_DA_OP_OKNOENT; in xfs_attr_shortform_to_leaf()
1250 if (!(args->op_flags & XFS_DA_OP_REPLACE)) { in xfs_attr3_leaf_to_shortform()
1268 nargs.op_flags = XFS_DA_OP_OKNOENT; in xfs_attr3_leaf_to_shortform()
1641 if (args->op_flags & XFS_DA_OP_REPLACE) { in xfs_attr3_leaf_add_work()
1642 if (!(args->op_flags in xfs_attr3_leaf_add_work()
[all...]
/linux/tools/testing/selftests/ublk/
H A Dfile_backed.c79 if (iod->op_flags & UBLK_IO_F_SHMEM_ZC) in loop_queue_tgt_rw_io()
82 if (iod->op_flags & UBLK_IO_F_INTEGRITY) { in loop_queue_tgt_rw_io()
108 return !!(iod->op_flags & UBLK_IO_F_INTEGRITY) + 1; in loop_queue_tgt_io()
128 return !!(iod->op_flags & UBLK_IO_F_INTEGRITY) + 2; in ublk_loop_queue_io()
155 iod->op_flags, iod->start_sector, iod->nr_sectors << 9); in ublk_loop_io_done()
H A Dkublk.h325 return !!(iod->op_flags & UBLK_IO_F_NEED_REG_BUF); in ublk_user_copy_offset()
/linux/net/ipv4/
H A Dnexthop.c794 u32 op_flags) in nla_put_nh_group_stats_entry() argument
810 if (op_flags & NHA_OP_FLAG_DUMP_HW_STATS && in nla_put_nh_group_stats_entry()
824 u32 op_flags) in nla_put_nh_group_stats() argument
835 if (op_flags & NHA_OP_FLAG_DUMP_HW_STATS && in nla_put_nh_group_stats()
851 op_flags)) in nla_put_nh_group_stats()
866 u32 op_flags, u32 *resp_op_flags) in nla_put_nh_group() argument
904 if (op_flags & NHA_OP_FLAG_DUMP_STATS && in nla_put_nh_group()
905 nla_put_nh_group_stats(skb, nh, op_flags)) in nla_put_nh_group()
916 u32 op_flags) in nh_fill_node() argument
944 if (nla_put_nh_group(skb, nh, op_flags, in nh_fill_node()
1006 nh_nlmsg_size_grp(struct nexthop * nh,u32 op_flags) nh_nlmsg_size_grp() argument
1066 nh_nlmsg_size(struct nexthop * nh,u32 op_flags) nh_nlmsg_size() argument
3310 nh_valid_get_del_req(const struct nlmsghdr * nlh,struct nlattr ** tb,u32 * id,u32 * op_flags,struct netlink_ext_ack * extack) nh_valid_get_del_req() argument
3383 u32 op_flags; rtm_get_nexthop() local
3429 u32 op_flags; global() member
[all...]
/linux/fs/xfs/
H A Dxfs_xattr.c97 args->op_flags = XFS_DA_OP_OKNOENT; in xfs_attr_change()
104 args->op_flags |= XFS_DA_OP_LOGGED; in xfs_attr_change()
H A Dxfs_attr_item.c430 if (!(args->op_flags & XFS_DA_OP_LOGGED)) in xfs_attr_create_intent()
463 if (attr->xattri_da_args->op_flags & XFS_DA_OP_RECOVERY) in xfs_attr_free_item()
696 args->op_flags = XFS_DA_OP_RECOVERY | XFS_DA_OP_OKNOENT | in xfs_attri_recover_work()
877 ASSERT(args->op_flags & XFS_DA_OP_LOGGED); in xfs_attr_defer_add()
H A Dxfs_trace.h2342 __field(uint32_t, op_flags)
2353 __entry->op_flags = args->op_flags;
2357 "inumber 0x%llx op_flags %s owner 0x%llx",
2365 __print_flags(__entry->op_flags, "|", XFS_DA_OP_FLAGS),
2410 __field(uint32_t, op_flags)
2421 __entry->op_flags = args->op_flags;
2424 "hashval 0x%x filter %s op_flags %s",
2434 __print_flags(__entry->op_flags, "|", XFS_DA_OP_FLAG
[all...]
/linux/include/trace/events/
H A Dio_uring.h506 __field( u32, op_flags )
527 __entry->op_flags = sqe->poll32_events;
548 __entry->op_flags,
/linux/drivers/block/drbd/
H A Ddrbd_actlog.c133 blk_opf_t op_flags = 0; in _drbd_md_sync_page_io() local
139 op_flags |= REQ_FUA | REQ_PREFLUSH; in _drbd_md_sync_page_io()
140 op_flags |= REQ_SYNC; in _drbd_md_sync_page_io()
142 bio = bio_alloc_bioset(bdev->md_bdev, 1, op | op_flags, GFP_NOIO, in _drbd_md_sync_page_io()
/linux/drivers/greybus/
H A Doperation.c522 unsigned long op_flags, gfp_t gfp_flags) in gb_operation_create_common() argument
539 if (!(op_flags & GB_OPERATION_FLAG_INCOMING)) { in gb_operation_create_common()
548 operation->flags = op_flags; in gb_operation_create_common()
/linux/drivers/net/wireless/ath/
H A Dath.h153 unsigned long op_flags; member
/linux/net/netlink/
H A Dgenetlink.c1254 u32 op_flags; in ctrl_fill_info() local
1256 op_flags = i.flags; in ctrl_fill_info()
1258 op_flags |= GENL_CMD_CAP_HASPOL; in ctrl_fill_info()
1265 nla_put_u32(skb, CTRL_ATTR_OP_FLAGS, op_flags)) in ctrl_fill_info()
/linux/fs/ext4/
H A Dsuper.c163 static inline void __ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, in __ext4_read_bh() argument
181 bh_submit(bh, REQ_OP_READ | op_flags, end_io); in __ext4_read_bh()
184 void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags, in ext4_read_bh_nowait() argument
193 __ext4_read_bh(bh, op_flags, end_io, simu_fail); in ext4_read_bh_nowait()
196 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, in ext4_read_bh() argument
206 __ext4_read_bh(bh, op_flags, end_io, simu_fail); in ext4_read_bh()
214 int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in ext4_read_bh_lock() argument
218 ext4_read_bh_nowait(bh, op_flags, NULL, false); in ext4_read_bh_lock()
221 return ext4_read_bh(bh, op_flags, NULL, false); in ext4_read_bh_lock()
232 blk_opf_t op_flags, gfp_ in __ext4_sb_bread_gfp() argument
252 ext4_sb_bread(struct super_block * sb,sector_t block,blk_opf_t op_flags) ext4_sb_bread() argument
[all...]

12