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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.c217 u32 maplen; local
232 maplen = c2_port->rx_buf_size;
234 pci_map_single(c2dev->pcidev, skb->data, maplen,
242 __raw_writew(cpu_to_be16((u16) maplen - sizeof(*rxp_hdr)),
249 elem->maplen = maplen;
250 rx_desc->len = maplen;
300 elem->maplen, PCI_DMA_FROMDEVICE);
313 pci_unmap_single(c2dev->pcidev, elem->mapaddr, elem->maplen,
451 __raw_writew(cpu_to_be16((u16) elem->maplen
470 u32 maplen, buflen; local
765 u32 maplen; local
[all...]
H A Dc2.h278 u32 maplen; member in struct:c2_element
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Drdtarga.c338 unsigned int width, height, maplen; local
354 maplen = GET_2B(5);
447 if (maplen > 0) {
448 if (maplen > 256 || GET_2B(3) != 0)
452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3);
454 read_colormap(source, (int) maplen, UCH(targaheader[7]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dqla3xxx.c348 pci_unmap_len_set(lrg_buf_cb, maplen,
1956 pci_unmap_len_set(lrg_buf_cb, maplen,
2073 pci_unmap_len(&tx_cb->map[0], maplen),
2081 pci_unmap_len(&tx_cb->map[i], maplen),
2151 pci_unmap_len(lrg_buf_cb2, maplen),
2198 pci_unmap_len(lrg_buf_cb2, maplen),
2506 pci_unmap_len_set(&tx_cb->map[seg], maplen, len);
2542 pci_unmap_len_set(&tx_cb->map[seg], maplen,
2565 pci_unmap_len_set(&tx_cb->map[seg], maplen,
2593 pci_unmap_len(&tx_cb->map[seg], maplen),
[all...]
H A Dqla3xxx.h1101 DECLARE_PCI_UNMAP_LEN(maplen);
1132 DECLARE_PCI_UNMAP_LEN(maplen);
H A Dskge.c878 pci_unmap_len_set(e, maplen, bufsize);
912 pci_unmap_len(e, maplen),
2629 pci_unmap_len_set(e, maplen, len);
2672 pci_unmap_len_set(e, maplen, frag->size);
2712 pci_unmap_len(e, maplen),
2716 pci_unmap_len(e, maplen),
2944 pci_unmap_len(e, maplen),
H A Dacenic.c2055 pci_unmap_len(info, maplen),
2330 pci_unmap_len(info, maplen),
2368 pci_unmap_len_set(info, maplen, skb->len);
2487 pci_unmap_len_set(info, maplen, frag->size);
H A Dacenic.h580 * Funny... As soon as we add maplen on alpha, it starts to work
587 DECLARE_PCI_UNMAP_LEN(maplen)
H A Dsky2.c1447 pci_unmap_len_set(re, maplen, len);
1472 pci_unmap_len_set(re, maplen, frag->size);
1510 pci_unmap_len(re, maplen),
1515 pci_unmap_len(re, maplen),
H A Dsky2.h1848 DECLARE_PCI_UNMAP_ADDR(maplen);
H A Dskge.h2399 DECLARE_PCI_UNMAP_LEN(maplen);

Completed in 271 milliseconds