Home
last modified time | relevance | path

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

/linux/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()
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/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/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()
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 …]
H A Dqla3xxx.h1001 DEFINE_DMA_UNMAP_LEN(maplen);
1032 DEFINE_DMA_UNMAP_LEN(maplen);
/linux/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/net/ceph/
H A Dosd_client.c4157 u32 nr_maps, maplen; in ceph_osdc_handle_map() local
4187 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map()
4188 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map()
4192 epoch, maplen); in ceph_osdc_handle_map()
4193 err = handle_one_map(osdc, p, p + maplen, true, in ceph_osdc_handle_map()
4200 epoch, maplen); in ceph_osdc_handle_map()
4202 p += maplen; in ceph_osdc_handle_map()
4214 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map()
4215 ceph_decode_need(&p, end, maplen, bad); in ceph_osdc_handle_map()
4218 epoch, maplen); in ceph_osdc_handle_map()
[all …]
/linux/drivers/net/ethernet/marvell/
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/fs/ceph/
H A Dmds_client.c6129 u32 maplen; in ceph_mdsc_handle_mdsmap() local
6141 maplen = ceph_decode_32(&p); in ceph_mdsc_handle_mdsmap()
6142 doutc(cl, "epoch %u len %d\n", epoch, (int)maplen); in ceph_mdsc_handle_mdsmap()