| /src/sys/dev/pci/ixgbe/ |
| ix_txrx.c | 81 * the stack as LRO can. For all these 1280 * Initialize Hardware RSC (LRO) feature on 82599 1281 * for an RX ring, this is toggled by the LRO capability 1285 * testing has shown soft LRO to be as effective, 1295 /* If turning LRO/RSC off we need to disable it */ 1491 #ifdef LRO 1493 struct lro_ctrl *lro = &rxr->lro; local 1494 #endif /* LRO */ 1502 #ifdef LRO 1824 struct lro_ctrl *lro = &rxr->lro; local [all...] |
| ixgbe.h | 414 #ifdef LRO 415 struct lro_ctrl lro; member in struct:rx_ring 417 #endif /* LRO */
|
| ixv.c | 1696 /* Don't enable LRO by default */ 1698 /* NetBSD doesn't support LRO yet */ 2658 #ifdef LRO 2659 struct lro_ctrl *lro = &rxr->lro; local 2761 #ifdef LRO 2763 CTLFLAG_RD, &lro->lro_queued, 0, 2764 "LRO Queued"); 2766 CTLFLAG_RD, &lro->lro_flushed, 0, 2767 "LRO Flushed") [all...] |
| ixgbe.c | 1886 #ifdef LRO 1887 struct lro_ctrl *lro = &rxr->lro; local 2012 #ifdef LRO 2014 CTLFLAG_RD, &lro->lro_queued, 0, 2015 "LRO Queued"); 2017 CTLFLAG_RD, &lro->lro_flushed, 0, 2018 "LRO Flushed"); 2019 #endif /* LRO */
|
| /src/sys/dev/pci/ |
| if_enavar.h | 289 #ifdef LRO 290 struct lro_ctrl lro; member in struct:ena_ring
|
| if_ena.c | 897 #ifdef LRO 898 /* Create LRO for the ring */ 900 int err = tcp_lro_init(&rx_ring->lro); 903 "LRO[%d] Initialization failed!\n", qid); 906 "RX Soft LRO[%d] Initialized\n", qid); 907 rx_ring->lro.ifp = adapter->ifp; 964 #ifdef LRO 965 /* free LRO resources, */ 966 tcp_lro_free(&rx_ring->lro); 1762 * LRO is only for IP/TCP packets and TCP checksum of the packe [all...] |
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| README | 71 directional codes (LRE, RLE, LRO, RLO, PDF). It should now produce the same 149 Other Neutral, the NSM, LRE, RLE, PDF, LRO, and RLO controls all get marked
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 1176 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL 1265 case kind::LRO: 1274 /* PDF terminates the scope of the last LRE, RLE, LRO, or RLO 1312 case kind::LRO: 1391 return bidi::kind::LRO; 1485 return bidi::kind::LRO; 1557 result = bidi::kind::LRO;
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 1170 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL 1259 case kind::LRO: 1268 /* PDF terminates the scope of the last LRE, RLE, LRO, or RLO 1306 case kind::LRO: 1384 return bidi::kind::LRO; 1462 return bidi::kind::LRO;
|