Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/cxgbe/t4_l2t.h 222509 2011-05-30 21:07:26Z np $
---
> * $FreeBSD: head/sys/dev/cxgbe/t4_l2t.h 228561 2011-12-16 02:09:51Z np $
57c57
< volatile uint32_t refcnt; /* entry reference count */
---
> volatile int refcnt; /* entry reference count */
64c64
< struct l2t_data *t4_init_l2t(int);
---
> int t4_init_l2t(struct adapter *, int);
69a70
> int sysctl_l2t(SYSCTL_HANDLER_ARGS);
70a72,78
> #ifndef TCP_OFFLOAD_DISABLE
> struct l2t_entry *t4_l2t_get(struct port_info *, struct ifnet *,
> struct sockaddr *);
> int t4_l2t_send(struct adapter *, struct mbuf *, struct l2t_entry *);
> void t4_l2t_update(struct adapter *, struct llentry *);
> #endif
>