/linux-6.1.9/tools/perf/util/ |
D | srccode.c | 32 size_t maplen; member 40 static int countlines(char *map, int maplen) in countlines() argument 43 char *end = map + maplen; in countlines() 46 if (maplen == 0) in countlines() 58 static void fill_lines(char **lines, int maxline, char *map, int maplen) in fill_lines() argument 61 char *end = map + maplen; in fill_lines() 64 if (maplen == 0 || maxline == 0) in fill_lines() 81 map_total_sz -= sf->maplen; in free_srcfile() 82 munmap(sf->map, sf->maplen); in free_srcfile() 127 h->maplen = st.st_size; in find_srcfile() [all …]
|
/linux-6.1.9/drivers/net/ethernet/alacritech/ |
D | slicoss.c | 395 unsigned int maplen = SLIC_RX_BUFF_SIZE; in slic_refill_rx_queue() local 406 skb = alloc_skb(maplen + ALIGN_MASK, gfp); in slic_refill_rx_queue() 410 paddr = dma_map_single(&sdev->pdev->dev, skb->data, maplen, in slic_refill_rx_queue() 440 dma_unmap_len_set(buff, map_len, maplen); in slic_refill_rx_queue() 1415 u32 maplen; in slic_xmit() local 1423 maplen = skb_headlen(skb); in slic_xmit() 1424 paddr = dma_map_single(&sdev->pdev->dev, skb->data, maplen, in slic_xmit() 1434 dma_unmap_len_set(buff, map_len, maplen); in slic_xmit() 1437 desc->totlen = cpu_to_le32(maplen); in slic_xmit() 1440 desc->len = cpu_to_le32(maplen); in slic_xmit()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 339 dma_unmap_len_set(lrg_buf_cb, maplen, in ql_release_to_lrg_buf_free_list() 1827 dma_unmap_len_set(lrg_buf_cb, maplen, in ql_populate_free_queue() 1948 dma_unmap_len(&tx_cb->map[0], maplen), DMA_TO_DEVICE); in ql_process_mac_tx_intr() 1954 dma_unmap_len(&tx_cb->map[i], maplen), in ql_process_mac_tx_intr() 2024 dma_unmap_len(lrg_buf_cb2, maplen), DMA_FROM_DEVICE); in ql_process_mac_rx_intr() 2069 dma_unmap_len(lrg_buf_cb2, maplen), DMA_FROM_DEVICE); in ql_process_macip_rx_intr() 2333 dma_unmap_len_set(&tx_cb->map[seg], maplen, len); in ql_send_map() 2373 dma_unmap_len_set(&tx_cb->map[seg], maplen, in ql_send_map() 2395 dma_unmap_len_set(&tx_cb->map[seg], maplen, skb_frag_size(frag)); in ql_send_map() 2424 dma_unmap_len(&tx_cb->map[seg], maplen), in ql_send_map() [all …]
|
D | qla3xxx.h | 1001 DEFINE_DMA_UNMAP_LEN(maplen); 1032 DEFINE_DMA_UNMAP_LEN(maplen);
|
/linux-6.1.9/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1465 int maplen, f, first_idx = txq->write_idx; in alx_map_tx_skb() local 1480 maplen = skb_headlen(skb); in alx_map_tx_skb() 1481 dma = dma_map_single(txq->dev, skb->data, maplen, in alx_map_tx_skb() 1486 dma_unmap_len_set(&txq->bufs[txq->write_idx], size, maplen); in alx_map_tx_skb() 1490 tpd->len = cpu_to_le16(maplen); in alx_map_tx_skb() 1501 maplen = skb_frag_size(frag); in alx_map_tx_skb() 1503 maplen, DMA_TO_DEVICE); in alx_map_tx_skb() 1506 dma_unmap_len_set(&txq->bufs[txq->write_idx], size, maplen); in alx_map_tx_skb() 1510 tpd->len = cpu_to_le16(maplen); in alx_map_tx_skb()
|
/linux-6.1.9/drivers/vdpa/mlx5/core/ |
D | mr.c | 104 static u64 maplen(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in maplen() function 242 size = maplen(map, mr); in map_direct_mr() 258 paend = map->addr + maplen(map, mr); in map_direct_mr()
|
/linux-6.1.9/drivers/net/ethernet/alteon/ |
D | acenic.c | 2039 if (dma_unmap_len(info, maplen)) { in ace_tx_int() 2042 dma_unmap_len(info, maplen), in ace_tx_int() 2044 dma_unmap_len_set(info, maplen, 0); in ace_tx_int() 2321 if (dma_unmap_len(info, maplen)) { in ace_close() 2334 dma_unmap_len(info, maplen), in ace_close() 2336 dma_unmap_len_set(info, maplen, 0); in ace_close() 2372 dma_unmap_len_set(info, maplen, skb->len); in ace_map_tx_skb() 2484 dma_unmap_len_set(info, maplen, skb_frag_size(frag)); in ace_start_xmit()
|
D | acenic.h | 606 DEFINE_DMA_UNMAP_LEN(maplen);
|
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | skge.c | 967 dma_unmap_len_set(e, maplen, bufsize); in skge_rx_setup() 1002 dma_unmap_len(e, maplen), in skge_rx_clean() 2767 dma_unmap_len_set(e, maplen, len); in skge_xmit_frame() 2812 dma_unmap_len_set(e, maplen, skb_frag_size(frag)); in skge_xmit_frame() 2844 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_xmit_frame() 2848 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_xmit_frame() 2866 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_tx_unmap() 2869 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_tx_unmap() 3082 dma_unmap_len(e, maplen), in skge_rx_get() 3087 dma_unmap_len(e, maplen), in skge_rx_get() [all …]
|
D | skge.h | 2393 DEFINE_DMA_UNMAP_LEN(maplen);
|
D | sky2.h | 2191 DEFINE_DMA_UNMAP_LEN(maplen);
|
D | sky2.c | 1811 dma_unmap_len(re, maplen), DMA_TO_DEVICE); in sky2_tx_unmap() 1814 dma_unmap_len(re, maplen), DMA_TO_DEVICE); in sky2_tx_unmap() 1925 dma_unmap_len_set(re, maplen, len); in sky2_xmit_frame() 1954 dma_unmap_len_set(re, maplen, skb_frag_size(frag)); in sky2_xmit_frame()
|
/linux-6.1.9/net/ceph/ |
D | osd_client.c | 4064 u32 nr_maps, maplen; in ceph_osdc_handle_map() local 4094 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map() 4095 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map() 4099 epoch, maplen); in ceph_osdc_handle_map() 4100 err = handle_one_map(osdc, p, p + maplen, true, in ceph_osdc_handle_map() 4107 epoch, maplen); in ceph_osdc_handle_map() 4109 p += maplen; in ceph_osdc_handle_map() 4121 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map() 4122 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map() 4125 epoch, maplen); in ceph_osdc_handle_map() [all …]
|
/linux-6.1.9/drivers/staging/qlge/ |
D | qlge_main.c | 1212 maplen), in qlge_unmap_send() 1221 maplen), DMA_TO_DEVICE); in qlge_unmap_send() 1259 dma_unmap_len_set(&tx_ring_desc->map[map_idx], maplen, len); in qlge_map_send() 1315 dma_unmap_len_set(&tx_ring_desc->map[map_idx], maplen, in qlge_map_send() 1335 dma_unmap_len_set(&tx_ring_desc->map[map_idx], maplen, in qlge_map_send()
|
D | qlge.h | 1355 DEFINE_DMA_UNMAP_LEN(maplen);
|
/linux-6.1.9/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 1359 u32 hlen, maplen; in vmxnet3_get_hdr_len() local 1370 maplen = skb_headlen(skb); in vmxnet3_get_hdr_len() 1371 if (unlikely(sizeof(struct iphdr) + sizeof(struct tcphdr) > maplen)) in vmxnet3_get_hdr_len() 1404 if (hlen + sizeof(struct tcphdr) > maplen) in vmxnet3_get_hdr_len()
|
/linux-6.1.9/fs/ceph/ |
D | mds_client.c | 5220 u32 maplen; in ceph_mdsc_handle_mdsmap() local 5232 maplen = ceph_decode_32(&p); in ceph_mdsc_handle_mdsmap() 5233 dout("handle_map epoch %u len %d\n", epoch, (int)maplen); in ceph_mdsc_handle_mdsmap()
|