cxgbe(4): Fix typo in an unused macro.
MFC after: 3 days Sponsored by: Chelsio Communications
This commit is contained in:
parent
07b5fdfd01
commit
5a8b662ea6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310152
@ -2026,7 +2026,7 @@ struct cpl_rx_pkt {
|
||||
* RX_ERROR_IP_HDR_LEN, RX_ERROR_ETH_HDR_LEN
|
||||
*/
|
||||
#define S_T6_COMPR_RXERR_LEN 1
|
||||
#define V_T6_COMPR_RXERR_LEN(x) ((x) << S_COMPR_T6_RXERR_LEN)
|
||||
#define V_T6_COMPR_RXERR_LEN(x) ((x) << S_T6_COMPR_RXERR_LEN)
|
||||
#define F_T6_COMPR_RXERR_LEN V_COMPR_T6_RXERR_LEN(1U)
|
||||
|
||||
#define S_T6_COMPR_RXERR_TCP_OPT 2
|
||||
|
Loading…
Reference in New Issue
Block a user