Searched refs:ce_state (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | ce.c | 567 return ce_state->ops->ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send_nolock() 857 return ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next_nolock() 872 ret = ce_state->ops->ce_completed_recv_next_nolock(ce_state, in ath10k_ce_completed_recv_next() 899 ar = ce_state->ar; in _ath10k_ce_revoke_recv_next() 952 ar = ce_state->ar; in _ath10k_ce_revoke_recv_next_64() 993 return ce_state->ops->ce_revoke_recv_next(ce_state, in ath10k_ce_revoke_recv_next() 1112 return ce_state->ops->ce_completed_send_next_nolock(ce_state, in ath10k_ce_completed_send_next_nolock() 1250 ce_state->recv_cb(ce_state); in ath10k_ce_per_engine_service() 1253 ce_state->send_cb(ce_state); in ath10k_ce_per_engine_service() 1296 (ce_state->send_cb || ce_state->recv_cb)) in ath10k_ce_per_engine_handler_adjust() [all …]
|
| A 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 …]
|
| A 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); 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 D | pci.c | 1174 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb() 1195 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_rx_cb() 1224 ce_state->id, skb->len); in ath10k_pci_process_rx_cb() 1238 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_htt_rx_cb() 1273 ce_state->id, skb->len); in ath10k_pci_process_htt_rx_cb() 1302 ath10k_ce_per_engine_service(ce_state->ar, 4); in ath10k_pci_htt_htc_rx_cb() 1312 ath10k_pci_process_rx_cb(ce_state, in ath10k_pci_pktlog_rx_cb() 1319 struct ath10k *ar = ce_state->ar; in ath10k_pci_htt_tx_cb() 1345 ath10k_ce_per_engine_service(ce_state->ar, 4); in ath10k_pci_htt_rx_cb() 2211 struct ath10k *ar = ce_state->ar; in ath10k_pci_bmi_recv_data() [all …]
|
| /linux/net/ipv4/ |
| A 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()
|
| A D | tcp_dctcp.c | 55 u32 ce_state; member 103 ca->ce_state = 0; in dctcp_init() 200 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in dctcp_cwnd_event() 229 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | bpf_dctcp.c | 52 __u32 ce_state; member 104 ca->ce_state = 0; in BPF_PROG() 174 static void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() argument 178 if (ce_state == 1) in dctcp_ece_ack_cwr() 190 __u32 *prior_rcv_nxt, __u32 *ce_state) in dctcp_ece_ack_update() argument 194 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update() 200 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update() 206 *ce_state = new_ce_state; in dctcp_ece_ack_update() 218 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in BPF_PROG()
|
| /linux/drivers/net/fddi/skfp/h/ |
| A D | smc.h | 145 int ce_state ; /* CEM state */ member
|
Completed in 29 milliseconds