Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115694865
D47760.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
863 B
Referenced Files
None
Subscribers
None
D47760.diff
View Options
diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c
--- a/sys/dev/cxgbe/tom/t4_cpl_io.c
+++ b/sys/dev/cxgbe/tom/t4_cpl_io.c
@@ -633,7 +633,7 @@
* stalls). When drop is set this function MUST drop the bytes and wake up any
* writers.
*/
-void
+static void
t4_push_frames(struct adapter *sc, struct toepcb *toep, int drop)
{
struct mbuf *sndptr, *m, *sb_sndptr;
diff --git a/sys/dev/cxgbe/tom/t4_tom.h b/sys/dev/cxgbe/tom/t4_tom.h
--- a/sys/dev/cxgbe/tom/t4_tom.h
+++ b/sys/dev/cxgbe/tom/t4_tom.h
@@ -525,7 +525,6 @@
int t4_send_rst(struct toedev *, struct tcpcb *);
void t4_set_tcb_field(struct adapter *, struct sge_wrq *, struct toepcb *,
uint16_t, uint64_t, uint64_t, int, int);
-void t4_push_frames(struct adapter *, struct toepcb *, int);
void t4_push_pdus(struct adapter *, struct toepcb *, int);
/* t4_ddp.c */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 6:43 AM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17826562
Default Alt Text
D47760.diff (863 B)
Attached To
Mode
D47760: cxgbe tom: Make t4_push_frames static to t4_cpl_io.c
Attached
Detach File
Event Timeline
Log In to Comment