Home
last modified time | relevance | path

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

/linux-4.1.27/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()
353 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state, in ath10k_ce_send() argument
360 struct ath10k *ar = ce_state->ar; in ath10k_ce_send()
365 ret = ath10k_ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send()
446 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, in ath10k_ce_completed_recv_next_nolock() argument
[all …]
Dce.h146 int ath10k_ce_send(struct ath10k_ce_pipe *ce_state,
154 int ath10k_ce_send_nolock(struct ath10k_ce_pipe *ce_state,
179 int ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state,
189 int ath10k_ce_completed_send_next(struct ath10k_ce_pipe *ce_state,
195 int ath10k_ce_completed_send_next_nolock(struct ath10k_ce_pipe *ce_state,
218 int ath10k_ce_revoke_recv_next(struct ath10k_ce_pipe *ce_state,
222 int ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state,
234 int ath10k_ce_cancel_send_next(struct ath10k_ce_pipe *ce_state,
Dpci.c836 static void ath10k_pci_ce_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_send_done() argument
838 struct ath10k *ar = ce_state->ar; in ath10k_pci_ce_send_done()
848 while (ath10k_ce_completed_send_next(ce_state, (void **)&skb, &ce_data, in ath10k_pci_ce_send_done()
862 static void ath10k_pci_ce_recv_data(struct ath10k_ce_pipe *ce_state) in ath10k_pci_ce_recv_data() argument
864 struct ath10k *ar = ce_state->ar; in ath10k_pci_ce_recv_data()
866 struct ath10k_pci_pipe *pipe_info = &ar_pci->pipe_info[ce_state->id]; in ath10k_pci_ce_recv_data()
877 while (ath10k_ce_completed_recv_next(ce_state, &transfer_context, in ath10k_pci_ce_recv_data()
898 ce_state->id, skb->len); in ath10k_pci_ce_recv_data()
1446 static void ath10k_pci_bmi_send_done(struct ath10k_ce_pipe *ce_state) in ath10k_pci_bmi_send_done() argument
1453 if (ath10k_ce_completed_send_next(ce_state, (void **)&xfer, &ce_data, in ath10k_pci_bmi_send_done()
[all …]
/linux-4.1.27/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()
293 info->dctcp.dctcp_ce_state = (u16) ca->ce_state; in dctcp_get_info()
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dsmc.h149 int ce_state ; /* CEM state */ member