Searched refs:ce_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | ce.c | 63 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr() argument 65 u32 ce_id = ce_state->id; in shadow_sr_wr_ind_addr() 92 struct ath10k_ce_pipe *ce_state) in shadow_dst_wr_ind_addr() argument 94 u32 ce_id = ce_state->id; in shadow_dst_wr_ind_addr() 201 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get() local 205 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_src_ring_read_index_get() 216 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set() argument 219 ath10k_ce_write32(ar, shadow_sr_wr_ind_addr(ar, ce_state), value); in ath10k_ce_shadow_src_ring_write_index_set() 224 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_dest_ring_write_index_set() argument 227 ath10k_ce_write32(ar, shadow_dst_wr_ind_addr(ar, ce_state), value); in ath10k_ce_shadow_dest_ring_write_index_set() [all …]
|
D | ce.h | 185 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, 193 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, 219 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state, 226 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state, 229 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state, 247 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state, 251 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, 260 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state, 319 int (*ce_completed_recv_next_nolock)(struct ath10k_ce_pipe *ce_state, 322 int (*ce_revoke_recv_next)(struct ath10k_ce_pipe *ce_state,
|
D | snoc.c | 60 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state); 61 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state); 62 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 63 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state); 64 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 383 static void ath10k_snoc_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_snoc_process_rx_cb() argument 387 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb() 389 struct ath10k_snoc_pipe *pipe_info = &ar_snoc->pipe_info[ce_state->id]; in ath10k_snoc_process_rx_cb() 396 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_snoc_process_rx_cb() 416 ce_state->id, skb->len); in ath10k_snoc_process_rx_cb() [all …]
|
D | pci.c | 123 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state); 124 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 125 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state); 126 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state); 127 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 128 static void ath10k_pci_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state); 1181 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htc_tx_cb() argument 1183 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb() 1188 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb) == 0) { in ath10k_pci_htc_tx_cb() 1200 static void ath10k_pci_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_pci_process_rx_cb() argument [all …]
|
/Linux-v4.19/net/ipv4/ |
D | tcp_dctcp.c | 57 u32 ce_state; member 99 ca->ce_state = 0; in dctcp_init() 132 if (!ca->ce_state) { in dctcp_ce_state_0_to_1() 143 ca->ce_state = 1; in dctcp_ce_state_0_to_1() 153 if (ca->ce_state) { in dctcp_ce_state_1_to_0() 164 ca->ce_state = 0; in dctcp_ce_state_1_to_0() 259 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | smc.h | 149 int ce_state ; /* CEM state */ member
|