Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath10k/
H 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 …]
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.c56 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
57 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
58 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
59 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
572 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb()
601 ce_state->id, skb->len); in ath10k_snoc_process_rx_cb()
619 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_htc_rx_cb()
640 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_rx_cb()
654 struct ath10k *ar = ce_state->ar; in ath10k_snoc_htc_tx_cb()
[all …]
H 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath10k/
H 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 …]
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.c56 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
57 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
58 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
59 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
572 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb()
601 ce_state->id, skb->len); in ath10k_snoc_process_rx_cb()
619 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_htc_rx_cb()
640 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_rx_cb()
654 struct ath10k *ar = ce_state->ar; in ath10k_snoc_htc_tx_cb()
[all …]
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath10k/
H 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 …]
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.c56 static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
57 static void ath10k_snoc_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
58 static void ath10k_snoc_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
59 static void ath10k_snoc_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
61 static void ath10k_snoc_pktlog_rx_cb(struct ath10k_ce_pipe *ce_state);
572 struct ath10k *ar = ce_state->ar; in ath10k_snoc_process_rx_cb()
601 ce_state->id, skb->len); in ath10k_snoc_process_rx_cb()
619 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_htc_rx_cb()
640 ath10k_ce_per_engine_service(ce_state->ar, CE_POLL_PIPE); in ath10k_snoc_htt_rx_cb()
654 struct ath10k *ar = ce_state->ar; in ath10k_snoc_htc_tx_cb()
[all …]
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H 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()
H A Dtcp_dctcp.c53 u32 ce_state; member
89 ca->ce_state = 0; in dctcp_init()
170 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in dctcp_cwnd_event()
195 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c37 __u32 ce_state; member
63 ca->ce_state = 0; in BPF_PROG()
133 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() argument
137 if (ce_state == 1) in dctcp_ece_ack_cwr()
150 __u32 *prior_rcv_nxt, __u32 *ce_state) in dctcp_ece_ack_update() argument
154 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update()
160 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
166 *ce_state = new_ce_state; in dctcp_ece_ack_update()
178 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in BPF_PROG()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c37 __u32 ce_state; member
63 ca->ce_state = 0; in BPF_PROG()
133 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() argument
137 if (ce_state == 1) in dctcp_ece_ack_cwr()
150 __u32 *prior_rcv_nxt, __u32 *ce_state) in dctcp_ece_ack_update() argument
154 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update()
160 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
166 *ce_state = new_ce_state; in dctcp_ece_ack_update()
178 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in BPF_PROG()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c37 __u32 ce_state; member
63 ca->ce_state = 0; in BPF_PROG()
133 static __always_inline void dctcp_ece_ack_cwr(struct sock *sk, __u32 ce_state) in dctcp_ece_ack_cwr() argument
137 if (ce_state == 1) in dctcp_ece_ack_cwr()
150 __u32 *prior_rcv_nxt, __u32 *ce_state) in dctcp_ece_ack_update() argument
154 if (*ce_state != new_ce_state) { in dctcp_ece_ack_update()
160 dctcp_ece_ack_cwr(sk, *ce_state); in dctcp_ece_ack_update()
166 *ce_state = new_ce_state; in dctcp_ece_ack_update()
178 dctcp_ece_ack_update(sk, ev, &ca->prior_rcv_nxt, &ca->ce_state); in BPF_PROG()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dctxcsn.c61 csne->ce_state = SLAP_CSN_COMMIT; in slap_get_commit_csn()
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne; in slap_get_commit_csn()
70 if ( csne->ce_state == SLAP_CSN_PENDING ) break; in slap_get_commit_csn()
98 csne->ce_state = SLAP_CSN_PENDING; in slap_rewind_commit_csn()
195 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dctxcsn.c61 csne->ce_state = SLAP_CSN_COMMIT; in slap_get_commit_csn()
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne; in slap_get_commit_csn()
70 if ( csne->ce_state == SLAP_CSN_PENDING ) break; in slap_get_commit_csn()
98 csne->ce_state = SLAP_CSN_PENDING; in slap_rewind_commit_csn()
197 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dctxcsn.c61 csne->ce_state = SLAP_CSN_COMMIT; in slap_get_commit_csn()
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne; in slap_get_commit_csn()
70 if ( csne->ce_state == SLAP_CSN_PENDING ) break; in slap_get_commit_csn()
98 csne->ce_state = SLAP_CSN_PENDING; in slap_rewind_commit_csn()
197 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dctxcsn.c61 csne->ce_state = SLAP_CSN_COMMIT; in slap_get_commit_csn()
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne; in slap_get_commit_csn()
70 if ( csne->ce_state == SLAP_CSN_PENDING ) break; in slap_get_commit_csn()
98 csne->ce_state = SLAP_CSN_PENDING; in slap_rewind_commit_csn()
195 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dctxcsn.c61 csne->ce_state = SLAP_CSN_COMMIT; in slap_get_commit_csn()
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne; in slap_get_commit_csn()
70 if ( csne->ce_state == SLAP_CSN_PENDING ) break; in slap_get_commit_csn()
98 csne->ce_state = SLAP_CSN_PENDING; in slap_rewind_commit_csn()
195 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dctxcsn.c61 csne->ce_state = SLAP_CSN_COMMIT; in slap_get_commit_csn()
69 if ( csne->ce_state == SLAP_CSN_COMMIT ) committed_csne = csne; in slap_get_commit_csn()
70 if ( csne->ce_state == SLAP_CSN_PENDING ) break; in slap_get_commit_csn()
98 csne->ce_state = SLAP_CSN_PENDING; in slap_rewind_commit_csn()
195 pending->ce_state = SLAP_CSN_PENDING; in slap_queue_csn()

12