netcp.h (9938b04472d5c59f8bd8152a548533a8599596a2) netcp.h (6246168b4a38357b135d07370464f27d4f3a68ce)
1/*
2 * NetCP driver local header
3 *
4 * Copyright (C) 2014 Texas Instruments Incorporated
5 * Authors: Sandeep Nair <sandeep_n@ti.com>
6 * Sandeep Paulraj <s-paulraj@ti.com>
7 * Cyril Chemparathy <cyril@ti.com>
8 * Santosh Shilimkar <santosh.shilimkar@ti.com>

--- 107 unchanged lines hidden (view full) ---

116 __le32 *epib;
117 u32 *psdata;
118 unsigned int psdata_len;
119 struct netcp_intf *netcp;
120 struct netcp_tx_pipe *tx_pipe;
121 bool rxtstamp_complete;
122 void *ts_context;
123
1/*
2 * NetCP driver local header
3 *
4 * Copyright (C) 2014 Texas Instruments Incorporated
5 * Authors: Sandeep Nair <sandeep_n@ti.com>
6 * Sandeep Paulraj <s-paulraj@ti.com>
7 * Cyril Chemparathy <cyril@ti.com>
8 * Santosh Shilimkar <santosh.shilimkar@ti.com>

--- 107 unchanged lines hidden (view full) ---

116 __le32 *epib;
117 u32 *psdata;
118 unsigned int psdata_len;
119 struct netcp_intf *netcp;
120 struct netcp_tx_pipe *tx_pipe;
121 bool rxtstamp_complete;
122 void *ts_context;
123
124 int (*txtstamp_complete)(void *ctx, struct netcp_packet *pkt);
124 void (*txtstamp)(void *ctx, struct sk_buff *skb);
125};
126
127static inline u32 *netcp_push_psdata(struct netcp_packet *p_info,
128 unsigned int bytes)
129{
130 u32 *buf;
131 unsigned int words;
132

--- 100 unchanged lines hidden ---
125};
126
127static inline u32 *netcp_push_psdata(struct netcp_packet *p_info,
128 unsigned int bytes)
129{
130 u32 *buf;
131 unsigned int words;
132

--- 100 unchanged lines hidden ---