Searched refs:head_size (Results 1 – 6 of 6) sorted by relevance
172 void __d_head(char *head, size_t head_size, in __d_head() argument181 snprintf(head, head_size, "%s %s: ", in __d_head()
200 u64 head_size = sizeof(sal_log_mod_error_info_t) * total_check_num in mca_make_peidx() local206 (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()
41 unsigned int head_size = 0; in rt2x00queue_alloc_rxskb() local55 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()
228 u8 head_size; /* Unit: bytes, including itself. */ member990 int head_size; in cyapa_get_image_record_data_num() local992 head_size = fw->data[0] + 1; in cyapa_get_image_record_data_num()993 *record_num = (fw->size - head_size) / in cyapa_get_image_record_data_num()995 return (struct cyapa_tsg_bin_image_data_record *)&fw->data[head_size]; in cyapa_get_image_record_data_num()1164 if (image_head->head_size != 0x0C && image_head->head_size != 0x12) in cyapa_pip_fw_head_check()1176 if (image_head->head_size == 0x0C) in cyapa_pip_fw_head_check()
268 unsigned int head_size = (height > 0) ? in metapointer() local270 return ((__be64 *)(bh->b_data + head_size)) + mp->mp_list[height]; in metapointer()
486 unsigned int head_size; in atl1c_set_rxbufsize() local492 head_size = SKB_DATA_ALIGN(adapter->rx_buffer_len + NET_SKB_PAD) + in atl1c_set_rxbufsize()494 adapter->rx_frag_size = roundup_pow_of_two(head_size); in atl1c_set_rxbufsize()