Searched refs:hdlen (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 1674 char hdlen[20]; in check_command() local 1677 hdlen[0] = 0; in check_command() 1679 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command() 1683 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 1712 char hdlen[20]; in check_command() local 1715 hdlen[0] = 0; in check_command() 1717 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command() 1721 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 2063 int hdlen = (len > skb_headlen(skb)) ? skb_headlen(skb) : len; in pskb_trim_rcsum_slow() local 2066 if (offset + sizeof(__sum16) > hdlen) in pskb_trim_rcsum_slow()
|