Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3352 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()
3356 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()
3360 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()
3364 rc |= (XMIT_GSO_V6 | XMIT_CSUM_TCP); in bnx2x_xmit_type()
3368 rc |= (XMIT_GSO_V4 | XMIT_CSUM_TCP); in bnx2x_xmit_type()
3507 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc()
3541 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_e2()
3564 if (!(xmit_type & XMIT_CSUM_TCP)) in bnx2x_set_sbd_csum()
3594 if (xmit_type & XMIT_CSUM_TCP) in bnx2x_set_pbd_csum()
3602 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum()
Dbnx2x.h881 #define XMIT_CSUM_TCP (1 << 2) macro