Home
last modified time | relevance | path

Searched refs:attr_flags (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data() argument
642 if (attr_flags & BIT(FM10K_TEST_MSG_STRING)) in fm10k_tlv_msg_test_generate_data()
645 if (attr_flags & BIT(FM10K_TEST_MSG_MAC_ADDR)) in fm10k_tlv_msg_test_generate_data()
648 if (attr_flags & BIT(FM10K_TEST_MSG_U8)) in fm10k_tlv_msg_test_generate_data()
650 if (attr_flags & BIT(FM10K_TEST_MSG_U16)) in fm10k_tlv_msg_test_generate_data()
652 if (attr_flags & BIT(FM10K_TEST_MSG_U32)) in fm10k_tlv_msg_test_generate_data()
654 if (attr_flags & BIT(FM10K_TEST_MSG_U64)) in fm10k_tlv_msg_test_generate_data()
656 if (attr_flags & BIT(FM10K_TEST_MSG_S8)) in fm10k_tlv_msg_test_generate_data()
658 if (attr_flags & BIT(FM10K_TEST_MSG_S16)) in fm10k_tlv_msg_test_generate_data()
660 if (attr_flags & BIT(FM10K_TEST_MSG_S32)) in fm10k_tlv_msg_test_generate_data()
[all …]
/linux/fs/xfs/scrub/
H A Dparent.c260 unsigned int attr_flags, in xchk_parent_scan_dotdot() argument
271 if (!(attr_flags & XFS_ATTR_PARENT)) in xchk_parent_scan_dotdot()
274 error = xfs_parent_from_attr(sc->mp, attr_flags, name, namelen, value, in xchk_parent_scan_dotdot()
450 unsigned int attr_flags, in xchk_parent_scan_attr() argument
468 if (!(attr_flags & XFS_ATTR_PARENT)) in xchk_parent_scan_attr()
471 error = xfs_parent_from_attr(sc->mp, attr_flags, name, namelen, value, in xchk_parent_scan_attr()
662 unsigned int attr_flags, in xchk_parent_count_pptr() argument
672 if (!(attr_flags & XFS_ATTR_PARENT)) in xchk_parent_count_pptr()
675 error = xfs_parent_from_attr(sc->mp, attr_flags, name, namelen, value, in xchk_parent_count_pptr()
/linux/fs/xfs/libxfs/
H A Dxfs_attr.h564 bool xfs_attr_check_namespace(unsigned int attr_flags);
565 bool xfs_attr_namecheck(unsigned int attr_flags, const void *name,
633 xfs_dahash_t xfs_attr_hashval(struct xfs_mount *mp, unsigned int attr_flags,
H A Dxfs_attr.c426 unsigned int attr_flags, in xfs_attr_hashval() argument
432 ASSERT(xfs_attr_check_namespace(attr_flags)); in xfs_attr_hashval()
434 if (attr_flags & XFS_ATTR_PARENT) in xfs_attr_hashval()
1575 inline bool xfs_attr_check_namespace(unsigned int attr_flags) in xfs_attr_check_namespace() argument
1577 return hweight32(attr_flags & XFS_ATTR_NSP_ONDISK_MASK) < 2; in xfs_attr_check_namespace()
1583 unsigned int attr_flags, in xfs_attr_namecheck() argument
1588 if (!xfs_attr_check_namespace(attr_flags)) in xfs_attr_namecheck()
1599 if (attr_flags & XFS_ATTR_PARENT) in xfs_attr_namecheck()
1600 return xfs_parent_namecheck(attr_flags, name, length); in xfs_attr_namecheck()
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c31 static int sys_fsmount(int fd, unsigned int flags, unsigned int attr_flags) in sys_fsmount() argument
33 return syscall(__NR_fsmount, fd, flags, attr_flags); in sys_fsmount()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h123 mlx5e_tc_attr_flags_skip(u32 attr_flags) in mlx5e_tc_attr_flags_skip() argument
125 return attr_flags & (MLX5_ATTR_FLAG_SLOW_PATH | MLX5_ATTR_FLAG_ACCEPT); in mlx5e_tc_attr_flags_skip()
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.h144 unsigned int attr_flags; member
H A Dce.c588 pipe->attr_flags = attr->flags; in ath12k_ce_alloc_pipe()
634 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed()
654 if (pipe->attr_flags & CE_ATTR_DIS_INTR) { in ath12k_ce_send()
699 if (pipe->attr_flags & CE_ATTR_BYTE_SWAP_DATA) in ath12k_ce_send()
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.h171 unsigned int attr_flags; member
H A Dce.c658 pipe->attr_flags = attr->flags; in ath11k_ce_alloc_pipe()
706 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && attr->src_nentries) in ath11k_ce_poll_send_completed()
727 if (pipe->attr_flags & CE_ATTR_DIS_INTR) { in ath11k_ce_send()
772 if (pipe->attr_flags & CE_ATTR_BYTE_SWAP_DATA) in ath11k_ce_send()
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.c149 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_src_ring_read_index_get()
262 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_dest_ring_read_index_get()
1293 bool disable_copy_compl_intr = ce_state->attr_flags & CE_ATTR_DIS_INTR; in ath10k_ce_per_engine_handler_adjust()
1311 if (ce_state->attr_flags & CE_ATTR_POLL) in ath10k_ce_disable_interrupt()
1337 if (ce_state->attr_flags & CE_ATTR_POLL) in ath10k_ce_enable_interrupt()
1892 ce_state->attr_flags = attr->flags; in ath10k_ce_alloc_pipe()
H A Dce.h120 unsigned int attr_flags; member