Searched refs:tail_size (Results 1 – 9 of 9) 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 | 819 tls_make_aad(rec->aad_space, msg_pl->sg.size + prot->tail_size, in tls_push_record() 825 msg_pl->sg.size + prot->tail_size, in tls_push_record() 831 msg_pl->sg.size + prot->tail_size, i); in tls_push_record() 1533 int tail_pages = !!prot->tail_size; in tls_decrypt_sg() 1614 prot->tail_size, in tls_decrypt_sg() 1631 data_len + prot->tail_size); in tls_decrypt_sg() 1643 if (prot->tail_size) { in tls_decrypt_sg() 1646 prot->tail_size); in tls_decrypt_sg() 1656 data_len + prot->tail_size, aead_req, darg); in tls_decrypt_sg() 1678 if (prot->tail_size) in tls_decrypt_sg() [all …]
|
| /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/fs/ntfs/ |
| H A D | index.c | 1093 int tail_size, ret; in ntfs_ib_copy_tail() local 1106 tail_size = ies_end - (u8 *)ie_head; in ntfs_ib_copy_tail() 1107 memcpy(ntfs_ie_get_first(&dst->index), ie_head, tail_size); in ntfs_ib_copy_tail() 1109 dst->index.index_length = cpu_to_le32(tail_size + in ntfs_ib_copy_tail()
|
| /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()
|