Searched refs:padding_size (Results 1 – 7 of 7) sorted by relevance
1192 int padding_size = 0; in aqc111_tx_fixup() local1207 padding_size = 8 - headroom; in aqc111_tx_fixup()1209 if (((skb->len + sizeof(tx_desc) + padding_size) % frame_size) == 0) { in aqc111_tx_fixup()1210 padding_size += 8; in aqc111_tx_fixup()1228 if (!(headroom >= sizeof(tx_desc) && tailroom >= padding_size)) { in aqc111_tx_fixup()1230 padding_size, flags); in aqc111_tx_fixup()1236 if (padding_size != 0) in aqc111_tx_fixup()1237 skb_put_zero(skb, padding_size); in aqc111_tx_fixup()
699 size_t padding_size = union_size - member_size; in pvr_ioctl_union_padding_check() local701 return mem_is_zero(padding_start, padding_size); in pvr_ioctl_union_padding_check()
78 u32 padding_size; /** total accumulation of bytes added due to section alignment */ member
117 bi->blob.data_size + bi->blob.padding_size) { in sh_css_load_blob_info()
163 + bi->blob.data_size + bi->blob.padding_size) in imgu_css_fw_init()
1513 u32 padding_size; /* total cumulative of bytes added member
1079 const u32 padding_size = 4096; in vpu_malone_add_padding_scode() local1105 size = padding_size - sizeof(ps->data); in vpu_malone_add_padding_scode()
Completed in 38 milliseconds