Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3368 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()
3372 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()
3376 rc |= XMIT_CSUM_TCP; in bnx2x_xmit_type()
3380 rc |= (XMIT_GSO_V6 | XMIT_CSUM_TCP); in bnx2x_xmit_type()
3384 rc |= (XMIT_GSO_V4 | XMIT_CSUM_TCP); in bnx2x_xmit_type()
3532 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_enc()
3566 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum_e2()
3589 if (!(xmit_type & XMIT_CSUM_TCP)) in bnx2x_set_sbd_csum()
3619 if (xmit_type & XMIT_CSUM_TCP) in bnx2x_set_pbd_csum()
3627 if (xmit_type & XMIT_CSUM_TCP) { in bnx2x_set_pbd_csum()
Dbnx2x.h787 #define XMIT_CSUM_TCP (1 << 2) macro