Searched defs:csum_type (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c815 int csum_type; local
820 csum_type = TX_CSUM_TCPIP;
822 csum_type = TX_CSUM_UDPIP;
837 csum_type = TX_CSUM_TCPIP6;
839 csum_type = TX_CSUM_UDPIP6;
844 if (likely(csum_type >= TX_CSUM_TCPIP))
845 return TXPKT_CSUM_TYPE(csum_type) |
851 return TXPKT_CSUM_TYPE(csum_type) | TXPKT_CSUM_START(start) |
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1002 int csum_type; local
1007 csum_type = TX_CSUM_TCPIP;
1009 csum_type = TX_CSUM_UDPIP;
1025 csum_type = TX_CSUM_TCPIP6;
1027 csum_type = TX_CSUM_UDPIP6;
1032 if (likely(csum_type >= TX_CSUM_TCPIP))
1033 return TXPKT_CSUM_TYPE(csum_type) |
1039 return TXPKT_CSUM_TYPE(csum_type) |

Completed in 47 milliseconds