/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | drivers.c | 498 unsigned long bytecnt; in alloc_pa_dev() local 507 status = pdc_iodc_read(&bytecnt, hpa, 0, &iodc_data, 32); in alloc_pa_dev()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 297 u64 *hitcnt, u64 *bytecnt, bool hash);
|
H A D | cxgb4_filter.c | 438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() 442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters() 437 cxgb4_get_filter_counters(struct net_device *dev, unsigned int fidx, u64 *hitcnt, u64 *bytecnt, bool hash) cxgb4_get_filter_counters() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 297 u64 *hitcnt, u64 *bytecnt, bool hash);
|
H A D | cxgb4_filter.c | 438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() 442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters() 437 cxgb4_get_filter_counters(struct net_device *dev, unsigned int fidx, u64 *hitcnt, u64 *bytecnt, bool hash) cxgb4_get_filter_counters() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 738 unsigned int bytecnt) in mlx4_bf_copy() 740 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy() 737 mlx4_bf_copy(void __iomem *dst, const void *src, unsigned int bytecnt) mlx4_bf_copy() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 752 unsigned int bytecnt) in mlx4_bf_copy() 754 __iowrite64_copy(dst, src, bytecnt / 8); in mlx4_bf_copy() 751 mlx4_bf_copy(void __iomem *dst, const void *src, unsigned int bytecnt) mlx4_bf_copy() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6mr.c | 1900 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_ioctl() 1920 compat_ulong_t bytecnt; member 1975 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_compat_ioctl()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6mr.c | 1921 sr->bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_ioctl() 1938 compat_ulong_t bytecnt; member 1993 sr.bytecnt = c->_c.mfc_un.res.bytes; in ip6mr_compat_ioctl()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr.c | 1630 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_ioctl() 1650 compat_ulong_t bytecnt; member 1705 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_compat_ioctl()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr.c | 1658 sr->bytecnt = c->_c.mfc_un.res.bytes; in ipmr_ioctl() 1675 compat_ulong_t bytecnt; member 1730 sr.bytecnt = c->_c.mfc_un.res.bytes; in ipmr_compat_ioctl()
|