cxgbe/t4_tom: Use correct name for the ISS-valid bit in options2.

MFC after:	3 days
Sponsored by:	Chelsio Communications
This commit is contained in:
Navdeep Parhar 2017-08-15 19:21:27 +00:00
parent d148c2a2b1
commit b58fd65490
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322549

View File

@ -1042,7 +1042,7 @@ calc_opt2p(struct adapter *sc, struct port_info *pi, int rxqid,
opt2 |= F_RX_COALESCE_VALID;
else {
opt2 |= F_T5_OPT_2_VALID;
opt2 |= F_CONG_CNTRL_VALID; /* OPT_2_ISS really, for T5 */
opt2 |= F_T5_ISS;
}
if (sc->tt.rx_coalesce)
opt2 |= V_RX_COALESCE(M_RX_COALESCE);