Searched refs:EFX_TXQ_TYPE_OFFLOAD (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dnet_driver.h66 #define EFX_TXQ_TYPE_OFFLOAD 1 /* flag */ macro
H A Dselftest.c673 EFX_TXQ_TYPE_OFFLOAD);
H A Dnic.c461 int csum = tx_queue->queue & EFX_TXQ_TYPE_OFFLOAD;
475 if (tx_queue->queue & EFX_TXQ_TYPE_OFFLOAD)
H A Dtx.c351 type = skb->ip_summed == CHECKSUM_PARTIAL ? EFX_TXQ_TYPE_OFFLOAD : 0;

Completed in 94 milliseconds