Searched refs:ce_state (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | ce.c | 52 struct ath10k_ce_pipe *ce_state) in shadow_sr_wr_ind_addr() argument 54 u32 ce_id = ce_state->id; in shadow_sr_wr_ind_addr() 81 struct ath10k_ce_pipe *ce_state) in shadow_dst_wr_ind_addr() argument 83 u32 ce_id = ce_state->id; in shadow_dst_wr_ind_addr() 190 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; in ath10k_ce_src_ring_read_index_get() local 194 (ce_state->attr_flags & CE_ATTR_DIS_INTR)) in ath10k_ce_src_ring_read_index_get() 205 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_src_ring_write_index_set() argument 208 ath10k_ce_write32(ar, shadow_sr_wr_ind_addr(ar, ce_state), value); in ath10k_ce_shadow_src_ring_write_index_set() 213 struct ath10k_ce_pipe *ce_state, in ath10k_ce_shadow_dest_ring_write_index_set() argument 216 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 | 174 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, 182 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, 208 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state, 215 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state, 218 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state, 236 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state, 240 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, 249 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state, 314 int (*ce_completed_recv_next_nolock)(struct ath10k_ce_pipe *ce_state, 317 int (*ce_revoke_recv_next)(struct ath10k_ce_pipe *ce_state, [all …]
|
D | snoc.c | 57 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state); 58 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state); 59 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 60 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state); 61 static void ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 62 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state); 569 static void ath10k_snoc_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_snoc_process_rx_cb() argument 573 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb() 575 struct ath10k_snoc_pipe *pipe_info = &ar_snoc->pipe_info[ce_state->id]; in ath10k_snoc_process_rx_cb() 582 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_snoc_process_rx_cb() [all …]
|
D | pci.c | 112 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state); 113 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 114 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state); 115 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state); 116 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state); 117 static void ath10k_pci_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state); 1171 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htc_tx_cb() argument 1173 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb() 1178 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb) == 0) { in ath10k_pci_htc_tx_cb() 1190 static void ath10k_pci_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_pci_process_rx_cb() argument [all …]
|
/linux-6.1.9/net/ipv4/ |
D | tcp_dctcp.h | 4 static inline void dctcp_ece_ack_cwr(struct sock *sk, u32 ce_state) in dctcp_ece_ack_cwr() argument 8 if (ce_state == 1) in dctcp_ece_ack_cwr() 20 u32 *prior_rcv_nxt, u32 *ce_state) in dctcp_ece_ack_update() argument 24 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update() 30 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update() 36 *ce_state = new_ce_state; in dctcp_ece_ack_update()
|
D | tcp_dctcp.c | 55 u32 ce_state; member 91 ca->ce_state = 0; in dctcp_init() 172 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in dctcp_cwnd_event() 197 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | bpf_dctcp.c | 44 __u32 ce_state; member 97 ca->ce_state = 0; in BPF_PROG() 167 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() argument 171 if (ce_state == 1) in dctcp_ece_ack_cwr() 184 __u32 *prior_rcv_nxt, __u32 *ce_state) in dctcp_ece_ack_update() argument 188 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update() 194 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update() 200 *ce_state = new_ce_state; in dctcp_ece_ack_update() 212 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in BPF_PROG()
|
/linux-6.1.9/drivers/net/fddi/skfp/h/ |
D | smc.h | 145 int ce_state ; /* CEM state */ member
|