Lines Matching defs:count
256 int count;
262 #define netdev_hw_addr_list_count(l) ((l)->count)
340 int count;
839 /* HW offloaded queuing disciplines txq count and offset maps */
841 u16 count;
2003 * @tso_max_segs: Device (as in HW) limit on the max TSO segment count
2461 int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset);
2490 u8 tc, u16 count, u16 offset);
3598 * netdev_reset_queue - reset the packets and bytes count of a network device
3601 * Reset the bytes and packet count of a network device and clear the
4559 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \
4560 alloc_netdev_mqs(sizeof_priv, name, name_assign_type, setup, count, \
4561 count)