Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dce.c633 return ce_state->ops->ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send_nolock()
923 return ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next_nolock()
938 ret = ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next()
965 ar = ce_state->ar; in _ath10k_ce_revoke_recv_next()
1018 ar = ce_state->ar; in _ath10k_ce_revoke_recv_next_64()
1059 return ce_state->ops->ce_revoke_recv_next(ce_state, in ath10k_ce_revoke_recv_next()
1178 return ce_state->ops->ce_completed_send_next_nolock(ce_state, in ath10k_ce_completed_send_next_nolock()
1316 ce_state->recv_cb(ce_state); in ath10k_ce_per_engine_service()
1319 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service()
1362 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust()
[all …]
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 …]
A Dsnoc.c57 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);
62 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
573 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb()
602 ce_state->id, skb->len); in ath10k_snoc_process_rx_cb()
620 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_htc_rx_cb()
641 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_rx_cb()
655 struct ath10k *ar = ce_state->ar; in ath10k_snoc_htc_tx_cb()
[all …]
A Dpci.c1173 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb()
1194 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_rx_cb()
1223 ce_state->id, skb->len); in ath10k_pci_process_rx_cb()
1237 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_htt_rx_cb()
1272 ce_state->id, skb->len); in ath10k_pci_process_htt_rx_cb()
1301 ath10k_ce_per_engine_service(ce_state->ar, 4); in ath10k_pci_htt_htc_rx_cb()
1311 ath10k_pci_process_rx_cb(ce_state, in ath10k_pci_pktlog_rx_cb()
1318 struct ath10k *ar = ce_state->ar; in ath10k_pci_htt_tx_cb()
1344 ath10k_ce_per_engine_service(ce_state->ar, 4); in ath10k_pci_htt_rx_cb()
2209 struct ath10k *ar = ce_state->ar; in ath10k_pci_bmi_recv_data()
[all …]
/linux/net/ipv4/
A Dtcp_dctcp.h4 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()
A Dtcp_dctcp.c55 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/tools/testing/selftests/bpf/progs/
A Dbpf_dctcp.c42 __u32 ce_state; member
88 ca->ce_state = 0; in BPF_PROG()
158 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() argument
162 if (ce_state == 1) in dctcp_ece_ack_cwr()
175 __u32 *prior_rcv_nxt, __u32 *ce_state) in dctcp_ece_ack_update() argument
179 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update()
185 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
191 *ce_state = new_ce_state; in dctcp_ece_ack_update()
203 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in BPF_PROG()
/linux/drivers/net/fddi/skfp/h/
A Dsmc.h145 int ce_state ; /* CEM state */ member

Completed in 30 milliseconds