Searched refs:LP_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
137 #define LP_PKT_LEN 1514 macro1527 test_data = __skb_put(skb_tmp, LP_PKT_LEN); in hinic_run_lp_test()1534 for (i = ETH_HLEN; i < LP_PKT_LEN; i++) in hinic_run_lp_test()1555 skb->data[LP_PKT_LEN - 1] = j; in hinic_run_lp_test()1571 skb_tmp->data, LP_PKT_LEN - 1) || in hinic_run_lp_test()1572 (*(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()1573 LP_PKT_LEN - 1) != j)) { in hinic_run_lp_test()1578 LP_PKT_LEN - 1, in hinic_run_lp_test()1579 *(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()1580 LP_PKT_LEN - 1)); in hinic_run_lp_test()[all …]