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

/linux-master/net/ipv4/
H A Dtcp_dctcp.h4 static inline void dctcp_ece_ack_cwr(struct sock *sk, u32 ce_state) argument
8 if (ce_state == 1)
20 u32 *prior_rcv_nxt, u32 *ce_state)
24 if (*ce_state != new_ce_state) {
30 dctcp_ece_ack_cwr(sk, *ce_state);
36 *ce_state = new_ce_state;
19 dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, u32 *prior_rcv_nxt, u32 *ce_state) argument
H A Dtcp_dctcp.c55 u32 ce_state; member in struct:dctcp
92 ca->ce_state = 0;
189 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state);
218 info->dctcp.dctcp_ce_state = (u16) ca->ce_state;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dce.c53 struct ath10k_ce_pipe *ce_state)
55 u32 ce_id = ce_state->id;
145 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
149 (ce_state->attr_flags & CE_ATTR_DIS_INTR))
160 struct ath10k_ce_pipe *ce_state,
163 ath10k_ce_write32(ar, shadow_sr_wr_ind_addr(ar, ce_state), value);
171 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
178 if (ce_state->ops->ce_set_src_ring_base_addr_hi) {
179 ce_state->ops->ce_set_src_ring_base_addr_hi(ar, ce_ctrl_addr,
258 struct ath10k_ce_pipe *ce_state local
52 shadow_sr_wr_ind_addr(struct ath10k *ar, struct ath10k_ce_pipe *ce_state) argument
159 ath10k_ce_shadow_src_ring_write_index_set(struct ath10k *ar, struct ath10k_ce_pipe *ce_state, unsigned int value) argument
276 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
422 _ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, void *per_transfer_context, dma_addr_t buffer, unsigned int nbytes, unsigned int transfer_id, unsigned int flags) argument
479 _ath10k_ce_send_nolock_64(struct ath10k_ce_pipe *ce_state, void *per_transfer_context, dma_addr_t buffer, unsigned int nbytes, unsigned int transfer_id, unsigned int flags) argument
560 ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, void *per_transfer_context, dma_addr_t buffer, unsigned int nbytes, unsigned int transfer_id, unsigned int flags) argument
600 ath10k_ce_send(struct ath10k_ce_pipe *ce_state, void *per_transfer_context, dma_addr_t buffer, unsigned int nbytes, unsigned int transfer_id, unsigned int flags) argument
755 _ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, unsigned int *nbytesp) argument
805 _ath10k_ce_completed_recv_next_nolock_64(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, unsigned int *nbytesp) argument
853 ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, void **per_transfer_ctx, unsigned int *nbytesp) argument
863 ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, unsigned int *nbytesp) argument
882 _ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, dma_addr_t *bufferp) argument
935 _ath10k_ce_revoke_recv_next_64(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, dma_addr_t *bufferp) argument
989 ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, dma_addr_t *bufferp) argument
1003 _ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp) argument
1056 _ath10k_ce_completed_send_next_nolock_64(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp) argument
1109 ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp) argument
1153 ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, dma_addr_t *bufferp, unsigned int *nbytesp, unsigned int *transfer_idp) argument
1207 ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp) argument
1232 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
1289 ath10k_ce_per_engine_handler_adjust(struct ath10k_ce_pipe *ce_state) argument
1307 struct ath10k_ce_pipe *ce_state; local
1334 struct ath10k_ce_pipe *ce_state; local
1361 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
1402 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
1719 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
1750 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
1781 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
1856 ath10k_ce_set_ops(struct ath10k *ar, struct ath10k_ce_pipe *ce_state) argument
1873 struct ath10k_ce_pipe *ce_state = &ce->ce_states[ce_id]; local
[all...]
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.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);
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, argument
573 struct ath10k *ar = ce_state->ar;
575 struct ath10k_snoc_pipe *pipe_info = &ar_snoc->pipe_info[ce_state->id];
582 while (ath10k_ce_completed_recv_next(ce_state,
610 ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state) argument
615 ath10k_snoc_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state) argument
628 ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state) argument
639 ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state) argument
653 ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state) argument
671 ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state) argument
[all...]
H A Dpci.c113 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
114 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
115 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
116 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
117 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
118 static void ath10k_pci_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
1172 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state) argument
1174 struct ath10k *ar = ce_state->ar;
1179 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb) == 0) {
1191 static void ath10k_pci_process_rx_cb(struct ath10k_ce_pipe *ce_state, argument
1234 ath10k_pci_process_htt_rx_cb(struct ath10k_ce_pipe *ce_state, void (*callback)(struct ath10k *ar, struct sk_buff *skb)) argument
1292 ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state) argument
1297 ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state) argument
1310 ath10k_pci_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state) argument
1317 ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state) argument
1340 ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state) argument
2199 ath10k_pci_bmi_send_done(struct ath10k_ce_pipe *ce_state) argument
2209 ath10k_pci_bmi_recv_data(struct ath10k_ce_pipe *ce_state) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c44 __u32 ce_state; member in struct:dctcp
97 ca->ce_state = 0;
167 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) argument
171 if (ce_state == 1)
184 __u32 *prior_rcv_nxt, __u32 *ce_state)
188 if (*ce_state != new_ce_state) {
194 dctcp_ece_ack_cwr(sk, *ce_state);
200 *ce_state = new_ce_state;
212 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state);
183 dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, __u32 *prior_rcv_nxt, __u32 *ce_state) argument
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmc.h145 int ce_state ; /* CEM state */ member in struct:s_cem

Completed in 152 milliseconds