Searched refs:csum_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_sys.c314 enum qeth_checksum_types csum_type; local
324 csum_type = SW_CHECKSUMMING;
326 csum_type = HW_CHECKSUMMING;
328 csum_type = NO_CHECKSUMMING;
334 rc = qeth_l3_set_rx_csum(card, csum_type);
H A Dqeth_l3_main.c1483 enum qeth_checksum_types csum_type)
1488 if ((csum_type != HW_CHECKSUMMING) &&
1496 if (csum_type == HW_CHECKSUMMING) {
1507 card->options.checksum_type = csum_type;
3140 enum qeth_checksum_types csum_type; local
3143 csum_type = HW_CHECKSUMMING;
3145 csum_type = SW_CHECKSUMMING;
3147 return qeth_l3_set_rx_csum(card, csum_type);
1482 qeth_l3_set_rx_csum(struct qeth_card *card, enum qeth_checksum_types csum_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c1001 int csum_type; local
1006 csum_type = TX_CSUM_TCPIP;
1008 csum_type = TX_CSUM_UDPIP;
1024 csum_type = TX_CSUM_TCPIP6;
1026 csum_type = TX_CSUM_UDPIP6;
1031 if (likely(csum_type >= TX_CSUM_TCPIP))
1032 return TXPKT_CSUM_TYPE(csum_type) |
1038 return TXPKT_CSUM_TYPE(csum_type) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c811 int csum_type; local
816 csum_type = TX_CSUM_TCPIP;
818 csum_type = TX_CSUM_UDPIP;
833 csum_type = TX_CSUM_TCPIP6;
835 csum_type = TX_CSUM_UDPIP6;
840 if (likely(csum_type >= TX_CSUM_TCPIP))
841 return TXPKT_CSUM_TYPE(csum_type) |
847 return TXPKT_CSUM_TYPE(csum_type) | TXPKT_CSUM_START(start) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.h360 __le16 csum_type; member in struct:btrfs_super_block
1878 csum_type, 16);

Completed in 68 milliseconds