Searched refs:XMIT_CSUM_TCP (Results 1 – 2 of 2) sorted by relevance
3408 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()3412 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()3416 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()3420 rc |= (XMIT_GSO_V6 | XMIT_CSUM_TCP); in bnx2x_xmit_type()3424 rc |= (XMIT_GSO_V4 | XMIT_CSUM_TCP); in bnx2x_xmit_type()3572 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc()3606 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_e2()3629 if (!(xmit_type & XMIT_CSUM_TCP)) in bnx2x_set_sbd_csum()3659 if (xmit_type & XMIT_CSUM_TCP) in bnx2x_set_pbd_csum()3667 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum()
892 #define XMIT_CSUM_TCP (1 << 2) macro