Searched refs:EFX_TX_CB_SIZE (Results 1 – 2 of 2) sorted by relevance
54 if (len > EFX_TX_CB_SIZE) in efx_tx_get_copy_buffer_limited()172 EFX_WARN_ON_ONCE_PARANOID(copy_len > EFX_TX_CB_SIZE); in efx_enqueue_skb_copy()539 } else if (skb->data_len && skb_len <= EFX_TX_CB_SIZE) { in efx_enqueue_skb()
290 #define EFX_TX_CB_SIZE (1 << EFX_TX_CB_ORDER) - NET_IP_ALIGN macro