Searched refs:XMIT_CSUM_TCP (Results 1 – 2 of 2) sorted by relevance
3359 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()3363 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()3367 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()3371 rc |= (XMIT_GSO_V6 | XMIT_CSUM_TCP); in bnx2x_xmit_type()3375 rc |= (XMIT_GSO_V4 | XMIT_CSUM_TCP); in bnx2x_xmit_type()3523 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc()3557 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_e2()3580 if (!(xmit_type & XMIT_CSUM_TCP)) in bnx2x_set_sbd_csum()3610 if (xmit_type & XMIT_CSUM_TCP) in bnx2x_set_pbd_csum()3618 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum()
781 #define XMIT_CSUM_TCP (1 << 2) macro