put_rx_ctx 800 drivers/net/ethernet/nvidia/forcedeth.c struct nv_skb_map *get_rx_ctx, *put_rx_ctx; put_rx_ctx 1839 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->skb = skb; put_rx_ctx 1840 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->dma = dma_map_single(&np->pci_dev->dev, put_rx_ctx 1845 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->dma))) { put_rx_ctx 1849 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->dma_len = skb_tailroom(skb); put_rx_ctx 1850 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx.orig->buf = cpu_to_le32(np->put_rx_ctx->dma); put_rx_ctx 1855 drivers/net/ethernet/nvidia/forcedeth.c if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx)) put_rx_ctx 1856 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx = np->rx_skb; put_rx_ctx 1880 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->skb = skb; put_rx_ctx 1881 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->dma = dma_map_single(&np->pci_dev->dev, put_rx_ctx 1886 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->dma))) { put_rx_ctx 1890 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx->dma_len = skb_tailroom(skb); put_rx_ctx 1891 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx.ex->bufhigh = cpu_to_le32(dma_high(np->put_rx_ctx->dma)); put_rx_ctx 1892 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx.ex->buflow = cpu_to_le32(dma_low(np->put_rx_ctx->dma)); put_rx_ctx 1897 drivers/net/ethernet/nvidia/forcedeth.c if (unlikely(np->put_rx_ctx++ == np->last_rx_ctx)) put_rx_ctx 1898 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx = np->rx_skb; put_rx_ctx 1932 drivers/net/ethernet/nvidia/forcedeth.c np->put_rx_ctx = np->rx_skb;