Lines Matching defs:packets
1180 uint64_t packets;
2380 * A Receive Queue Table (RQT) is the indirection table that maps packets to
2386 * A Transport Interface Receive (TIR) delivers packets to either a single rx
2394 * table or a TIR. We use one flow table to select packets based on
2396 * first table send matching packets to the second, and the entries in the
2397 * RSS table send packets to RSS TIRs if possible, or the non-RSS TIR.
2399 * The flow table entry that delivers packets to an RSS TIR must include match
2400 * criteria that ensure packets delivered to the TIR include all the fields
2402 * only accept v4 TCP packets. Accordingly, we need flow table entries for
2411 * optionally an ip proto, that delivers packets to the TIR.
5011 /* leave disp_type = 0, so packets get sent to the inline rqn */
6386 if (counters->rx_bcast.packets + counters->tx_bcast.packets +
6387 counters->rx_ucast.packets + counters->tx_ucast.packets +
6388 counters->rx_err.packets + counters->tx_err.packets)
6391 betoh64(counters->tx_err.packets),
6392 betoh64(counters->rx_err.packets),
6393 betoh64(counters->tx_ucast.packets),
6394 betoh64(counters->rx_ucast.packets),
6395 betoh64(counters->tx_bcast.packets),
6396 betoh64(counters->rx_bcast.packets));
6456 if (counters->packets)
6458 betoh64(counters->packets));
7343 /* Root flow table, matching packets based on mac address */
7480 * delete flow table entries first, so no packets can arrive