Lines Matching defs:true
140 test->fail = true;
294 ifobject->rx_on = true;
298 zc_avail = true;
332 return true;
368 opt_verbose = true;
371 ifobj_tx->busy_poll = true;
372 ifobj_rx->busy_poll = true;
391 ifobj->use_fill_ring = true;
392 ifobj->release_rx = true;
398 ifobj->tx_on = true;
401 ifobj->rx_on = true;
606 pkt->valid = true;
764 pkt_stream = __pkt_stream_generate_custom(test->ifobj_tx, pkts, nb_pkts, true);
829 return true;
846 return true;
900 return true;
912 pkt_dump(xsk_umem__get_data(buffer, addr), len, true);
916 return true;
1357 bool shared = (ifobject->shared_umem && tx) ? true : !!i;
1378 xsk_configure_socket(test, ifobject, test->ifobj_rx->umem, true);
1712 test->ifobj_tx->rx_on = true;
1713 test->ifobj_rx->tx_on = true;
1811 test->ifobj_tx->umem->unaligned_mode = true;
1812 test->ifobj_rx->umem->unaligned_mode = true;
1823 test->ifobj_tx->umem->unaligned_mode = true;
1824 test->ifobj_rx->umem->unaligned_mode = true;
1831 struct pkt pkts[] = {{0, MIN_PKT_SIZE, 0, true}};
1852 {0, MIN_PKT_SIZE, 0, true, 0},
1867 {0, XSK_UMEM__MAX_FRAME_SIZE, 0, true, XDP_PKT_CONTD},
1868 {0, XSK_UMEM__MAX_FRAME_SIZE, 0, true, 0},
1873 {0, MIN_PKT_SIZE, 0, true, 0}};
1877 pkts[12].valid = true;
1878 pkts[13].valid = true;
1892 {0, MIN_PKT_SIZE, 0, true},
1894 {0, MIN_PKT_SIZE, 0, true},
1900 {umem_size - MIN_PKT_SIZE - 2 * umem->frame_size, MIN_PKT_SIZE, 0, true},
1908 {0x800 - MIN_PKT_SIZE / 2, MIN_PKT_SIZE, 0, true},
1910 {0, MIN_PKT_SIZE, 0, true}};
1914 pkts[7].valid = true;
1955 test->ifobj_rx->use_metadata = true;
1971 test->ifobj_tx->use_poll = true;
1981 test->ifobj_rx->use_poll = true;
2000 pkts[0].valid = true;
2006 pkts[i].valid = true;
2021 pkts[2 * max_frags + 1].valid = true;
2054 return true;
2075 ifobj->unaligned_supp = true;
2083 ifobj->multi_buff_supp = true;
2086 ifobj->multi_buff_zc_supp = true;
2139 test->ifobj_rx->use_poll = true;
2144 test->ifobj_tx->use_poll = true;
2166 test->ifobj_tx->umem->unaligned_mode = true;
2167 test->ifobj_rx->umem->unaligned_mode = true;
2177 test->ifobj_tx->umem->unaligned_mode = true;
2178 test->ifobj_rx->umem->unaligned_mode = true;
2195 test->ifobj_tx->umem->unaligned_mode = true;
2196 test->ifobj_rx->umem->unaligned_mode = true;
2290 return true;