Searched refs:mapping (Results 1 - 8 of 8) sorted by relevance

/net/rds/
H A Diw_rdma.c52 struct rds_iw_mapping mapping; member in struct:rds_iw_mr
394 ibmr = list_entry(pool->clean_list.next, struct rds_iw_mr, mapping.m_list);
395 list_del_init(&ibmr->mapping.m_list);
443 spin_lock_init(&ibmr->mapping.m_lock);
444 INIT_LIST_HEAD(&ibmr->mapping.m_list);
445 ibmr->mapping.m_mr = ibmr;
470 ib_dma_sync_sg_for_cpu(rds_iwdev->dev, ibmr->mapping.m_sg.list,
471 ibmr->mapping.m_sg.dma_len, DMA_BIDIRECTIONAL);
474 ib_dma_sync_sg_for_device(rds_iwdev->dev, ibmr->mapping.m_sg.list,
475 ibmr->mapping
691 rds_iw_rdma_build_fastreg(struct rds_iw_mapping *mapping) argument
760 struct rds_iw_mapping *mapping = &ibmr->mapping; local
824 struct rds_iw_mapping *mapping, *next; local
[all...]
H A Dib_recv.c36 #include <linux/dma-mapping.h>
872 * because that confuses the dma mapping of pages and each recv's use
H A Diw_recv.c36 #include <linux/dma-mapping.h>
703 * because that confuses the dma mapping of pages and each recv's use
H A Drdma.c36 #include <linux/dma-mapping.h> /* for DMA_*_DEVICE */
237 * For now we have no flag that tells us whether the mapping is
/net/bluetooth/cmtp/
H A Dcmtp.h110 __u16 mapping; member in struct:cmtp_application
H A Dcapi.c117 if (app->mapping == value)
211 application->mapping = CAPIMSG_APPID(skb->data);
471 cmtp_send_interopmsg(session, CAPI_REQ, application->mapping, application->msgnum,
498 CAPIMSG_SETAPPID(skb->data, application->mapping);
528 seq_printf(m, "appl %d -> %d\n", app->appl, app->mapping);
/net/sunrpc/
H A Dcache.c868 static ssize_t cache_downcall(struct address_space *mapping, argument
879 page = find_or_create_page(mapping, 0, GFP_KERNEL);
897 struct address_space *mapping = filp->f_mapping; local
905 ret = cache_downcall(mapping, buf, count, cd);
/net/ipv4/netfilter/
H A DKconfig127 inside SNMP payloads to match IP-layer NAT mapping.

Completed in 376 milliseconds