Searched refs:head_size (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c41 unsigned int head_size = 0; rt2x00queue_alloc_rxskb() local
55 head_size = 4; rt2x00queue_alloc_rxskb()
63 head_size += 8; rt2x00queue_alloc_rxskb()
70 skb = __dev_alloc_skb(frame_size + head_size + tail_size, gfp); rt2x00queue_alloc_rxskb()
78 skb_reserve(skb, head_size); rt2x00queue_alloc_rxskb()
/linux-4.1.27/include/linux/wimax/
H A Ddebug.h167 * @head_size: length of @head
172 void __d_head(char *head, size_t head_size, __d_head() argument
181 snprintf(head, head_size, "%s %s: ", __d_head()
/linux-4.1.27/arch/ia64/kernel/
H A Dmca_drv.c200 u64 head_size = sizeof(sal_log_mod_error_info_t) * total_check_num mca_make_peidx() local
206 (slpi->valid.cpuid_info ? ((char*)slpi + head_size) : NULL); mca_make_peidx()
209 ((char*)slpi + head_size + mid_size) : NULL); mca_make_peidx()
/linux-4.1.27/fs/gfs2/
H A Dbmap.c268 unsigned int head_size = (height > 0) ? metapointer() local
270 return ((__be64 *)(bh->b_data + head_size)) + mp->mp_list[height]; metapointer()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c486 unsigned int head_size; atl1c_set_rxbufsize() local
492 head_size = SKB_DATA_ALIGN(adapter->rx_buffer_len + NET_SKB_PAD) + atl1c_set_rxbufsize()
494 adapter->rx_frag_size = roundup_pow_of_two(head_size); atl1c_set_rxbufsize()
/linux-4.1.27/drivers/input/mouse/
H A Dcyapa_gen5.c269 u8 head_size; /* Unit: bytes, including itself. */ member in struct:cyapa_tsg_bin_image_head

Completed in 346 milliseconds