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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3384 rc |= XMIT_CSUM_TCP;
3388 rc |= XMIT_CSUM_TCP;
3392 rc |= XMIT_CSUM_TCP;
3396 rc |= (XMIT_GSO_V6 | XMIT_CSUM_TCP);
3400 rc |= (XMIT_GSO_V4 | XMIT_CSUM_TCP);
3545 if (xmit_type & XMIT_CSUM_TCP) {
3577 if (xmit_type & XMIT_CSUM_TCP) {
3600 if (!(xmit_type & XMIT_CSUM_TCP))
3629 if (xmit_type & XMIT_CSUM_TCP)
3637 if (xmit_type & XMIT_CSUM_TCP) {
[all...]
H A Dbnx2x.h787 #define XMIT_CSUM_TCP (1 << 2) macro

Completed in 440 milliseconds