ecm_ipa.c 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/debugfs.h>
  6. #include <linux/errno.h>
  7. #include <linux/etherdevice.h>
  8. #include <linux/if_vlan.h>
  9. #include <linux/fs.h>
  10. #include <linux/module.h>
  11. #include <linux/netdevice.h>
  12. #include <linux/skbuff.h>
  13. #include <linux/sched.h>
  14. #include <linux/atomic.h>
  15. #include <linux/ecm_ipa.h>
  16. #include "../ipa_common_i.h"
  17. #include "../ipa_v3/ipa_pm.h"
  18. #define DRIVER_NAME "ecm_ipa"
  19. #define ECM_IPA_IPV4_HDR_NAME "ecm_eth_ipv4"
  20. #define ECM_IPA_IPV6_HDR_NAME "ecm_eth_ipv6"
  21. #define INACTIVITY_MSEC_DELAY 100
  22. #define DEFAULT_OUTSTANDING_HIGH 64
  23. #define DEFAULT_OUTSTANDING_LOW 32
  24. #define DEBUGFS_TEMP_BUF_SIZE 4
  25. #define TX_TIMEOUT (5 * HZ)
  26. #define IPA_ECM_IPC_LOG_PAGES 50
  27. #define IPA_ECM_IPC_LOGGING(buf, fmt, args...) \
  28. do { \
  29. if (buf) \
  30. ipc_log_string((buf), fmt, __func__, __LINE__, \
  31. ## args); \
  32. } while (0)
  33. static void *ipa_ecm_logbuf;
  34. #define ECM_IPA_DEBUG(fmt, args...) \
  35. do { \
  36. pr_debug(DRIVER_NAME " %s:%d "\
  37. fmt, __func__, __LINE__, ## args);\
  38. if (ipa_ecm_logbuf) { \
  39. IPA_ECM_IPC_LOGGING(ipa_ecm_logbuf, \
  40. DRIVER_NAME " %s:%d " fmt, ## args); \
  41. } \
  42. } while (0)
  43. #define ECM_IPA_DEBUG_XMIT(fmt, args...) \
  44. pr_debug(DRIVER_NAME " %s:%d " fmt, __func__, __LINE__, ## args)
  45. #define ECM_IPA_INFO(fmt, args...) \
  46. do { \
  47. pr_info(DRIVER_NAME "@%s@%d@ctx:%s: "\
  48. fmt, __func__, __LINE__, current->comm, ## args);\
  49. if (ipa_ecm_logbuf) { \
  50. IPA_ECM_IPC_LOGGING(ipa_ecm_logbuf, \
  51. DRIVER_NAME " %s:%d " fmt, ## args); \
  52. } \
  53. } while (0)
  54. #define ECM_IPA_ERROR(fmt, args...) \
  55. do { \
  56. pr_err(DRIVER_NAME "@%s@%d@ctx:%s: "\
  57. fmt, __func__, __LINE__, current->comm, ## args);\
  58. if (ipa_ecm_logbuf) { \
  59. IPA_ECM_IPC_LOGGING(ipa_ecm_logbuf, \
  60. DRIVER_NAME " %s:%d " fmt, ## args); \
  61. } \
  62. } while (0)
  63. #define NULL_CHECK(ptr) \
  64. do { \
  65. if (!(ptr)) { \
  66. ECM_IPA_ERROR("null pointer #ptr\n"); \
  67. ret = -EINVAL; \
  68. } \
  69. } \
  70. while (0)
  71. #define ECM_IPA_LOG_ENTRY() ECM_IPA_DEBUG("begin\n")
  72. #define ECM_IPA_LOG_EXIT() ECM_IPA_DEBUG("end\n")
  73. /**
  74. * enum ecm_ipa_state - specify the current driver internal state
  75. * which is guarded by a state machine.
  76. *
  77. * The driver internal state changes due to its external API usage.
  78. * The driver saves its internal state to guard from caller illegal
  79. * call sequence.
  80. * states:
  81. * UNLOADED is the first state which is the default one and is also the state
  82. * after the driver gets unloaded(cleanup).
  83. * INITIALIZED is the driver state once it finished registering
  84. * the network device and all internal data struct were initialized
  85. * CONNECTED is the driver state once the USB pipes were connected to IPA
  86. * UP is the driver state after the interface mode was set to UP but the
  87. * pipes are not connected yet - this state is meta-stable state.
  88. * CONNECTED_AND_UP is the driver state when the pipe were connected and
  89. * the interface got UP request from the network stack. this is the driver
  90. * idle operation state which allows it to transmit/receive data.
  91. * INVALID is a state which is not allowed.
  92. */
  93. enum ecm_ipa_state {
  94. ECM_IPA_UNLOADED = 0,
  95. ECM_IPA_INITIALIZED,
  96. ECM_IPA_CONNECTED,
  97. ECM_IPA_UP,
  98. ECM_IPA_CONNECTED_AND_UP,
  99. ECM_IPA_INVALID,
  100. };
  101. /**
  102. * enum ecm_ipa_operation - enumerations used to describe the API operation
  103. *
  104. * Those enums are used as input for the driver state machine.
  105. */
  106. enum ecm_ipa_operation {
  107. ECM_IPA_INITIALIZE,
  108. ECM_IPA_CONNECT,
  109. ECM_IPA_OPEN,
  110. ECM_IPA_STOP,
  111. ECM_IPA_DISCONNECT,
  112. ECM_IPA_CLEANUP,
  113. };
  114. #define ECM_IPA_STATE_DEBUG(ecm_ipa_ctx) \
  115. ECM_IPA_DEBUG("Driver state - %s\n",\
  116. ecm_ipa_state_string((ecm_ipa_ctx)->state))
  117. /**
  118. * struct ecm_ipa_dev - main driver context parameters
  119. * @net: network interface struct implemented by this driver
  120. * @directory: debugfs directory for various debuging switches
  121. * @eth_ipv4_hdr_hdl: saved handle for ipv4 header-insertion table
  122. * @eth_ipv6_hdr_hdl: saved handle for ipv6 header-insertion table
  123. * @usb_to_ipa_hdl: save handle for IPA pipe operations
  124. * @ipa_to_usb_hdl: save handle for IPA pipe operations
  125. * @outstanding_pkts: number of packets sent to IPA without TX complete ACKed
  126. * @outstanding_high: number of outstanding packets allowed
  127. * @outstanding_low: number of outstanding packets which shall cause
  128. * to netdev queue start (after stopped due to outstanding_high reached)
  129. * @state: current state of ecm_ipa driver
  130. * @device_ready_notify: callback supplied by USB core driver
  131. * This callback shall be called by the Netdev once the Netdev internal
  132. * state is changed to RNDIS_IPA_CONNECTED_AND_UP
  133. * @ipa_to_usb_client: consumer client
  134. * @usb_to_ipa_client: producer client
  135. * @pm_hdl: handle for IPA PM
  136. * @is_vlan_mode: does the driver need to work in VLAN mode?
  137. * @netif_rx_function: holds the correct network stack API, needed for NAPI
  138. */
  139. struct ecm_ipa_dev {
  140. struct net_device *net;
  141. struct dentry *directory;
  142. u32 eth_ipv4_hdr_hdl;
  143. u32 eth_ipv6_hdr_hdl;
  144. u32 usb_to_ipa_hdl;
  145. u32 ipa_to_usb_hdl;
  146. atomic_t outstanding_pkts;
  147. u8 outstanding_high;
  148. u8 outstanding_low;
  149. enum ecm_ipa_state state;
  150. void (*device_ready_notify)(void);
  151. enum ipa_client_type ipa_to_usb_client;
  152. enum ipa_client_type usb_to_ipa_client;
  153. u32 pm_hdl;
  154. bool is_vlan_mode;
  155. int (*netif_rx_function)(struct sk_buff *skb);
  156. };
  157. static int ecm_ipa_open(struct net_device *net);
  158. static void ecm_ipa_packet_receive_notify
  159. (void *priv, enum ipa_dp_evt_type evt, unsigned long data);
  160. static void ecm_ipa_tx_complete_notify
  161. (void *priv, enum ipa_dp_evt_type evt, unsigned long data);
  162. static void ecm_ipa_tx_timeout(struct net_device *net);
  163. static int ecm_ipa_stop(struct net_device *net);
  164. static void ecm_ipa_enable_data_path(struct ecm_ipa_dev *ecm_ipa_ctx);
  165. static int ecm_ipa_rules_cfg
  166. (struct ecm_ipa_dev *ecm_ipa_ctx, const void *dst_mac,
  167. const void *src_mac);
  168. static void ecm_ipa_rules_destroy(struct ecm_ipa_dev *ecm_ipa_ctx);
  169. static int ecm_ipa_register_properties(struct ecm_ipa_dev *ecm_ipa_ctx);
  170. static void ecm_ipa_deregister_properties(void);
  171. static struct net_device_stats *ecm_ipa_get_stats(struct net_device *net);
  172. static int ecm_ipa_register_pm_client(struct ecm_ipa_dev *ecm_ipa_ctx);
  173. static void ecm_ipa_deregister_pm_client(struct ecm_ipa_dev *ecm_ipa_ctx);
  174. static netdev_tx_t ecm_ipa_start_xmit
  175. (struct sk_buff *skb, struct net_device *net);
  176. static int ecm_ipa_debugfs_atomic_open(struct inode *inode, struct file *file);
  177. static ssize_t ecm_ipa_debugfs_atomic_read
  178. (struct file *file, char __user *ubuf, size_t count, loff_t *ppos);
  179. static void ecm_ipa_debugfs_init(struct ecm_ipa_dev *ecm_ipa_ctx);
  180. static void ecm_ipa_debugfs_destroy(struct ecm_ipa_dev *ecm_ipa_ctx);
  181. static int ecm_ipa_ep_registers_cfg(u32 usb_to_ipa_hdl, u32 ipa_to_usb_hdl,
  182. bool is_vlan_mode);
  183. static int ecm_ipa_set_device_ethernet_addr
  184. (u8 *dev_ethaddr, u8 device_ethaddr[]);
  185. static enum ecm_ipa_state ecm_ipa_next_state
  186. (enum ecm_ipa_state current_state, enum ecm_ipa_operation operation);
  187. static const char *ecm_ipa_state_string(enum ecm_ipa_state state);
  188. static int ecm_ipa_init_module(void);
  189. static void ecm_ipa_cleanup_module(void);
  190. static const struct net_device_ops ecm_ipa_netdev_ops = {
  191. .ndo_open = ecm_ipa_open,
  192. .ndo_stop = ecm_ipa_stop,
  193. .ndo_start_xmit = ecm_ipa_start_xmit,
  194. .ndo_set_mac_address = eth_mac_addr,
  195. .ndo_tx_timeout = ecm_ipa_tx_timeout,
  196. .ndo_get_stats = ecm_ipa_get_stats,
  197. };
  198. static const struct file_operations ecm_ipa_debugfs_atomic_ops = {
  199. .open = ecm_ipa_debugfs_atomic_open,
  200. .read = ecm_ipa_debugfs_atomic_read,
  201. };
  202. static void ecm_ipa_msg_free_cb(void *buff, u32 len, u32 type)
  203. {
  204. kfree(buff);
  205. }
  206. /**
  207. * ecm_ipa_init() - create network device and initializes internal
  208. * data structures
  209. * @params: in/out parameters required for ecm_ipa initialization
  210. *
  211. * Shall be called prior to pipe connection.
  212. * The out parameters (the callbacks) shall be supplied to ipa_connect.
  213. * Detailed description:
  214. * - allocate the network device
  215. * - set default values for driver internals
  216. * - create debugfs folder and files
  217. * - add header insertion rules for IPA driver (based on host/device
  218. * Ethernet addresses given in input params)
  219. * - register tx/rx properties to IPA driver (will be later used
  220. * by IPA configuration manager to configure reset of the IPA rules)
  221. * - set the carrier state to "off" (until ecm_ipa_connect is called)
  222. * - register the network device
  223. * - set the out parameters
  224. *
  225. * Returns negative errno, or zero on success
  226. */
  227. int ecm_ipa_init(struct ecm_ipa_params *params)
  228. {
  229. int result = 0;
  230. struct net_device *net;
  231. struct ecm_ipa_dev *ecm_ipa_ctx;
  232. int ret;
  233. ECM_IPA_LOG_ENTRY();
  234. ECM_IPA_DEBUG("%s initializing\n", DRIVER_NAME);
  235. ret = 0;
  236. NULL_CHECK(params);
  237. if (ret)
  238. return ret;
  239. ECM_IPA_DEBUG
  240. ("host_ethaddr=%pM, device_ethaddr=%pM\n",
  241. params->host_ethaddr,
  242. params->device_ethaddr);
  243. net = alloc_etherdev(sizeof(struct ecm_ipa_dev));
  244. if (!net) {
  245. result = -ENOMEM;
  246. ECM_IPA_ERROR("fail to allocate etherdev\n");
  247. goto fail_alloc_etherdev;
  248. }
  249. ECM_IPA_DEBUG("network device was successfully allocated\n");
  250. ecm_ipa_ctx = netdev_priv(net);
  251. if (!ecm_ipa_ctx) {
  252. ECM_IPA_ERROR("fail to extract netdev priv\n");
  253. result = -ENOMEM;
  254. goto fail_netdev_priv;
  255. }
  256. memset(ecm_ipa_ctx, 0, sizeof(*ecm_ipa_ctx));
  257. ECM_IPA_DEBUG("ecm_ipa_ctx (private) = %pK\n", ecm_ipa_ctx);
  258. ecm_ipa_ctx->net = net;
  259. ecm_ipa_ctx->outstanding_high = DEFAULT_OUTSTANDING_HIGH;
  260. ecm_ipa_ctx->outstanding_low = DEFAULT_OUTSTANDING_LOW;
  261. atomic_set(&ecm_ipa_ctx->outstanding_pkts, 0);
  262. snprintf(net->name, sizeof(net->name), "%s%%d", "ecm");
  263. net->netdev_ops = &ecm_ipa_netdev_ops;
  264. net->watchdog_timeo = TX_TIMEOUT;
  265. if (ipa_get_lan_rx_napi()) {
  266. ecm_ipa_ctx->netif_rx_function = netif_receive_skb;
  267. ECM_IPA_DEBUG("LAN RX NAPI enabled = True");
  268. } else {
  269. ecm_ipa_ctx->netif_rx_function = netif_rx_ni;
  270. ECM_IPA_DEBUG("LAN RX NAPI enabled = False");
  271. }
  272. ECM_IPA_DEBUG("internal data structures were initialized\n");
  273. if (!params->device_ready_notify)
  274. ECM_IPA_DEBUG("device_ready_notify() was not supplied");
  275. ecm_ipa_ctx->device_ready_notify = params->device_ready_notify;
  276. ecm_ipa_debugfs_init(ecm_ipa_ctx);
  277. result = ecm_ipa_set_device_ethernet_addr
  278. (net->dev_addr, params->device_ethaddr);
  279. if (result) {
  280. ECM_IPA_ERROR("set device MAC failed\n");
  281. goto fail_set_device_ethernet;
  282. }
  283. ECM_IPA_DEBUG("Device Ethernet address set %pM\n", net->dev_addr);
  284. if (ipa_is_vlan_mode(IPA_VLAN_IF_ECM, &ecm_ipa_ctx->is_vlan_mode)) {
  285. ECM_IPA_ERROR("couldn't acquire vlan mode, is ipa ready?\n");
  286. goto fail_get_vlan_mode;
  287. }
  288. ECM_IPA_DEBUG("is vlan mode %d\n", ecm_ipa_ctx->is_vlan_mode);
  289. result = ecm_ipa_rules_cfg
  290. (ecm_ipa_ctx, params->host_ethaddr, params->device_ethaddr);
  291. if (result) {
  292. ECM_IPA_ERROR("fail on ipa rules set\n");
  293. goto fail_rules_cfg;
  294. }
  295. ECM_IPA_DEBUG("Ethernet header insertion set\n");
  296. netif_carrier_off(net);
  297. ECM_IPA_DEBUG("netif_carrier_off() was called\n");
  298. netif_stop_queue(ecm_ipa_ctx->net);
  299. ECM_IPA_DEBUG("netif_stop_queue() was called");
  300. result = register_netdev(net);
  301. if (result) {
  302. ECM_IPA_ERROR("register_netdev failed: %d\n", result);
  303. goto fail_register_netdev;
  304. }
  305. ECM_IPA_DEBUG("register_netdev succeeded\n");
  306. params->ecm_ipa_rx_dp_notify = ecm_ipa_packet_receive_notify;
  307. params->ecm_ipa_tx_dp_notify = ecm_ipa_tx_complete_notify;
  308. params->private = (void *)ecm_ipa_ctx;
  309. params->skip_ep_cfg = false;
  310. ecm_ipa_ctx->state = ECM_IPA_INITIALIZED;
  311. ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
  312. ECM_IPA_INFO("ECM_IPA was initialized successfully\n");
  313. ECM_IPA_LOG_EXIT();
  314. return 0;
  315. fail_register_netdev:
  316. ecm_ipa_rules_destroy(ecm_ipa_ctx);
  317. fail_rules_cfg:
  318. fail_get_vlan_mode:
  319. fail_set_device_ethernet:
  320. ecm_ipa_debugfs_destroy(ecm_ipa_ctx);
  321. fail_netdev_priv:
  322. free_netdev(net);
  323. fail_alloc_etherdev:
  324. return result;
  325. }
  326. EXPORT_SYMBOL(ecm_ipa_init);
  327. /**
  328. * ecm_ipa_connect() - notify ecm_ipa for IPA<->USB pipes connection
  329. * @usb_to_ipa_hdl: handle of IPA driver client for USB->IPA
  330. * @ipa_to_usb_hdl: handle of IPA driver client for IPA->USB
  331. * @priv: same value that was set by ecm_ipa_init(), this
  332. * parameter holds the network device pointer.
  333. *
  334. * Once USB driver finishes the pipe connection between IPA core
  335. * and USB core this method shall be called in order to
  336. * allow ecm_ipa complete the data path configurations.
  337. * Caller should make sure that it is calling this function
  338. * from a context that allows it to handle device_ready_notify().
  339. * Detailed description:
  340. * - configure the IPA end-points register
  341. * - notify the Linux kernel for "carrier_on"
  342. * After this function is done the driver state changes to "Connected".
  343. * This API is expected to be called after ecm_ipa_init() or
  344. * after a call to ecm_ipa_disconnect.
  345. */
  346. int ecm_ipa_connect(u32 usb_to_ipa_hdl, u32 ipa_to_usb_hdl, void *priv)
  347. {
  348. struct ecm_ipa_dev *ecm_ipa_ctx = priv;
  349. int next_state;
  350. struct ipa_ecm_msg *ecm_msg;
  351. struct ipa_msg_meta msg_meta;
  352. int retval;
  353. int ret;
  354. ECM_IPA_LOG_ENTRY();
  355. ret = 0;
  356. NULL_CHECK(priv);
  357. if (ret)
  358. return ret;
  359. ECM_IPA_DEBUG("usb_to_ipa_hdl = %d, ipa_to_usb_hdl = %d, priv=0x%pK\n",
  360. usb_to_ipa_hdl, ipa_to_usb_hdl, priv);
  361. next_state = ecm_ipa_next_state(ecm_ipa_ctx->state, ECM_IPA_CONNECT);
  362. if (next_state == ECM_IPA_INVALID) {
  363. ECM_IPA_ERROR("can't call connect before calling initialize\n");
  364. return -EPERM;
  365. }
  366. ecm_ipa_ctx->state = next_state;
  367. ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
  368. if (!ipa_is_client_handle_valid(usb_to_ipa_hdl)) {
  369. ECM_IPA_ERROR
  370. ("usb_to_ipa_hdl(%d) is not a valid ipa handle\n",
  371. usb_to_ipa_hdl);
  372. return -EINVAL;
  373. }
  374. if (!ipa_is_client_handle_valid(ipa_to_usb_hdl)) {
  375. ECM_IPA_ERROR
  376. ("ipa_to_usb_hdl(%d) is not a valid ipa handle\n",
  377. ipa_to_usb_hdl);
  378. return -EINVAL;
  379. }
  380. ecm_ipa_ctx->ipa_to_usb_hdl = ipa_to_usb_hdl;
  381. ecm_ipa_ctx->usb_to_ipa_hdl = usb_to_ipa_hdl;
  382. ecm_ipa_ctx->ipa_to_usb_client = ipa_get_client_mapping(ipa_to_usb_hdl);
  383. if (ecm_ipa_ctx->ipa_to_usb_client < 0) {
  384. ECM_IPA_ERROR(
  385. "Error getting IPA->USB client from handle %d\n",
  386. ecm_ipa_ctx->ipa_to_usb_client);
  387. return -EINVAL;
  388. }
  389. ECM_IPA_DEBUG("ipa_to_usb_client = %d\n",
  390. ecm_ipa_ctx->ipa_to_usb_client);
  391. ecm_ipa_ctx->usb_to_ipa_client = ipa_get_client_mapping(usb_to_ipa_hdl);
  392. if (ecm_ipa_ctx->usb_to_ipa_client < 0) {
  393. ECM_IPA_ERROR(
  394. "Error getting USB->IPA client from handle %d\n",
  395. ecm_ipa_ctx->usb_to_ipa_client);
  396. return -EINVAL;
  397. }
  398. ECM_IPA_DEBUG("usb_to_ipa_client = %d\n",
  399. ecm_ipa_ctx->usb_to_ipa_client);
  400. retval = ecm_ipa_register_pm_client(ecm_ipa_ctx);
  401. if (retval) {
  402. ECM_IPA_ERROR("fail register PM client\n");
  403. return retval;
  404. }
  405. ECM_IPA_DEBUG("PM client registered\n");
  406. retval = ecm_ipa_register_properties(ecm_ipa_ctx);
  407. if (retval) {
  408. ECM_IPA_ERROR("fail on properties set\n");
  409. goto fail_register_pm;
  410. }
  411. ECM_IPA_DEBUG("ecm_ipa 2 Tx and 2 Rx properties were registered\n");
  412. retval = ecm_ipa_ep_registers_cfg(usb_to_ipa_hdl, ipa_to_usb_hdl,
  413. ecm_ipa_ctx->is_vlan_mode);
  414. if (retval) {
  415. ECM_IPA_ERROR("fail on ep cfg\n");
  416. goto fail;
  417. }
  418. ECM_IPA_DEBUG("end-point configured\n");
  419. netif_carrier_on(ecm_ipa_ctx->net);
  420. ecm_msg = kzalloc(sizeof(*ecm_msg), GFP_KERNEL);
  421. if (!ecm_msg) {
  422. retval = -ENOMEM;
  423. goto fail;
  424. }
  425. memset(&msg_meta, 0, sizeof(struct ipa_msg_meta));
  426. msg_meta.msg_type = ECM_CONNECT;
  427. msg_meta.msg_len = sizeof(struct ipa_ecm_msg);
  428. strlcpy(ecm_msg->name, ecm_ipa_ctx->net->name,
  429. IPA_RESOURCE_NAME_MAX);
  430. ecm_msg->ifindex = ecm_ipa_ctx->net->ifindex;
  431. retval = ipa_send_msg(&msg_meta, ecm_msg, ecm_ipa_msg_free_cb);
  432. if (retval) {
  433. ECM_IPA_ERROR("fail to send ECM_CONNECT message\n");
  434. kfree(ecm_msg);
  435. goto fail;
  436. }
  437. if (!netif_carrier_ok(ecm_ipa_ctx->net)) {
  438. ECM_IPA_ERROR("netif_carrier_ok error\n");
  439. retval = -EBUSY;
  440. goto fail;
  441. }
  442. ECM_IPA_DEBUG("carrier_on notified\n");
  443. if (ecm_ipa_ctx->state == ECM_IPA_CONNECTED_AND_UP)
  444. ecm_ipa_enable_data_path(ecm_ipa_ctx);
  445. else
  446. ECM_IPA_DEBUG("data path was not enabled yet\n");
  447. ECM_IPA_INFO("ECM_IPA was connected successfully\n");
  448. ECM_IPA_LOG_EXIT();
  449. return 0;
  450. fail:
  451. ecm_ipa_deregister_properties();
  452. fail_register_pm:
  453. ecm_ipa_deregister_pm_client(ecm_ipa_ctx);
  454. return retval;
  455. }
  456. EXPORT_SYMBOL(ecm_ipa_connect);
  457. /**
  458. * ecm_ipa_open() - notify Linux network stack to start sending packets
  459. * @net: the network interface supplied by the network stack
  460. *
  461. * Linux uses this API to notify the driver that the network interface
  462. * transitions to the up state.
  463. * The driver will instruct the Linux network stack to start
  464. * delivering data packets.
  465. */
  466. static int ecm_ipa_open(struct net_device *net)
  467. {
  468. struct ecm_ipa_dev *ecm_ipa_ctx;
  469. int next_state;
  470. ECM_IPA_LOG_ENTRY();
  471. ecm_ipa_ctx = netdev_priv(net);
  472. next_state = ecm_ipa_next_state(ecm_ipa_ctx->state, ECM_IPA_OPEN);
  473. if (next_state == ECM_IPA_INVALID) {
  474. ECM_IPA_ERROR("can't bring driver up before initialize\n");
  475. return -EPERM;
  476. }
  477. ecm_ipa_ctx->state = next_state;
  478. ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
  479. if (ecm_ipa_ctx->state == ECM_IPA_CONNECTED_AND_UP)
  480. ecm_ipa_enable_data_path(ecm_ipa_ctx);
  481. else
  482. ECM_IPA_DEBUG("data path was not enabled yet\n");
  483. ECM_IPA_LOG_EXIT();
  484. return 0;
  485. }
  486. /**
  487. * ecm_ipa_start_xmit() - send data from APPs to USB core via IPA core
  488. * @skb: packet received from Linux network stack
  489. * @net: the network device being used to send this packet
  490. *
  491. * Several conditions needed in order to send the packet to IPA:
  492. * - Transmit queue for the network driver is currently
  493. * in "send" state
  494. * - The driver internal state is in "UP" state.
  495. * - Filter Tx switch is turned off
  496. * - Outstanding high boundary did not reach.
  497. *
  498. * In case all of the above conditions are met, the network driver will
  499. * send the packet by using the IPA API for Tx.
  500. * In case the outstanding packet high boundary is reached, the driver will
  501. * stop the send queue until enough packet were proceeded by the IPA core.
  502. */
  503. static netdev_tx_t ecm_ipa_start_xmit
  504. (struct sk_buff *skb, struct net_device *net)
  505. {
  506. int ret;
  507. netdev_tx_t status = NETDEV_TX_BUSY;
  508. struct ecm_ipa_dev *ecm_ipa_ctx = netdev_priv(net);
  509. netif_trans_update(net);
  510. ECM_IPA_DEBUG_XMIT
  511. ("Tx, len=%d, skb->protocol=%d, outstanding=%d\n",
  512. skb->len, skb->protocol,
  513. atomic_read(&ecm_ipa_ctx->outstanding_pkts));
  514. if (unlikely(netif_queue_stopped(net))) {
  515. ECM_IPA_ERROR("interface queue is stopped\n");
  516. goto out;
  517. }
  518. if (unlikely(ecm_ipa_ctx->state != ECM_IPA_CONNECTED_AND_UP)) {
  519. ECM_IPA_ERROR("Missing pipe connected and/or iface up\n");
  520. return NETDEV_TX_BUSY;
  521. }
  522. ret = ipa_pm_activate(ecm_ipa_ctx->pm_hdl);
  523. if (ret) {
  524. ECM_IPA_DEBUG("Failed to activate PM client\n");
  525. netif_stop_queue(net);
  526. goto fail_pm_activate;
  527. }
  528. if (atomic_read(&ecm_ipa_ctx->outstanding_pkts) >=
  529. ecm_ipa_ctx->outstanding_high) {
  530. ECM_IPA_DEBUG
  531. ("outstanding high (%d)- stopping\n",
  532. ecm_ipa_ctx->outstanding_high);
  533. netif_stop_queue(net);
  534. status = NETDEV_TX_BUSY;
  535. goto out;
  536. }
  537. if (ecm_ipa_ctx->is_vlan_mode)
  538. if (unlikely(skb->protocol != htons(ETH_P_8021Q)))
  539. ECM_IPA_DEBUG(
  540. "ether_type != ETH_P_8021Q && vlan, prot = 0x%X\n"
  541. , skb->protocol);
  542. ret = ipa_tx_dp(ecm_ipa_ctx->ipa_to_usb_client, skb, NULL);
  543. if (ret) {
  544. ECM_IPA_ERROR("ipa transmit failed (%d)\n", ret);
  545. goto fail_tx_packet;
  546. }
  547. atomic_inc(&ecm_ipa_ctx->outstanding_pkts);
  548. status = NETDEV_TX_OK;
  549. goto out;
  550. fail_tx_packet:
  551. out:
  552. ipa_pm_deferred_deactivate(ecm_ipa_ctx->pm_hdl);
  553. fail_pm_activate:
  554. return status;
  555. }
  556. /**
  557. * ecm_ipa_packet_receive_notify() - Rx notify
  558. *
  559. * @priv: ecm driver context
  560. * @evt: event type
  561. * @data: data provided with event
  562. *
  563. * IPA will pass a packet to the Linux network stack with skb->data pointing
  564. * to Ethernet packet frame.
  565. */
  566. static void ecm_ipa_packet_receive_notify
  567. (void *priv, enum ipa_dp_evt_type evt, unsigned long data)
  568. {
  569. struct sk_buff *skb = (struct sk_buff *)data;
  570. struct ecm_ipa_dev *ecm_ipa_ctx = priv;
  571. int result;
  572. unsigned int packet_len;
  573. if (!skb) {
  574. ECM_IPA_ERROR("Bad SKB received from IPA driver\n");
  575. return;
  576. }
  577. packet_len = skb->len;
  578. ECM_IPA_DEBUG("packet RX, len=%d\n", skb->len);
  579. if (unlikely(ecm_ipa_ctx->state != ECM_IPA_CONNECTED_AND_UP)) {
  580. ECM_IPA_DEBUG("Missing pipe connected and/or iface up\n");
  581. return;
  582. }
  583. if (unlikely(evt != IPA_RECEIVE)) {
  584. ECM_IPA_ERROR("A none IPA_RECEIVE event in ecm_ipa_receive\n");
  585. return;
  586. }
  587. skb->dev = ecm_ipa_ctx->net;
  588. skb->protocol = eth_type_trans(skb, ecm_ipa_ctx->net);
  589. result = ecm_ipa_ctx->netif_rx_function(skb);
  590. if (unlikely(result))
  591. ECM_IPA_ERROR("fail on netif_rx_function\n");
  592. ecm_ipa_ctx->net->stats.rx_packets++;
  593. ecm_ipa_ctx->net->stats.rx_bytes += packet_len;
  594. }
  595. /** ecm_ipa_stop() - called when network device transitions to the down
  596. * state.
  597. * @net: the network device being stopped.
  598. *
  599. * This API is used by Linux network stack to notify the network driver that
  600. * its state was changed to "down"
  601. * The driver will stop the "send" queue and change its internal
  602. * state to "Connected".
  603. */
  604. static int ecm_ipa_stop(struct net_device *net)
  605. {
  606. struct ecm_ipa_dev *ecm_ipa_ctx = netdev_priv(net);
  607. int next_state;
  608. ECM_IPA_LOG_ENTRY();
  609. next_state = ecm_ipa_next_state(ecm_ipa_ctx->state, ECM_IPA_STOP);
  610. if (next_state == ECM_IPA_INVALID) {
  611. ECM_IPA_ERROR("can't do network interface down without up\n");
  612. return -EPERM;
  613. }
  614. ecm_ipa_ctx->state = next_state;
  615. ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
  616. netif_stop_queue(net);
  617. ECM_IPA_DEBUG("network device stopped\n");
  618. ECM_IPA_LOG_EXIT();
  619. return 0;
  620. }
  621. /** ecm_ipa_disconnect() - called when the USB cable is unplugged.
  622. * @priv: same value that was set by ecm_ipa_init(), this
  623. * parameter holds the network device pointer.
  624. *
  625. * Once the USB cable is unplugged the USB driver will notify the network
  626. * interface driver.
  627. * The internal driver state will returned to its initialized state and
  628. * Linux network stack will be informed for carrier off and the send queue
  629. * will be stopped.
  630. */
  631. int ecm_ipa_disconnect(void *priv)
  632. {
  633. struct ecm_ipa_dev *ecm_ipa_ctx = priv;
  634. int next_state;
  635. struct ipa_ecm_msg *ecm_msg;
  636. struct ipa_msg_meta msg_meta;
  637. int retval;
  638. int outstanding_dropped_pkts;
  639. int ret;
  640. ECM_IPA_LOG_ENTRY();
  641. ret = 0;
  642. NULL_CHECK(ecm_ipa_ctx);
  643. if (ret)
  644. return ret;
  645. ECM_IPA_DEBUG("priv=0x%pK\n", priv);
  646. next_state = ecm_ipa_next_state(ecm_ipa_ctx->state, ECM_IPA_DISCONNECT);
  647. if (next_state == ECM_IPA_INVALID) {
  648. ECM_IPA_ERROR("can't disconnect before connect\n");
  649. return -EPERM;
  650. }
  651. ecm_ipa_ctx->state = next_state;
  652. ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
  653. netif_carrier_off(ecm_ipa_ctx->net);
  654. ECM_IPA_DEBUG("carrier_off notifcation was sent\n");
  655. ecm_msg = kzalloc(sizeof(*ecm_msg), GFP_KERNEL);
  656. if (!ecm_msg)
  657. return -ENOMEM;
  658. memset(&msg_meta, 0, sizeof(struct ipa_msg_meta));
  659. msg_meta.msg_type = ECM_DISCONNECT;
  660. msg_meta.msg_len = sizeof(struct ipa_ecm_msg);
  661. strlcpy(ecm_msg->name, ecm_ipa_ctx->net->name,
  662. IPA_RESOURCE_NAME_MAX);
  663. ecm_msg->ifindex = ecm_ipa_ctx->net->ifindex;
  664. retval = ipa_send_msg(&msg_meta, ecm_msg, ecm_ipa_msg_free_cb);
  665. if (retval) {
  666. ECM_IPA_ERROR("fail to send ECM_DISCONNECT message\n");
  667. kfree(ecm_msg);
  668. return -EPERM;
  669. }
  670. netif_stop_queue(ecm_ipa_ctx->net);
  671. ECM_IPA_DEBUG("queue stopped\n");
  672. ecm_ipa_deregister_pm_client(ecm_ipa_ctx);
  673. outstanding_dropped_pkts =
  674. atomic_read(&ecm_ipa_ctx->outstanding_pkts);
  675. ecm_ipa_ctx->net->stats.tx_errors += outstanding_dropped_pkts;
  676. atomic_set(&ecm_ipa_ctx->outstanding_pkts, 0);
  677. ECM_IPA_INFO("ECM_IPA was disconnected successfully\n");
  678. ECM_IPA_LOG_EXIT();
  679. return 0;
  680. }
  681. EXPORT_SYMBOL(ecm_ipa_disconnect);
  682. /**
  683. * ecm_ipa_cleanup() - unregister the network interface driver and free
  684. * internal data structs.
  685. * @priv: same value that was set by ecm_ipa_init(), this
  686. * parameter holds the network device pointer.
  687. *
  688. * This function shall be called once the network interface is not
  689. * needed anymore, e.g: when the USB composition does not support ECM.
  690. * This function shall be called after the pipes were disconnected.
  691. * Detailed description:
  692. * - remove the debugfs entries
  693. * - deregister the network interface from Linux network stack
  694. * - free all internal data structs
  695. */
  696. void ecm_ipa_cleanup(void *priv)
  697. {
  698. struct ecm_ipa_dev *ecm_ipa_ctx = priv;
  699. int next_state;
  700. ECM_IPA_LOG_ENTRY();
  701. ECM_IPA_DEBUG("priv=0x%pK\n", priv);
  702. if (!ecm_ipa_ctx) {
  703. ECM_IPA_ERROR("ecm_ipa_ctx NULL pointer\n");
  704. return;
  705. }
  706. next_state = ecm_ipa_next_state(ecm_ipa_ctx->state, ECM_IPA_CLEANUP);
  707. if (next_state == ECM_IPA_INVALID) {
  708. ECM_IPA_ERROR("can't clean driver without cable disconnect\n");
  709. return;
  710. }
  711. ecm_ipa_ctx->state = next_state;
  712. ECM_IPA_STATE_DEBUG(ecm_ipa_ctx);
  713. ecm_ipa_rules_destroy(ecm_ipa_ctx);
  714. ecm_ipa_debugfs_destroy(ecm_ipa_ctx);
  715. unregister_netdev(ecm_ipa_ctx->net);
  716. free_netdev(ecm_ipa_ctx->net);
  717. ECM_IPA_INFO("ECM_IPA was destroyed successfully\n");
  718. ECM_IPA_LOG_EXIT();
  719. }
  720. EXPORT_SYMBOL(ecm_ipa_cleanup);
  721. static void ecm_ipa_enable_data_path(struct ecm_ipa_dev *ecm_ipa_ctx)
  722. {
  723. if (ecm_ipa_ctx->device_ready_notify) {
  724. ecm_ipa_ctx->device_ready_notify();
  725. ECM_IPA_DEBUG("USB device_ready_notify() was called\n");
  726. } else {
  727. ECM_IPA_DEBUG("device_ready_notify() not supplied\n");
  728. }
  729. netif_start_queue(ecm_ipa_ctx->net);
  730. ECM_IPA_DEBUG("queue started\n");
  731. }
  732. static void ecm_ipa_prepare_header_insertion(
  733. int eth_type,
  734. const char *hdr_name, struct ipa_hdr_add *add_hdr,
  735. const void *dst_mac, const void *src_mac, bool is_vlan_mode)
  736. {
  737. struct ethhdr *eth_hdr;
  738. struct vlan_ethhdr *eth_vlan_hdr;
  739. ECM_IPA_LOG_ENTRY();
  740. add_hdr->is_partial = 0;
  741. strlcpy(add_hdr->name, hdr_name, IPA_RESOURCE_NAME_MAX);
  742. add_hdr->is_eth2_ofst_valid = true;
  743. add_hdr->eth2_ofst = 0;
  744. if (is_vlan_mode) {
  745. eth_vlan_hdr = (struct vlan_ethhdr *)add_hdr->hdr;
  746. memcpy(eth_vlan_hdr->h_dest, dst_mac, ETH_ALEN);
  747. memcpy(eth_vlan_hdr->h_source, src_mac, ETH_ALEN);
  748. eth_vlan_hdr->h_vlan_encapsulated_proto =
  749. htons(eth_type);
  750. eth_vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q);
  751. add_hdr->hdr_len = VLAN_ETH_HLEN;
  752. add_hdr->type = IPA_HDR_L2_802_1Q;
  753. } else {
  754. eth_hdr = (struct ethhdr *)add_hdr->hdr;
  755. memcpy(eth_hdr->h_dest, dst_mac, ETH_ALEN);
  756. memcpy(eth_hdr->h_source, src_mac, ETH_ALEN);
  757. eth_hdr->h_proto = htons(eth_type);
  758. add_hdr->hdr_len = ETH_HLEN;
  759. add_hdr->type = IPA_HDR_L2_ETHERNET_II;
  760. }
  761. ECM_IPA_LOG_EXIT();
  762. }
  763. /**
  764. * ecm_ipa_rules_cfg() - set header insertion and register Tx/Rx properties
  765. * Headers will be committed to HW
  766. * @ecm_ipa_ctx: main driver context parameters
  767. * @dst_mac: destination MAC address
  768. * @src_mac: source MAC address
  769. *
  770. * Returns negative errno, or zero on success
  771. */
  772. static int ecm_ipa_rules_cfg
  773. (struct ecm_ipa_dev *ecm_ipa_ctx,
  774. const void *dst_mac, const void *src_mac)
  775. {
  776. struct ipa_ioc_add_hdr *hdrs;
  777. struct ipa_hdr_add *ipv4_hdr;
  778. struct ipa_hdr_add *ipv6_hdr;
  779. int result = 0;
  780. ECM_IPA_LOG_ENTRY();
  781. hdrs = kzalloc
  782. (sizeof(*hdrs) + sizeof(*ipv4_hdr) + sizeof(*ipv6_hdr),
  783. GFP_KERNEL);
  784. if (!hdrs) {
  785. result = -ENOMEM;
  786. goto out;
  787. }
  788. ipv4_hdr = &hdrs->hdr[0];
  789. ecm_ipa_prepare_header_insertion(
  790. ETH_P_IP, ECM_IPA_IPV4_HDR_NAME,
  791. ipv4_hdr, dst_mac, src_mac, ecm_ipa_ctx->is_vlan_mode);
  792. ipv6_hdr = &hdrs->hdr[1];
  793. ecm_ipa_prepare_header_insertion(
  794. ETH_P_IPV6, ECM_IPA_IPV6_HDR_NAME,
  795. ipv6_hdr, dst_mac, src_mac, ecm_ipa_ctx->is_vlan_mode);
  796. hdrs->commit = 1;
  797. hdrs->num_hdrs = 2;
  798. result = ipa_add_hdr(hdrs);
  799. if (result) {
  800. ECM_IPA_ERROR("Fail on Header-Insertion(%d)\n", result);
  801. goto out_free_mem;
  802. }
  803. if (ipv4_hdr->status) {
  804. ECM_IPA_ERROR
  805. ("Fail on Header-Insertion ipv4(%d)\n",
  806. ipv4_hdr->status);
  807. result = ipv4_hdr->status;
  808. goto out_free_mem;
  809. }
  810. if (ipv6_hdr->status) {
  811. ECM_IPA_ERROR
  812. ("Fail on Header-Insertion ipv6(%d)\n",
  813. ipv6_hdr->status);
  814. result = ipv6_hdr->status;
  815. goto out_free_mem;
  816. }
  817. ecm_ipa_ctx->eth_ipv4_hdr_hdl = ipv4_hdr->hdr_hdl;
  818. ecm_ipa_ctx->eth_ipv6_hdr_hdl = ipv6_hdr->hdr_hdl;
  819. ECM_IPA_LOG_EXIT();
  820. out_free_mem:
  821. kfree(hdrs);
  822. out:
  823. return result;
  824. }
  825. /**
  826. * ecm_ipa_rules_destroy() - remove the IPA core configuration done for
  827. * the driver data path.
  828. * @ecm_ipa_ctx: the driver context
  829. *
  830. * Revert the work done on ecm_ipa_rules_cfg.
  831. */
  832. static void ecm_ipa_rules_destroy(struct ecm_ipa_dev *ecm_ipa_ctx)
  833. {
  834. struct ipa_ioc_del_hdr *del_hdr;
  835. struct ipa_hdr_del *ipv4;
  836. struct ipa_hdr_del *ipv6;
  837. int result;
  838. del_hdr = kzalloc(sizeof(*del_hdr) + sizeof(*ipv4) +
  839. sizeof(*ipv6), GFP_KERNEL);
  840. if (!del_hdr)
  841. return;
  842. del_hdr->commit = 1;
  843. del_hdr->num_hdls = 2;
  844. ipv4 = &del_hdr->hdl[0];
  845. ipv4->hdl = ecm_ipa_ctx->eth_ipv4_hdr_hdl;
  846. ipv6 = &del_hdr->hdl[1];
  847. ipv6->hdl = ecm_ipa_ctx->eth_ipv6_hdr_hdl;
  848. result = ipa_del_hdr(del_hdr);
  849. if (result || ipv4->status || ipv6->status)
  850. ECM_IPA_ERROR("ipa_del_hdr failed\n");
  851. kfree(del_hdr);
  852. }
  853. /* ecm_ipa_register_properties() - set Tx/Rx properties for ipacm
  854. *
  855. * Register ecm0 interface with 2 Tx properties and 2 Rx properties:
  856. * The 2 Tx properties are for data flowing from IPA to USB, they
  857. * have Header-Insertion properties both for Ipv4 and Ipv6 Ethernet framing.
  858. * The 2 Rx properties are for data flowing from USB to IPA, they have
  859. * simple rule which always "hit".
  860. *
  861. */
  862. static int ecm_ipa_register_properties(struct ecm_ipa_dev *ecm_ipa_ctx)
  863. {
  864. struct ipa_tx_intf tx_properties = {0};
  865. struct ipa_ioc_tx_intf_prop properties[2] = { {0}, {0} };
  866. struct ipa_ioc_tx_intf_prop *ipv4_property;
  867. struct ipa_ioc_tx_intf_prop *ipv6_property;
  868. struct ipa_ioc_rx_intf_prop rx_ioc_properties[2] = { {0}, {0} };
  869. struct ipa_rx_intf rx_properties = {0};
  870. struct ipa_ioc_rx_intf_prop *rx_ipv4_property;
  871. struct ipa_ioc_rx_intf_prop *rx_ipv6_property;
  872. enum ipa_hdr_l2_type hdr_l2_type = IPA_HDR_L2_ETHERNET_II;
  873. int result = 0;
  874. ECM_IPA_LOG_ENTRY();
  875. if (ecm_ipa_ctx->is_vlan_mode)
  876. hdr_l2_type = IPA_HDR_L2_802_1Q;
  877. tx_properties.prop = properties;
  878. ipv4_property = &tx_properties.prop[0];
  879. ipv4_property->ip = IPA_IP_v4;
  880. ipv4_property->dst_pipe = ecm_ipa_ctx->ipa_to_usb_client;
  881. strlcpy
  882. (ipv4_property->hdr_name, ECM_IPA_IPV4_HDR_NAME,
  883. IPA_RESOURCE_NAME_MAX);
  884. ipv4_property->hdr_l2_type = hdr_l2_type;
  885. ipv6_property = &tx_properties.prop[1];
  886. ipv6_property->ip = IPA_IP_v6;
  887. ipv6_property->dst_pipe = ecm_ipa_ctx->ipa_to_usb_client;
  888. ipv6_property->hdr_l2_type = hdr_l2_type;
  889. strlcpy
  890. (ipv6_property->hdr_name, ECM_IPA_IPV6_HDR_NAME,
  891. IPA_RESOURCE_NAME_MAX);
  892. tx_properties.num_props = 2;
  893. rx_properties.prop = rx_ioc_properties;
  894. rx_ipv4_property = &rx_properties.prop[0];
  895. rx_ipv4_property->ip = IPA_IP_v4;
  896. rx_ipv4_property->attrib.attrib_mask = 0;
  897. rx_ipv4_property->src_pipe = ecm_ipa_ctx->usb_to_ipa_client;
  898. rx_ipv4_property->hdr_l2_type = hdr_l2_type;
  899. rx_ipv6_property = &rx_properties.prop[1];
  900. rx_ipv6_property->ip = IPA_IP_v6;
  901. rx_ipv6_property->attrib.attrib_mask = 0;
  902. rx_ipv6_property->src_pipe = ecm_ipa_ctx->usb_to_ipa_client;
  903. rx_ipv6_property->hdr_l2_type = hdr_l2_type;
  904. rx_properties.num_props = 2;
  905. result = ipa_register_intf("ecm0", &tx_properties, &rx_properties);
  906. if (result)
  907. ECM_IPA_ERROR("fail on Tx/Rx properties registration\n");
  908. ECM_IPA_LOG_EXIT();
  909. return result;
  910. }
  911. static void ecm_ipa_deregister_properties(void)
  912. {
  913. int result;
  914. ECM_IPA_LOG_ENTRY();
  915. result = ipa_deregister_intf("ecm0");
  916. if (result)
  917. ECM_IPA_DEBUG("Fail on Tx prop deregister\n");
  918. ECM_IPA_LOG_EXIT();
  919. }
  920. /**
  921. * ecm_ipa_configure() - make IPA core end-point specific configuration
  922. * @usb_to_ipa_hdl: handle of usb_to_ipa end-point for IPA driver
  923. * @ipa_to_usb_hdl: handle of ipa_to_usb end-point for IPA driver
  924. * @host_ethaddr: host Ethernet address in network order
  925. * @device_ethaddr: device Ethernet address in network order
  926. *
  927. * Configure the usb_to_ipa and ipa_to_usb end-point registers
  928. * - USB->IPA end-point: disable de-aggregation, enable link layer
  929. * header removal (Ethernet removal), source NATing and default routing.
  930. * - IPA->USB end-point: disable aggregation, add link layer header (Ethernet)
  931. * - allocate Ethernet device
  932. * - register to Linux network stack
  933. *
  934. * Returns negative errno, or zero on success
  935. */
  936. static struct net_device_stats *ecm_ipa_get_stats(struct net_device *net)
  937. {
  938. return &net->stats;
  939. }
  940. static void ecm_ipa_pm_cb(void *p, enum ipa_pm_cb_event event)
  941. {
  942. struct ecm_ipa_dev *ecm_ipa_ctx = p;
  943. ECM_IPA_LOG_ENTRY();
  944. if (event != IPA_PM_CLIENT_ACTIVATED) {
  945. ECM_IPA_ERROR("unexpected event %d\n", event);
  946. WARN_ON(1);
  947. return;
  948. }
  949. if (netif_queue_stopped(ecm_ipa_ctx->net)) {
  950. ECM_IPA_DEBUG("Resource Granted - starting queue\n");
  951. netif_start_queue(ecm_ipa_ctx->net);
  952. }
  953. ECM_IPA_LOG_EXIT();
  954. }
  955. static int ecm_ipa_register_pm_client(struct ecm_ipa_dev *ecm_ipa_ctx)
  956. {
  957. int result;
  958. struct ipa_pm_register_params pm_reg;
  959. memset(&pm_reg, 0, sizeof(pm_reg));
  960. pm_reg.name = ecm_ipa_ctx->net->name;
  961. pm_reg.user_data = ecm_ipa_ctx;
  962. pm_reg.callback = ecm_ipa_pm_cb;
  963. pm_reg.group = IPA_PM_GROUP_APPS;
  964. result = ipa_pm_register(&pm_reg, &ecm_ipa_ctx->pm_hdl);
  965. if (result) {
  966. ECM_IPA_ERROR("failed to create IPA PM client %d\n", result);
  967. return result;
  968. }
  969. return 0;
  970. }
  971. static void ecm_ipa_deregister_pm_client(struct ecm_ipa_dev *ecm_ipa_ctx)
  972. {
  973. ipa_pm_deactivate_sync(ecm_ipa_ctx->pm_hdl);
  974. ipa_pm_deregister(ecm_ipa_ctx->pm_hdl);
  975. ecm_ipa_ctx->pm_hdl = ~0;
  976. }
  977. /**
  978. * ecm_ipa_tx_complete_notify() - Rx notify
  979. *
  980. * @priv: ecm driver context
  981. * @evt: event type
  982. * @data: data provided with event
  983. *
  984. * Check that the packet is the one we sent and release it
  985. * This function will be called in defered context in IPA wq.
  986. */
  987. static void ecm_ipa_tx_complete_notify
  988. (void *priv,
  989. enum ipa_dp_evt_type evt,
  990. unsigned long data)
  991. {
  992. struct sk_buff *skb = (struct sk_buff *)data;
  993. struct ecm_ipa_dev *ecm_ipa_ctx = priv;
  994. if (!skb) {
  995. ECM_IPA_ERROR("Bad SKB received from IPA driver\n");
  996. return;
  997. }
  998. if (!ecm_ipa_ctx) {
  999. ECM_IPA_ERROR("ecm_ipa_ctx is NULL pointer\n");
  1000. return;
  1001. }
  1002. ECM_IPA_DEBUG
  1003. ("Tx-complete, len=%d, skb->prot=%d, outstanding=%d\n",
  1004. skb->len, skb->protocol,
  1005. atomic_read(&ecm_ipa_ctx->outstanding_pkts));
  1006. if (evt != IPA_WRITE_DONE) {
  1007. ECM_IPA_ERROR("unsupported event on Tx callback\n");
  1008. return;
  1009. }
  1010. if (unlikely(ecm_ipa_ctx->state != ECM_IPA_CONNECTED_AND_UP)) {
  1011. ECM_IPA_DEBUG
  1012. ("dropping Tx-complete pkt, state=%s",
  1013. ecm_ipa_state_string(ecm_ipa_ctx->state));
  1014. goto out;
  1015. }
  1016. ecm_ipa_ctx->net->stats.tx_packets++;
  1017. ecm_ipa_ctx->net->stats.tx_bytes += skb->len;
  1018. if (atomic_read(&ecm_ipa_ctx->outstanding_pkts) > 0)
  1019. atomic_dec(&ecm_ipa_ctx->outstanding_pkts);
  1020. if
  1021. (netif_queue_stopped(ecm_ipa_ctx->net) &&
  1022. netif_carrier_ok(ecm_ipa_ctx->net) &&
  1023. atomic_read(&ecm_ipa_ctx->outstanding_pkts)
  1024. < (ecm_ipa_ctx->outstanding_low)) {
  1025. ECM_IPA_DEBUG
  1026. ("outstanding low (%d) - waking up queue\n",
  1027. ecm_ipa_ctx->outstanding_low);
  1028. netif_wake_queue(ecm_ipa_ctx->net);
  1029. }
  1030. out:
  1031. dev_kfree_skb_any(skb);
  1032. }
  1033. static void ecm_ipa_tx_timeout(struct net_device *net)
  1034. {
  1035. struct ecm_ipa_dev *ecm_ipa_ctx = netdev_priv(net);
  1036. ECM_IPA_ERROR
  1037. ("possible IPA stall was detected, %d outstanding",
  1038. atomic_read(&ecm_ipa_ctx->outstanding_pkts));
  1039. net->stats.tx_errors++;
  1040. }
  1041. static int ecm_ipa_debugfs_atomic_open(struct inode *inode, struct file *file)
  1042. {
  1043. struct ecm_ipa_dev *ecm_ipa_ctx = inode->i_private;
  1044. ECM_IPA_LOG_ENTRY();
  1045. file->private_data = &ecm_ipa_ctx->outstanding_pkts;
  1046. ECM_IPA_LOG_EXIT();
  1047. return 0;
  1048. }
  1049. static ssize_t ecm_ipa_debugfs_atomic_read
  1050. (struct file *file, char __user *ubuf, size_t count, loff_t *ppos)
  1051. {
  1052. int nbytes;
  1053. u8 atomic_str[DEBUGFS_TEMP_BUF_SIZE] = {0};
  1054. atomic_t *atomic_var = file->private_data;
  1055. nbytes = scnprintf
  1056. (atomic_str, sizeof(atomic_str), "%d\n",
  1057. atomic_read(atomic_var));
  1058. return simple_read_from_buffer(ubuf, count, ppos, atomic_str, nbytes);
  1059. }
  1060. #ifdef CONFIG_DEBUG_FS
  1061. static void ecm_ipa_debugfs_init(struct ecm_ipa_dev *ecm_ipa_ctx)
  1062. {
  1063. const mode_t flags_read_write = 0666;
  1064. const mode_t flags_read_only = 0444;
  1065. struct dentry *file;
  1066. ECM_IPA_LOG_ENTRY();
  1067. if (!ecm_ipa_ctx)
  1068. return;
  1069. ecm_ipa_ctx->directory = debugfs_create_dir("ecm_ipa", NULL);
  1070. if (!ecm_ipa_ctx->directory) {
  1071. ECM_IPA_ERROR("could not create debugfs directory entry\n");
  1072. goto fail_directory;
  1073. }
  1074. file = debugfs_create_u8
  1075. ("outstanding_high", flags_read_write,
  1076. ecm_ipa_ctx->directory, &ecm_ipa_ctx->outstanding_high);
  1077. if (!file) {
  1078. ECM_IPA_ERROR("could not create outstanding_high file\n");
  1079. goto fail_file;
  1080. }
  1081. file = debugfs_create_u8
  1082. ("outstanding_low", flags_read_write,
  1083. ecm_ipa_ctx->directory, &ecm_ipa_ctx->outstanding_low);
  1084. if (!file) {
  1085. ECM_IPA_ERROR("could not create outstanding_low file\n");
  1086. goto fail_file;
  1087. }
  1088. file = debugfs_create_file
  1089. ("outstanding", flags_read_only,
  1090. ecm_ipa_ctx->directory,
  1091. ecm_ipa_ctx, &ecm_ipa_debugfs_atomic_ops);
  1092. if (!file) {
  1093. ECM_IPA_ERROR("could not create outstanding file\n");
  1094. goto fail_file;
  1095. }
  1096. file = debugfs_create_bool("is_vlan_mode", flags_read_only,
  1097. ecm_ipa_ctx->directory, &ecm_ipa_ctx->is_vlan_mode);
  1098. if (!file) {
  1099. ECM_IPA_ERROR("could not create is_vlan_mode file\n");
  1100. goto fail_file;
  1101. }
  1102. ECM_IPA_DEBUG("debugfs entries were created\n");
  1103. ECM_IPA_LOG_EXIT();
  1104. return;
  1105. fail_file:
  1106. debugfs_remove_recursive(ecm_ipa_ctx->directory);
  1107. fail_directory:
  1108. return;
  1109. }
  1110. static void ecm_ipa_debugfs_destroy(struct ecm_ipa_dev *ecm_ipa_ctx)
  1111. {
  1112. debugfs_remove_recursive(ecm_ipa_ctx->directory);
  1113. }
  1114. #else /* !CONFIG_DEBUG_FS*/
  1115. static void ecm_ipa_debugfs_init(struct ecm_ipa_dev *ecm_ipa_ctx) {}
  1116. static void ecm_ipa_debugfs_destroy(struct ecm_ipa_dev *ecm_ipa_ctx) {}
  1117. #endif /* CONFIG_DEBUG_FS */
  1118. /**
  1119. * ecm_ipa_ep_cfg() - configure the USB endpoints for ECM
  1120. *
  1121. * @usb_to_ipa_hdl: handle received from ipa_connect
  1122. * @ipa_to_usb_hdl: handle received from ipa_connect
  1123. * @is_vlan_mode - should driver work in vlan mode?
  1124. *
  1125. * USB to IPA pipe:
  1126. * - No de-aggregation
  1127. * - Remove Ethernet header
  1128. * - SRC NAT
  1129. * - Default routing(0)
  1130. * IPA to USB Pipe:
  1131. * - No aggregation
  1132. * - Add Ethernet header
  1133. */
  1134. static int ecm_ipa_ep_registers_cfg(u32 usb_to_ipa_hdl, u32 ipa_to_usb_hdl,
  1135. bool is_vlan_mode)
  1136. {
  1137. int result = 0;
  1138. struct ipa_ep_cfg usb_to_ipa_ep_cfg;
  1139. struct ipa_ep_cfg ipa_to_usb_ep_cfg;
  1140. uint8_t hdr_add = 0;
  1141. ECM_IPA_LOG_ENTRY();
  1142. if (is_vlan_mode)
  1143. hdr_add = VLAN_HLEN;
  1144. memset(&usb_to_ipa_ep_cfg, 0, sizeof(struct ipa_ep_cfg));
  1145. usb_to_ipa_ep_cfg.aggr.aggr_en = IPA_BYPASS_AGGR;
  1146. usb_to_ipa_ep_cfg.hdr.hdr_len = ETH_HLEN + hdr_add;
  1147. usb_to_ipa_ep_cfg.nat.nat_en = IPA_SRC_NAT;
  1148. usb_to_ipa_ep_cfg.route.rt_tbl_hdl = 0;
  1149. usb_to_ipa_ep_cfg.mode.dst = IPA_CLIENT_A5_LAN_WAN_CONS;
  1150. usb_to_ipa_ep_cfg.mode.mode = IPA_BASIC;
  1151. /* enable hdr_metadata_reg_valid */
  1152. usb_to_ipa_ep_cfg.hdr.hdr_metadata_reg_valid = true;
  1153. result = ipa_cfg_ep(usb_to_ipa_hdl, &usb_to_ipa_ep_cfg);
  1154. if (result) {
  1155. ECM_IPA_ERROR("failed to configure USB to IPA point\n");
  1156. goto out;
  1157. }
  1158. memset(&ipa_to_usb_ep_cfg, 0, sizeof(struct ipa_ep_cfg));
  1159. ipa_to_usb_ep_cfg.aggr.aggr_en = IPA_BYPASS_AGGR;
  1160. ipa_to_usb_ep_cfg.hdr.hdr_len = ETH_HLEN + hdr_add;
  1161. ipa_to_usb_ep_cfg.nat.nat_en = IPA_BYPASS_NAT;
  1162. result = ipa_cfg_ep(ipa_to_usb_hdl, &ipa_to_usb_ep_cfg);
  1163. if (result) {
  1164. ECM_IPA_ERROR("failed to configure IPA to USB end-point\n");
  1165. goto out;
  1166. }
  1167. ECM_IPA_DEBUG("end-point registers successfully configured\n");
  1168. out:
  1169. ECM_IPA_LOG_EXIT();
  1170. return result;
  1171. }
  1172. /**
  1173. * ecm_ipa_set_device_ethernet_addr() - set device etherenet address
  1174. * @dev_ethaddr: device etherenet address
  1175. *
  1176. * Returns 0 for success, negative otherwise
  1177. */
  1178. static int ecm_ipa_set_device_ethernet_addr
  1179. (u8 *dev_ethaddr, u8 device_ethaddr[])
  1180. {
  1181. if (!is_valid_ether_addr(device_ethaddr))
  1182. return -EINVAL;
  1183. memcpy(dev_ethaddr, device_ethaddr, ETH_ALEN);
  1184. ECM_IPA_DEBUG("device ethernet address: %pM\n", dev_ethaddr);
  1185. return 0;
  1186. }
  1187. /** ecm_ipa_next_state - return the next state of the driver
  1188. * @current_state: the current state of the driver
  1189. * @operation: an enum which represent the operation being made on the driver
  1190. * by its API.
  1191. *
  1192. * This function implements the driver internal state machine.
  1193. * Its decisions are based on the driver current state and the operation
  1194. * being made.
  1195. * In case the operation is invalid this state machine will return
  1196. * the value ECM_IPA_INVALID to inform the caller for a forbidden sequence.
  1197. */
  1198. static enum ecm_ipa_state ecm_ipa_next_state
  1199. (enum ecm_ipa_state current_state, enum ecm_ipa_operation operation)
  1200. {
  1201. int next_state = ECM_IPA_INVALID;
  1202. switch (current_state) {
  1203. case ECM_IPA_UNLOADED:
  1204. if (operation == ECM_IPA_INITIALIZE)
  1205. next_state = ECM_IPA_INITIALIZED;
  1206. break;
  1207. case ECM_IPA_INITIALIZED:
  1208. if (operation == ECM_IPA_CONNECT)
  1209. next_state = ECM_IPA_CONNECTED;
  1210. else if (operation == ECM_IPA_OPEN)
  1211. next_state = ECM_IPA_UP;
  1212. else if (operation == ECM_IPA_CLEANUP)
  1213. next_state = ECM_IPA_UNLOADED;
  1214. break;
  1215. case ECM_IPA_CONNECTED:
  1216. if (operation == ECM_IPA_DISCONNECT)
  1217. next_state = ECM_IPA_INITIALIZED;
  1218. else if (operation == ECM_IPA_OPEN)
  1219. next_state = ECM_IPA_CONNECTED_AND_UP;
  1220. break;
  1221. case ECM_IPA_UP:
  1222. if (operation == ECM_IPA_STOP)
  1223. next_state = ECM_IPA_INITIALIZED;
  1224. else if (operation == ECM_IPA_CONNECT)
  1225. next_state = ECM_IPA_CONNECTED_AND_UP;
  1226. else if (operation == ECM_IPA_CLEANUP)
  1227. next_state = ECM_IPA_UNLOADED;
  1228. break;
  1229. case ECM_IPA_CONNECTED_AND_UP:
  1230. if (operation == ECM_IPA_STOP)
  1231. next_state = ECM_IPA_CONNECTED;
  1232. else if (operation == ECM_IPA_DISCONNECT)
  1233. next_state = ECM_IPA_UP;
  1234. break;
  1235. default:
  1236. ECM_IPA_ERROR("State is not supported\n");
  1237. break;
  1238. }
  1239. ECM_IPA_DEBUG
  1240. ("state transition ( %s -> %s )- %s\n",
  1241. ecm_ipa_state_string(current_state),
  1242. ecm_ipa_state_string(next_state),
  1243. next_state == ECM_IPA_INVALID ? "Forbidden" : "Allowed");
  1244. return next_state;
  1245. }
  1246. /**
  1247. * ecm_ipa_state_string - return the state string representation
  1248. * @state: enum which describe the state
  1249. */
  1250. static const char *ecm_ipa_state_string(enum ecm_ipa_state state)
  1251. {
  1252. switch (state) {
  1253. case ECM_IPA_UNLOADED:
  1254. return "ECM_IPA_UNLOADED";
  1255. case ECM_IPA_INITIALIZED:
  1256. return "ECM_IPA_INITIALIZED";
  1257. case ECM_IPA_CONNECTED:
  1258. return "ECM_IPA_CONNECTED";
  1259. case ECM_IPA_UP:
  1260. return "ECM_IPA_UP";
  1261. case ECM_IPA_CONNECTED_AND_UP:
  1262. return "ECM_IPA_CONNECTED_AND_UP";
  1263. default:
  1264. return "Not supported";
  1265. }
  1266. }
  1267. /**
  1268. * ecm_ipa_init_module() - module initialization
  1269. *
  1270. */
  1271. static int __init ecm_ipa_init_module(void)
  1272. {
  1273. ECM_IPA_LOG_ENTRY();
  1274. pr_info("ecm driver init\n");
  1275. ipa_ecm_logbuf = ipc_log_context_create(IPA_ECM_IPC_LOG_PAGES,
  1276. "ipa_ecm", 0);
  1277. if (ipa_ecm_logbuf == NULL)
  1278. ECM_IPA_DEBUG("failed to create IPC log, continue...\n");
  1279. ECM_IPA_LOG_EXIT();
  1280. return 0;
  1281. }
  1282. /**
  1283. * ecm_ipa_cleanup_module() - module cleanup
  1284. *
  1285. */
  1286. static void __exit ecm_ipa_cleanup_module(void)
  1287. {
  1288. ECM_IPA_LOG_ENTRY();
  1289. if (ipa_ecm_logbuf)
  1290. ipc_log_context_destroy(ipa_ecm_logbuf);
  1291. ipa_ecm_logbuf = NULL;
  1292. ECM_IPA_LOG_EXIT();
  1293. }
  1294. MODULE_LICENSE("GPL v2");
  1295. MODULE_DESCRIPTION("ECM IPA network interface");
  1296. late_initcall(ecm_ipa_init_module);
  1297. module_exit(ecm_ipa_cleanup_module);