Home
last modified time | relevance | path

Searched refs:maplen (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsrccode.c32 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()
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()
135 h->numlines = countlines(h->map, h->maplen); in find_srcfile()
[all …]
/linux-6.15/drivers/net/ethernet/alacritech/
H A Dslicoss.c395 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.15/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c339 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()
1954 dma_unmap_len(&tx_cb->map[i], maplen), in ql_process_mac_tx_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()
2424 dma_unmap_len(&tx_cb->map[seg], maplen), in ql_send_map()
2432 dma_unmap_len(&tx_cb->map[seg], maplen), in ql_send_map()
2438 dma_unmap_addr(&tx_cb->map[0], maplen), in ql_send_map()
2717 dma_unmap_len(lrg_buf_cb, maplen), in ql_free_large_buffers()
2786 dma_unmap_len_set(lrg_buf_cb, maplen, in ql_alloc_large_buffers()
[all …]
H A Dqla3xxx.h1001 DEFINE_DMA_UNMAP_LEN(maplen);
1032 DEFINE_DMA_UNMAP_LEN(maplen);
/linux-6.15/drivers/net/ethernet/atheros/alx/
H A Dmain.c1464 int maplen, f, first_idx = txq->write_idx; in alx_map_tx_skb() local
1479 maplen = skb_headlen(skb); in alx_map_tx_skb()
1480 dma = dma_map_single(txq->dev, skb->data, maplen, in alx_map_tx_skb()
1485 dma_unmap_len_set(&txq->bufs[txq->write_idx], size, maplen); in alx_map_tx_skb()
1489 tpd->len = cpu_to_le16(maplen); in alx_map_tx_skb()
1500 maplen = skb_frag_size(frag); in alx_map_tx_skb()
1502 maplen, DMA_TO_DEVICE); in alx_map_tx_skb()
1505 dma_unmap_len_set(&txq->bufs[txq->write_idx], size, maplen); in alx_map_tx_skb()
1509 tpd->len = cpu_to_le16(maplen); in alx_map_tx_skb()
/linux-6.15/drivers/net/ethernet/alteon/
H A Dacenic.c2039 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()
2483 dma_unmap_len_set(info, maplen, skb_frag_size(frag)); in ace_start_xmit()
H A Dacenic.h606 DEFINE_DMA_UNMAP_LEN(maplen);
/linux-6.15/drivers/vdpa/mlx5/core/
H A Dmr.c128 static u64 maplen(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in maplen() function
385 size = maplen(map, mr); in map_direct_mr()
402 paend = map->addr + offset + maplen(map, mr); in map_direct_mr()
/linux-6.15/drivers/net/ethernet/marvell/
H A Dskge.c966 dma_unmap_len_set(e, maplen, bufsize); in skge_rx_setup()
1001 dma_unmap_len(e, maplen), in skge_rx_clean()
2766 dma_unmap_len_set(e, maplen, len); in skge_xmit_frame()
2811 dma_unmap_len_set(e, maplen, skb_frag_size(frag)); in skge_xmit_frame()
2843 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_xmit_frame()
2847 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_xmit_frame()
2865 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_tx_unmap()
2868 dma_unmap_len(e, maplen), DMA_TO_DEVICE); in skge_tx_unmap()
3081 dma_unmap_len(e, maplen), in skge_rx_get()
3086 dma_unmap_len(e, maplen), in skge_rx_get()
[all …]
H A Dsky2.c1812 dma_unmap_len(re, maplen), DMA_TO_DEVICE); in sky2_tx_unmap()
1815 dma_unmap_len(re, maplen), DMA_TO_DEVICE); in sky2_tx_unmap()
1926 dma_unmap_len_set(re, maplen, len); in sky2_xmit_frame()
1955 dma_unmap_len_set(re, maplen, skb_frag_size(frag)); in sky2_xmit_frame()
H A Dskge.h2393 DEFINE_DMA_UNMAP_LEN(maplen);
H A Dsky2.h2191 DEFINE_DMA_UNMAP_LEN(maplen);
/linux-6.15/net/ceph/
H A Dosd_client.c4134 u32 nr_maps, maplen; in ceph_osdc_handle_map() local
4164 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map()
4165 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map()
4169 epoch, maplen); in ceph_osdc_handle_map()
4177 epoch, maplen); in ceph_osdc_handle_map()
4179 p += maplen; in ceph_osdc_handle_map()
4191 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map()
4192 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map()
4195 epoch, maplen); in ceph_osdc_handle_map()
4198 "older than our %u\n", epoch, maplen, in ceph_osdc_handle_map()
[all …]
/linux-6.15/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1520 u32 hlen, maplen; in vmxnet3_get_hdr_len() local
1531 maplen = skb_headlen(skb); in vmxnet3_get_hdr_len()
1532 if (unlikely(sizeof(struct iphdr) + sizeof(struct tcphdr) > maplen)) in vmxnet3_get_hdr_len()
1565 if (hlen + sizeof(struct tcphdr) > maplen) in vmxnet3_get_hdr_len()
/linux-6.15/fs/ceph/
H A Dmds_client.c6131 u32 maplen; in ceph_mdsc_handle_mdsmap() local
6143 maplen = ceph_decode_32(&p); in ceph_mdsc_handle_mdsmap()
6144 doutc(cl, "epoch %u len %d\n", epoch, (int)maplen); in ceph_mdsc_handle_mdsmap()