Searched refs:tail_size (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ring.c | 89 u16 tail_size = self->tail_size; in aq_get_rxpages() local 97 tail_size; in aq_get_rxpages() 98 if (rxbuf->rxdata.pg_off + frame_max + tail_size <= in aq_get_rxpages() 193 self->tail_size = AQ_XDP_TAILROOM; in aq_ring_rx_alloc() 200 self->tail_size = 0; in aq_ring_rx_alloc() 708 rx_ring->tail_size; in __aq_ring_xdp_clean()
|
| H A D | aq_ring.h | 149 u16 tail_size; member
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 808 tls_make_aad(rec->aad_space, msg_pl->sg.size + prot->tail_size, in tls_push_record() 814 msg_pl->sg.size + prot->tail_size, in tls_push_record() 820 msg_pl->sg.size + prot->tail_size, i); in tls_push_record() 1522 int tail_pages = !!prot->tail_size; in tls_decrypt_sg() 1603 prot->tail_size, in tls_decrypt_sg() 1620 data_len + prot->tail_size); in tls_decrypt_sg() 1632 if (prot->tail_size) { in tls_decrypt_sg() 1635 prot->tail_size); in tls_decrypt_sg() 1645 data_len + prot->tail_size, aead_req, darg); in tls_decrypt_sg() 1667 if (prot->tail_size) in tls_decrypt_sg() [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | melfas_mip4.c | 696 __le16 tail_size; member 1161 u16 tail_size; in mip4_parse_firmware() local 1174 DUMP_PREFIX_OFFSET, 16, 1, *fw_info, tail_size, false); in mip4_parse_firmware() 1177 tail_size = get_unaligned_le16(&fw_info->tail_size); in mip4_parse_firmware() 1178 if (tail_size != MIP4_BIN_TAIL_SIZE) { in mip4_parse_firmware() 1181 tail_size, MIP4_BIN_TAIL_SIZE); in mip4_parse_firmware()
|
| /linux/drivers/md/ |
| H A D | dm-clone-target.c | 796 sector_t tail_size, region_size, total_size; in hydration_copy() local 814 tail_size = clone->ti->len & (region_size - 1); in hydration_copy() 815 if (!tail_size) in hydration_copy() 816 tail_size = region_size; in hydration_copy() 818 tail_size = region_size; in hydration_copy() 821 total_size += tail_size; in hydration_copy()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00queue.c | 31 unsigned int tail_size = 0; in rt2x00queue_alloc_rxskb() local 53 tail_size += 8; in rt2x00queue_alloc_rxskb() 59 skb = __dev_alloc_skb(frame_size + head_size + tail_size, gfp); in rt2x00queue_alloc_rxskb()
|
| /linux/drivers/iommu/ |
| H A D | virtio-iommu.c | 141 size_t tail_size = sizeof(struct virtio_iommu_req_tail); in viommu_get_write_desc_offset() local 144 return len - viommu->probe_size - tail_size; in viommu_get_write_desc_offset() 146 return len - tail_size; in viommu_get_write_desc_offset()
|
| /linux/include/net/ |
| H A D | tls.h | 220 u16 tail_size; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 3403 int base_size, tail_size; in iwl_mvm_scan_size() local 3423 tail_size = sizeof(struct iwl_scan_req_umac_tail_v2); in iwl_mvm_scan_size() 3425 tail_size = sizeof(struct iwl_scan_req_umac_tail_v1); in iwl_mvm_scan_size() 3430 tail_size; in iwl_mvm_scan_size()
|
| /linux/fs/ext4/ |
| H A D | xattr.c | 387 int tail_size = (size % blocksize) ?: blocksize; in ext4_xattr_inode_read() local 410 i < bh_count - 1 ? blocksize : tail_size); in ext4_xattr_inode_read()
|