Home
last modified time | relevance | path

Searched refs:XMIT_CSUM_V4 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x.h548 #define XMIT_CSUM_V4 0x1 macro
554 #define XMIT_CSUM (XMIT_CSUM_V4 | XMIT_CSUM_V6)
Dbnx2x_cmn.c1872 rc = XMIT_CSUM_V4; in bnx2x_xmit_type()
1881 rc |= XMIT_GSO_V4 | XMIT_CSUM_V4 | XMIT_CSUM_TCP; in bnx2x_xmit_type()
2216 if (xmit_type & XMIT_CSUM_V4) in bnx2x_start_xmit()