LP_PKT_LEN
skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC);
test_data = __skb_put(skb_tmp, LP_PKT_LEN);
for (i = ETH_HLEN; i < LP_PKT_LEN; i++)
memset(lb_test_rx_buf, 0, LP_PKT_CNT * LP_PKT_LEN);
skb->data[LP_PKT_LEN - 1] = j;
if (memcmp(lb_test_rx_buf + j * LP_PKT_LEN,
skb_tmp->data, LP_PKT_LEN - 1) ||
(*(lb_test_rx_buf + j * LP_PKT_LEN +
LP_PKT_LEN - 1) != j)) {
LP_PKT_LEN - 1,
*(lb_test_rx_buf + j * LP_PKT_LEN +
LP_PKT_LEN - 1));
lb_test_rx_buf = vmalloc(LP_PKT_CNT * LP_PKT_LEN);
nic_dev->lb_pkt_len = LP_PKT_LEN;