Searched refs:dpram_data (Results 1 – 1 of 1) sorted by relevance
525 struct IOCTL_DPRAM_BLK *dpram_data = NULL; in ft1000_ioctl() local567 dpram_data = kmalloc(msgsz + 2, GFP_KERNEL); in ft1000_ioctl()568 if (!dpram_data) in ft1000_ioctl()571 if (copy_from_user(dpram_data, argp, msgsz+2)) { in ft1000_ioctl()583 kfree(dpram_data); in ft1000_ioctl()589 qtype = ntohs(dpram_data->pseudohdr.qos_class) & 0xff; in ft1000_ioctl()614 kfree(dpram_data); in ft1000_ioctl()627 pmsg = (u16 *)&dpram_data->pseudohdr; in ft1000_ioctl()645 result = card_send_command(ft1000dev, dpram_data, total_len+2); in ft1000_ioctl()658 kfree(dpram_data); in ft1000_ioctl()