Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3429 if (xmit_type & XMIT_GSO) { in bnx2x_pkt_req_lin()
3488 (xmit_type & XMIT_GSO) ? "LSO" : "non-LSO", in bnx2x_pkt_req_lin()
4058 if (xmit_type & XMIT_GSO) { in bnx2x_start_xmit()
H A Dbnx2x.h799 #define XMIT_GSO (XMIT_GSO_V4 | XMIT_GSO_V6 | XMIT_GSO_ENC) macro