Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/ !
H A Dce.h155 unsigned int attr_flags; member
H A Dce.c675 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()
/src/sys/contrib/dev/athk/ath11k/ !
H A Dce.h171 unsigned int attr_flags; member
H A Dce.c657 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()
/src/sys/contrib/dev/athk/ath10k/ !
H A Dce.c151 (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()
H A Dce.h120 unsigned int attr_flags; member