Searched refs:LP_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
137 #define LP_PKT_LEN 1514 macro1523 skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC); in hinic_run_lp_test()1527 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()1543 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()1555 skb->data[LP_PKT_LEN - 1] = j; in hinic_run_lp_test()1570 if (memcmp(lb_test_rx_buf + j * LP_PKT_LEN, 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()[all …]