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() 732 rx_ring->tail_size; in __aq_ring_xdp_clean()
|
| H A D | aq_ring.h | 151 u16 tail_size; 149 u16 tail_size; global() member
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 678 tls_make_aad(rec->aad_space, msg_pl->sg.size + prot->tail_size, in tls_split_open_record() 684 msg_pl->sg.size + prot->tail_size, in tls_split_open_record() 690 msg_pl->sg.size + prot->tail_size, i); in tls_split_open_record() 1266 int tail_pages = !!prot->tail_size; in tls_sw_sendmsg_locked() 1347 prot->tail_size, in tls_sw_splice_eof() 1364 data_len + prot->tail_size); in tls_sw_splice_eof() 1376 if (prot->tail_size) { in tls_rx_rec_wait() 1379 prot->tail_size); in tls_rx_rec_wait() 1389 data_len + prot->tail_size, aead_req, darg); in tls_rx_rec_wait() 1411 if (prot->tail_size) in tls_rx_rec_wait() [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 | 224 u16 tail_size; 220 u16 tail_size; global() member
|
| /linux/fs/ntfs/ |
| H A D | index.c | 1160 int tail_size, ret; in ntfs_ia_add() 1173 tail_size = ies_end - (u8 *)ie_head; in ntfs_ir_reparent() 1174 memcpy(ntfs_ie_get_first(&dst->index), ie_head, tail_size); in ntfs_ir_reparent() 1176 dst->index.index_length = cpu_to_le32(tail_size + in ntfs_ir_reparent() 1093 int tail_size, ret; ntfs_ib_copy_tail() local
|
| /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()
|