EFX_TXQ_TYPE_OFFLOAD 2410 drivers/net/ethernet/sfc/ef10.c bool csum_offload = tx_queue->queue & EFX_TXQ_TYPE_OFFLOAD; EFX_TXQ_TYPE_OFFLOAD 381 drivers/net/ethernet/sfc/farch.c int csum = tx_queue->queue & EFX_TXQ_TYPE_OFFLOAD; EFX_TXQ_TYPE_OFFLOAD 69 drivers/net/ethernet/sfc/nic.h if (tx_queue->queue & EFX_TXQ_TYPE_OFFLOAD) EFX_TXQ_TYPE_OFFLOAD 70 drivers/net/ethernet/sfc/nic.h return tx_queue - EFX_TXQ_TYPE_OFFLOAD; EFX_TXQ_TYPE_OFFLOAD 72 drivers/net/ethernet/sfc/nic.h return tx_queue + EFX_TXQ_TYPE_OFFLOAD; EFX_TXQ_TYPE_OFFLOAD 1092 drivers/net/ethernet/sfc/ptp.c u8 type = skb->ip_summed == CHECKSUM_PARTIAL ? EFX_TXQ_TYPE_OFFLOAD : 0; EFX_TXQ_TYPE_OFFLOAD 662 drivers/net/ethernet/sfc/selftest.c EFX_TXQ_TYPE_OFFLOAD); EFX_TXQ_TYPE_OFFLOAD 660 drivers/net/ethernet/sfc/tx.c type = skb->ip_summed == CHECKSUM_PARTIAL ? EFX_TXQ_TYPE_OFFLOAD : 0;