Lines Matching full:packets

186 	/* Inbound packets marked to be dropped by the IPD */
188 /* RAW PCI Packets received by PIP per port */
192 /* Number of packets processed by PIP */
193 uint32_t packets; member
195 * Number of identified L2 multicast packets. Does not
196 * include broadcast packets. Only includes packets whose
201 * Number of identified L2 broadcast packets. Does not
202 * include multicast packets. Only includes packets whose
206 /* Number of 64B packets */
208 /* Number of 65-127B packets */
210 /* Number of 128-255B packets */
212 /* Number of 256-511B packets */
214 /* Number of 512-1023B packets */
216 /* Number of 1024-1518B packets */
218 /* Number of 1519-max packets */
220 /* Number of packets with FCS or Align opcode errors */
222 /* Number of packets with length < min */
224 /* Number of packets with length < min and FCS error */
226 /* Number of packets with length > max */
228 /* Number of packets with length > max and FCS error */
230 /* Number of packets without GMX/SPX/PCI errors received by PIP */
233 * Total number of octets from all packets received by PIP,
237 /* Number of packets with GMX/SPX/PCI errors received by PIP */
314 * @qos: QoS queue for packets matching this watcher
335 * @qos: QoS queue for packets matching this watcher
350 * @qos: QoS queue for packets matching this watcher
410 status->packets = stat2.s.pkts; in cvmx_pip_get_port_status()
434 if (status->inb_packets > status->packets) in cvmx_pip_get_port_status()
436 status->inb_packets - status->packets; in cvmx_pip_get_port_status()