Lines Matching refs:pointer

16  * @stat_offset: offsetof() the stat from a base pointer
19 * It defines a statistic as offset from a common base pointer. Stats should
63 * @pointer: basis for where to copy from
66 * Copies the stat data defined by the pointer and stat structure pair into
68 * iavf_add_queue_stats. If the pointer is null, data will be zero'd.
71 iavf_add_one_ethtool_stat(u64 *data, void *pointer,
76 if (!pointer) {
78 * which don't have a valid pointer.
84 p = (char *)pointer + stat->stat_offset;
108 * @pointer: location to copy stats from
112 * Copy the stats defined by the stats array using the pointer as a base into
113 * the data buffer supplied by ethtool. Updates the data pointer to point to
115 * If pointer is null, set the data values to zero and update the pointer to
119 __iavf_add_ethtool_stats(u64 **data, void *pointer,
126 iavf_add_one_ethtool_stat((*data)++, pointer, &stats[i]);
132 * @pointer: location where stats are stored
142 #define iavf_add_ethtool_stats(data, pointer, stats) \
143 __iavf_add_ethtool_stats(data, pointer, stats, ARRAY_SIZE(stats))
153 * ring pointer is null, zero out the queue stat values and update the data
154 * pointer. Otherwise safely copy the stats from the ring into the supplied
155 * buffer and update the data pointer when finished.
178 /* Once we successfully copy the stats in, update the data pointer */
330 * @data: pointer to data buffer
847 * @fsp: pointer to ethtool Rx flow specification
848 * @fltr: pointer to Flow Director filter for userdef data storage
894 * @fsp: pointer to ethtool Rx flow specification
895 * @fltr: pointer to Flow Director filter to get additional data
1093 * @adapter: pointer to the VF adapter structure
1094 * @fsp: pointer to ethtool Rx flow specification
1247 * @adapter: pointer to the VF adapter structure
1319 * @adapter: pointer to the VF adapter structure
1468 * @adapter: pointer to the VF adapter structure
1554 * @adapter: pointer to the VF adapter structure
1641 * @rule_locs: pointer to store rule locations
1776 * @rxfh: pointer to param struct (indir, key, hfunc)
1804 * @rxfh: pointer to param struct (indir, key, hfunc)