Home
last modified time | relevance | path

Searched refs:ce_state (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h174 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 …]
H A Dsnoc.c60 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);
65 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
572 static void ath10k_snoc_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_snoc_process_rx_cb() argument
576 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb()
578 struct ath10k_snoc_pipe *pipe_info = &ar_snoc->pipe_info[ce_state->id]; in ath10k_snoc_process_rx_cb()
585 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_snoc_process_rx_cb()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c46 __u32 ce_state;
98 ca->ce_state = 0; in BPF_PROG()
168 static void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in BPF_PROG()
172 if (ce_state == 1) in BPF_PROG()
184 __u32 *prior_rcv_nxt, __u32 *ce_state)
188 if (*ce_state != new_ce_state) {
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()
52 __u32 ce_state; global() member
174 dctcp_ece_ack_cwr(struct sock * sk,__u32 ce_state) dctcp_ece_ack_cwr() argument
190 dctcp_ece_ack_update(struct sock * sk,enum tcp_ca_event evt,__u32 * prior_rcv_nxt,__u32 * ce_state) dctcp_ece_ack_update() argument
/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h145 int ce_state ; /* CEM state */ member