Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dce.c268 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send_nolock() argument
275 struct ath10k *ar = ce_state->ar; in ath10k_ce_send_nolock()
276 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in ath10k_ce_send_nolock()
281 u32 ctrl_addr = ce_state->ctrl_addr; in ath10k_ce_send_nolock()
285 if (nbytes > ce_state->src_sz_max) in ath10k_ce_send_nolock()
287 __func__, nbytes, ce_state->src_sz_max); in ath10k_ce_send_nolock()
352 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send() argument
359 struct ath10k *ar = ce_state->ar; in ath10k_ce_send()
364 ret = ath10k_ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send()
445 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_recv_next_nolock() argument
[all …]
Dce.h145 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
153 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
178 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state,
188 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state,
191 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state,
209 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state,
213 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state,
225 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state,
Dpci.c106 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state);
107 static void ath10k_pci_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
108 static void ath10k_pci_htt_tx_cb(struct ath10k_ce_pipe *ce_state);
109 static void ath10k_pci_htt_rx_cb(struct ath10k_ce_pipe *ce_state);
110 static void ath10k_pci_htt_htc_rx_cb(struct ath10k_ce_pipe *ce_state);
1136 static void ath10k_pci_htc_tx_cb(struct ath10k_ce_pipe *ce_state) in ath10k_pci_htc_tx_cb() argument
1138 struct ath10k *ar = ce_state->ar; in ath10k_pci_htc_tx_cb()
1143 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb) == 0) { in ath10k_pci_htc_tx_cb()
1155 static void ath10k_pci_process_rx_cb(struct ath10k_ce_pipe *ce_state, in ath10k_pci_process_rx_cb() argument
1159 struct ath10k *ar = ce_state->ar; in ath10k_pci_process_rx_cb()
[all …]
/linux-4.4.14/net/ipv4/
Dtcp_dctcp.c57 u32 ce_state; member
99 ca->ce_state = 0; in dctcp_init()
134 if (!ca->ce_state && ca->delayed_ack_reserved) { in dctcp_ce_state_0_to_1()
151 ca->ce_state = 1; in dctcp_ce_state_0_to_1()
164 if (ca->ce_state && ca->delayed_ack_reserved) { in dctcp_ce_state_1_to_0()
181 ca->ce_state = 0; in dctcp_ce_state_1_to_0()
299 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dsmc.h149 int ce_state ; /* CEM state */ member