Searched refs:XMIT_GSO (Results 1 – 2 of 2) sorted by relevance
3413 if (xmit_type & XMIT_GSO) { in bnx2x_pkt_req_lin()3475 (xmit_type & XMIT_GSO) ? "LSO" : "non-LSO", in bnx2x_pkt_req_lin()4047 if (xmit_type & XMIT_GSO) { in bnx2x_start_xmit()
799 #define XMIT_GSO (XMIT_GSO_V4 | XMIT_GSO_V6 | XMIT_GSO_ENC) macro