Lines Matching defs:packets
1181 uint64_t packets;
2388 * A Receive Queue Table (RQT) is the indirection table that maps packets to
2394 * A Transport Interface Receive (TIR) delivers packets to either a single rx
2402 * table or a TIR. We use one flow table to select packets based on
2404 * first table send matching packets to the second, and the entries in the
2405 * RSS table send packets to RSS TIRs if possible, or the non-RSS TIR.
2407 * The flow table entry that delivers packets to an RSS TIR must include match
2408 * criteria that ensure packets delivered to the TIR include all the fields
2410 * only accept v4 TCP packets. Accordingly, we need flow table entries for
2419 * optionally an ip proto, that delivers packets to the TIR.
5035 /* leave disp_type = 0, so packets get sent to the inline rqn */
6410 if (counters->rx_bcast.packets + counters->tx_bcast.packets +
6411 counters->rx_ucast.packets + counters->tx_ucast.packets +
6412 counters->rx_err.packets + counters->tx_err.packets)
6415 betoh64(counters->tx_err.packets),
6416 betoh64(counters->rx_err.packets),
6417 betoh64(counters->tx_ucast.packets),
6418 betoh64(counters->rx_ucast.packets),
6419 betoh64(counters->tx_bcast.packets),
6420 betoh64(counters->rx_bcast.packets));
6480 if (counters->packets)
6482 betoh64(counters->packets));
7385 /* Root flow table, matching packets based on mac address */
7522 * delete flow table entries first, so no packets can arrive