Searched refs:attr_flags (Results 1 – 9 of 9) sorted by relevance
642 if (attr_flags & BIT(FM10K_TEST_MSG_STRING)) 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()662 if (attr_flags & BIT(FM10K_TEST_MSG_S64)) in fm10k_tlv_msg_test_generate_data()686 attr_flags >>= FM10K_TEST_MSG_NESTED; in fm10k_tlv_msg_test_create()[all …]
123 mlx5e_tc_attr_flags_skip(u32 attr_flags) in mlx5e_tc_attr_flags_skip() argument125 return attr_flags & (MLX5_ATTR_FLAG_SLOW_PATH | MLX5_ATTR_FLAG_ACCEPT); in mlx5e_tc_attr_flags_skip()
674 pipe->attr_flags = attr->flags; in ath12k_ce_alloc_pipe()720 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed()740 if (pipe->attr_flags & CE_ATTR_DIS_INTR) { in ath12k_ce_send()785 if (pipe->attr_flags & CE_ATTR_BYTE_SWAP_DATA) in ath12k_ce_send()
155 unsigned int attr_flags; member
656 pipe->attr_flags = attr->flags; in ath11k_ce_alloc_pipe()704 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && attr->src_nentries) in ath11k_ce_poll_send_completed()725 if (pipe->attr_flags & CE_ATTR_DIS_INTR) { in ath11k_ce_send()770 if (pipe->attr_flags & CE_ATTR_BYTE_SWAP_DATA) in ath11k_ce_send()
171 unsigned int attr_flags; member
151 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_src_ring_read_index_get()264 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_dest_ring_read_index_get()1295 bool disable_copy_compl_intr = ce_state->attr_flags & CE_ATTR_DIS_INTR; in ath10k_ce_per_engine_handler_adjust()1313 if (ce_state->attr_flags & CE_ATTR_POLL) in ath10k_ce_disable_interrupt()1339 if (ce_state->attr_flags & CE_ATTR_POLL) in ath10k_ce_enable_interrupt()1894 ce_state->attr_flags = attr->flags; in ath10k_ce_alloc_pipe()
120 unsigned int attr_flags; member
619 u16 attr_flags; in cca_sec2protkey() member624 u16 attr_flags; in cca_sec2protkey() member634 u16 attr_flags; in cca_sec2protkey() member667 preqparm->lv1.attr_flags = 0x0001; in cca_sec2protkey()671 preqparm->lv2.attr_flags = 0x0000; in cca_sec2protkey()
Completed in 33 milliseconds