cxgbe tom: Make t4_push_frames static to t4_cpl_io.c

This function is not used outside of this file.

Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D47760

(cherry picked from commit c2cd12b7ae28a34e551d1b96906620249a860bc0)
This commit is contained in:
John Baldwin 2025-01-14 10:34:45 -05:00
parent 513cd54856
commit 08f22bb41f
2 changed files with 1 additions and 2 deletions

View file

@ -633,7 +633,7 @@ write_tx_sgl(void *dst, struct mbuf *start, struct mbuf *stop, int nsegs, int n)
* 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;

View file

@ -525,7 +525,6 @@ int t4_send_fin(struct toedev *, struct tcpcb *);
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 */