Searched refs:LP_PKT_LEN (Results 1 – 1 of 1) sorted by relevance
138 #define LP_PKT_LEN 1514 macro1525 skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC); in hinic_run_lp_test()1529 test_data = __skb_put(skb_tmp, LP_PKT_LEN); in hinic_run_lp_test()1536 for (i = ETH_HLEN; i < LP_PKT_LEN; i++) in hinic_run_lp_test()1545 memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN); in hinic_run_lp_test()1557 skb->data[LP_PKT_LEN - 1] = j; in hinic_run_lp_test()1572 if (memcmp(lb_test_rx_buf + j * LP_PKT_LEN, in hinic_run_lp_test()1573 skb_tmp->data, LP_PKT_LEN - 1) || in hinic_run_lp_test()1574 (*(lb_test_rx_buf + j * LP_PKT_LEN + in hinic_run_lp_test()1575 LP_PKT_LEN - 1) != j)) { in hinic_run_lp_test()[all …]