cxgbe/iw_cxgbe: Remove unused field from the endpoint structure.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2019-06-28 02:21:42 +00:00
parent a72dce340d
commit 24a508820c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349499
2 changed files with 0 additions and 2 deletions

View File

@ -528,7 +528,6 @@ set_tcpinfo(struct c4iw_ep *ep)
ep->hwtid = toep->tid;
ep->snd_seq = tp->snd_nxt;
ep->rcv_seq = tp->rcv_nxt;
ep->emss = max(tp->t_maxseg, 128);
done:
INP_WUNLOCK(inp);
return (rc);

View File

@ -862,7 +862,6 @@ struct c4iw_ep {
u32 tx_chan;
u32 mtu;
u16 mss;
u16 emss;
u16 plen;
u16 rss_qid;
u16 txq_idx;