Searched refs:ipa_endpoint (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ipa/
H A Dipa_endpoint.h138 * struct ipa_endpoint - IPA endpoint information
152 struct ipa_endpoint { struct
178 int ipa_endpoint_skb_tx(struct ipa_endpoint *endpoint, struct sk_buff *skb);
180 int ipa_endpoint_enable_one(struct ipa_endpoint *endpoint);
181 void ipa_endpoint_disable_one(struct ipa_endpoint *endpoint);
183 void ipa_endpoint_suspend_one(struct ipa_endpoint *endpoint);
184 void ipa_endpoint_resume_one(struct ipa_endpoint *endpoint);
202 void ipa_endpoint_trans_complete(struct ipa_endpoint *endpoint,
204 void ipa_endpoint_trans_release(struct ipa_endpoint *endpoint,
H A Dipa.h13 #include "ipa_endpoint.h"
123 struct ipa_endpoint endpoint[IPA_ENDPOINT_MAX];
124 struct ipa_endpoint *channel_map[GSI_CHANNEL_COUNT_MAX];
125 struct ipa_endpoint *name_map[IPA_ENDPOINT_COUNT];
H A Dipa_gsi.c12 #include "ipa_endpoint.h"
34 struct ipa_endpoint *endpoint;
45 struct ipa_endpoint *endpoint;
H A Dipa_endpoint.c19 #include "ipa_endpoint.h"
433 static struct gsi_trans *ipa_endpoint_trans_alloc(struct ipa_endpoint *endpoint,
450 ipa_endpoint_init_ctrl(struct ipa_endpoint *endpoint, bool suspend_delay)
485 ipa_endpoint_program_delay(struct ipa_endpoint *endpoint, bool enable)
494 static bool ipa_endpoint_aggr_active(struct ipa_endpoint *endpoint)
510 static void ipa_endpoint_force_close(struct ipa_endpoint *endpoint)
533 static void ipa_endpoint_suspend_aggr(struct ipa_endpoint *endpoint)
552 ipa_endpoint_program_suspend(struct ipa_endpoint *endpoint, bool enable)
583 struct ipa_endpoint *endpoint = &ipa->endpoint[endpoint_id++];
618 struct ipa_endpoint *endpoin
[all...]
H A DMakefile17 ipa_endpoint.o ipa_cmd.o ipa_modem.o \
H A Dipa_modem.c19 #include "ipa_endpoint.h"
46 struct ipa_endpoint *tx;
47 struct ipa_endpoint *rx;
127 struct ipa_endpoint *endpoint;
H A Dipa_cmd.c17 #include "ipa_endpoint.h"
352 struct ipa_endpoint *endpoint;
589 struct ipa_endpoint *endpoint;
625 struct ipa_endpoint *endpoint;
H A Dipa_table.c18 #include "ipa_endpoint.h"
250 struct ipa_endpoint *endpoint;
494 static void ipa_filter_tuple_zero(struct ipa_endpoint *endpoint)
533 struct ipa_endpoint *endpoint;
H A Dipa_sysfs.c121 struct ipa_endpoint *endpoint;
H A Dipa_main.c23 #include "ipa_endpoint.h"
113 struct ipa_endpoint *exception_endpoint;
114 struct ipa_endpoint *command_endpoint;
179 struct ipa_endpoint *exception_endpoint;
180 struct ipa_endpoint *command_endpoint;

Completed in 137 milliseconds