Searched refs:stat_size (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 581 int stat_size = 0; in vxge_ethtool_get_strings() local 587 &stat_size, data, ""); in vxge_ethtool_get_strings() 590 &stat_size, data, i); in vxge_ethtool_get_strings() 592 &stat_size, data, i); in vxge_ethtool_get_strings() 594 &stat_size, data, i); in vxge_ethtool_get_strings() 596 &stat_size, data, i); in vxge_ethtool_get_strings() 598 &stat_size, data, i); in vxge_ethtool_get_strings() 600 &stat_size, data, i); in vxge_ethtool_get_strings() 602 &stat_size, data, i); in vxge_ethtool_get_strings() 604 &stat_size, data, i); in vxge_ethtool_get_strings() [all …]
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 732 size_t stat_size) in alloc_ring() argument 737 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 596 size_t stat_size, int node) in alloc_ring() argument 598 size_t len = nelem * elem_size + stat_size; in alloc_ring()
|
/linux-3.4.99/drivers/net/ethernet/neterion/ |
D | s2io.c | 6595 int stat_size = 0; in s2io_ethtool_get_strings() local 6603 stat_size = sizeof(ethtool_xena_stats_keys); in s2io_ethtool_get_strings() 6604 memcpy(data, ðtool_xena_stats_keys, stat_size); in s2io_ethtool_get_strings() 6606 memcpy(data + stat_size, in s2io_ethtool_get_strings() 6609 stat_size += sizeof(ethtool_enhanced_stats_keys); in s2io_ethtool_get_strings() 6612 memcpy(data + stat_size, ðtool_driver_stats_keys, in s2io_ethtool_get_strings()
|