Searched refs:attr_flags (Results 1 – 6 of 6) sorted by relevance
155 unsigned int attr_flags; member
675 pipe->attr_flags = attr->flags; in ath12k_ce_alloc_pipe()721 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && pipe->send_cb) in ath12k_ce_poll_send_completed()741 if (pipe->attr_flags & CE_ATTR_DIS_INTR) { in ath12k_ce_send()786 if (pipe->attr_flags & CE_ATTR_BYTE_SWAP_DATA) in ath12k_ce_send()
171 unsigned int attr_flags; member
657 pipe->attr_flags = attr->flags; in ath11k_ce_alloc_pipe()705 if ((pipe->attr_flags & CE_ATTR_DIS_INTR) && attr->src_nentries) in ath11k_ce_poll_send_completed()726 if (pipe->attr_flags & CE_ATTR_DIS_INTR) { in ath11k_ce_send()771 if (pipe->attr_flags & CE_ATTR_BYTE_SWAP_DATA) in ath11k_ce_send()
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()1898 ce_state->attr_flags = attr->flags; in ath10k_ce_alloc_pipe()
120 unsigned int attr_flags; member