Searched refs:LP_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
137 #define LP_PKT_LEN 1514 macro1463 skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC); in hinic_run_lp_test()1467 test_data = __skb_put(skb_tmp, LP_PKT_LEN); in hinic_run_lp_test()1474 for (i = ETH_HLEN; i < LP_PKT_LEN; i++) in hinic_run_lp_test()1483 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()1495 skb->data[LP_PKT_LEN - 1] = j; in hinic_run_lp_test()1510 if (memcmp(lb_test_rx_buf + j * LP_PKT_LEN, in hinic_run_lp_test()1511 skb_tmp->data, LP_PKT_LEN - 1) || in hinic_run_lp_test()1512 (*(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()1513 LP_PKT_LEN - 1) != j)) { in hinic_run_lp_test()[all …]