Searched refs:head_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/wimax/ |
D | debug.h | 172 void __d_head(char *head, size_t head_size, in __d_head() argument 181 snprintf(head, head_size, "%s %s: ", in __d_head()
|
/Linux-v4.19/fs/orangefs/ |
D | devorangefs-req.c | 373 int head_size = sizeof(head); in orangefs_devreq_write_iter() local 388 if (!copy_from_iter_full(&head, head_size, iter)) { in orangefs_devreq_write_iter() 436 if ((head_size + downcall_size + op->downcall.trailer_size) != total) { in orangefs_devreq_write_iter() 441 head_size, in orangefs_devreq_write_iter()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | mca_drv.c | 200 u64 head_size = sizeof(sal_log_mod_error_info_t) * total_check_num in mca_make_peidx() local 206 (slpi->valid.cpuid_info ? ((char*)slpi + head_size) : NULL); in mca_make_peidx() 209 ((char*)slpi + head_size + mid_size) : NULL); in mca_make_peidx()
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00queue.c | 41 unsigned int head_size = 0; in rt2x00queue_alloc_rxskb() local 55 head_size = 4; in rt2x00queue_alloc_rxskb() 63 head_size += 8; in rt2x00queue_alloc_rxskb() 70 skb = __dev_alloc_skb(frame_size + head_size + tail_size, gfp); in rt2x00queue_alloc_rxskb() 78 skb_reserve(skb, head_size); in rt2x00queue_alloc_rxskb()
|
/Linux-v4.19/drivers/input/mouse/ |
D | cyapa_gen5.c | 228 u8 head_size; /* Unit: bytes, including itself. */ member 1036 int head_size; in cyapa_get_image_record_data_num() local 1038 head_size = fw->data[0] + 1; in cyapa_get_image_record_data_num() 1039 *record_num = (fw->size - head_size) / in cyapa_get_image_record_data_num() 1041 return (struct cyapa_tsg_bin_image_data_record *)&fw->data[head_size]; in cyapa_get_image_record_data_num() 1210 if (image_head->head_size != 0x0C && image_head->head_size != 0x12) in cyapa_pip_fw_head_check() 1222 if (image_head->head_size == 0x0C) in cyapa_pip_fw_head_check()
|
/Linux-v4.19/net/wireless/ |
D | util.c | 554 int head_size = skb->len - skb->data_len; in __ieee80211_amsdu_copy_frag() local 559 frag_size = head_size; in __ieee80211_amsdu_copy_frag()
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 483 unsigned int head_size; in atl1c_set_rxbufsize() local 489 head_size = SKB_DATA_ALIGN(adapter->rx_buffer_len + NET_SKB_PAD) + in atl1c_set_rxbufsize() 491 adapter->rx_frag_size = roundup_pow_of_two(head_size); in atl1c_set_rxbufsize()
|