Searched refs:head_size (Results 1 – 4 of 4) sorted by relevance
34 u32 head_size = amvdec_am21c_head_size(sess->width, sess->height); in codec_hevc_setup_decode_head() local52 amvdec_write_dos(core, HEVC_CM_HEADER_LENGTH, head_size); in codec_hevc_setup_decode_head()
30 unsigned int head_size = 0; in rt2x00queue_alloc_rxskb() local44 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()
2211 u16 head_size = cqe->shampo.header_size; in mlx5e_skb_from_cqe_shampo() local2240 ALIGN(head_size, sizeof(long))); in mlx5e_skb_from_cqe_shampo()2249 rx_headroom, head_size); in mlx5e_skb_from_cqe_shampo()2251 skb->tail += head_size; in mlx5e_skb_from_cqe_shampo()2252 skb->len += head_size; in mlx5e_skb_from_cqe_shampo()2312 u16 head_size = cqe->shampo.header_size; in mlx5e_handle_rx_cqe_mpwrq_shampo() local2341 if (likely(head_size)) { in mlx5e_handle_rx_cqe_mpwrq_shampo()2362 skb_shinfo(*skb)->gso_size = cqe_bcnt - head_size; in mlx5e_handle_rx_cqe_mpwrq_shampo()2376 if (likely(head_size)) { in mlx5e_handle_rx_cqe_mpwrq_shampo()2384 stats->hds_nodata_bytes += head_size; in mlx5e_handle_rx_cqe_mpwrq_shampo()[all …]
228 u8 head_size; /* Unit: bytes, including itself. */ member1037 int head_size; in cyapa_get_image_record_data_num() local1039 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()
Completed in 20 milliseconds