Home
last modified time | relevance | path

Searched refs:head_size (Results 1 – 7 of 7) sorted by relevance

/linux/fs/orangefs/
A Ddevorangefs-req.c373 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/drivers/staging/media/meson/vdec/
A Dcodec_hevc_common.c34 u32 head_size = amvdec_am21c_head_size(sess->width, sess->height); in codec_hevc_setup_decode_head() local
52 amvdec_write_dos(core, HEVC_CM_HEADER_LENGTH, head_size); in codec_hevc_setup_decode_head()
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00queue.c30 unsigned int head_size = 0; in rt2x00queue_alloc_rxskb() local
44 head_size = 4; in rt2x00queue_alloc_rxskb()
52 head_size += 8; in rt2x00queue_alloc_rxskb()
59 skb = __dev_alloc_skb(frame_size + head_size + tail_size, gfp); in rt2x00queue_alloc_rxskb()
67 skb_reserve(skb, head_size); in rt2x00queue_alloc_rxskb()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c2190 u16 head_size = cqe->shampo.header_size; in mlx5e_skb_from_cqe_shampo() local
2215 ALIGN(head_size, sizeof(long))); in mlx5e_skb_from_cqe_shampo()
2224 rx_headroom, head_size); in mlx5e_skb_from_cqe_shampo()
2226 skb->tail += head_size; in mlx5e_skb_from_cqe_shampo()
2227 skb->len += head_size; in mlx5e_skb_from_cqe_shampo()
2287 u16 head_size = cqe->shampo.header_size; in mlx5e_handle_rx_cqe_mpwrq_shampo() local
2316 if (likely(head_size)) in mlx5e_handle_rx_cqe_mpwrq_shampo()
2325 skb_shinfo(*skb)->gso_size = cqe_bcnt - head_size; in mlx5e_handle_rx_cqe_mpwrq_shampo()
2339 if (likely(head_size)) { in mlx5e_handle_rx_cqe_mpwrq_shampo()
2347 stats->hds_nodata_bytes += head_size; in mlx5e_handle_rx_cqe_mpwrq_shampo()
[all …]
/linux/drivers/input/mouse/
A Dcyapa_gen5.c228 u8 head_size; /* Unit: bytes, including itself. */ member
1037 int head_size; in cyapa_get_image_record_data_num() local
1039 head_size = fw->data[0] + 1; in cyapa_get_image_record_data_num()
1040 *record_num = (fw->size - head_size) / in cyapa_get_image_record_data_num()
1042 return (struct cyapa_tsg_bin_image_data_record *)&fw->data[head_size]; in cyapa_get_image_record_data_num()
1211 if (image_head->head_size != 0x0C && image_head->head_size != 0x12) in cyapa_pip_fw_head_check()
1223 if (image_head->head_size == 0x0C) in cyapa_pip_fw_head_check()
/linux/net/netlink/
A Daf_netlink.c1186 size_t head_size = SKB_HEAD_ALIGN(size); in netlink_alloc_large_skb() local
1190 if (head_size <= PAGE_SIZE || broadcast) in netlink_alloc_large_skb()
1193 data = kvmalloc(head_size, GFP_KERNEL); in netlink_alloc_large_skb()
1197 skb = __build_skb(data, head_size); in netlink_alloc_large_skb()
/linux/net/wireless/
A Dutil.c701 int head_size = skb->len - skb->data_len; in __ieee80211_amsdu_copy_frag() local
706 frag_size = head_size; in __ieee80211_amsdu_copy_frag()

Completed in 33 milliseconds