Searched refs:XMIT_ENC (Results 1 – 2 of 2) sorted by relevance
190 rc |= XMIT_ENC; in qede_xmit_type()277 hlen = qede_get_skb_hlen(skb, xmit_type & XMIT_ENC); in qede_pkt_req_lin()1573 if (xmit_type & XMIT_ENC) { in qede_start_xmit()1601 if (unlikely(xmit_type & XMIT_ENC)) { in qede_start_xmit()
485 #define XMIT_ENC BIT(2) macro