Lines Matching refs:nv_skb_map

707 struct nv_skb_map {  struct
713 struct nv_skb_map *next_tx_ctx; argument
800 struct nv_skb_map *get_rx_ctx, *put_rx_ctx;
801 struct nv_skb_map *last_rx_ctx;
802 struct nv_skb_map *rx_skb;
826 struct nv_skb_map *get_tx_ctx, *put_tx_ctx;
827 struct nv_skb_map *last_tx_ctx;
828 struct nv_skb_map *tx_skb;
835 struct nv_skb_map *tx_change_owner;
836 struct nv_skb_map *tx_end_flip;
2003 static void nv_unmap_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) in nv_unmap_txskb()
2018 static int nv_release_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) in nv_release_txskb()
2225 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit()
2226 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit()
2380 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit_optimized()
2381 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized()
2382 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized()
4665 rx_skbuff = kmalloc_array(ring->rx_pending, sizeof(struct nv_skb_map), in nv_set_ringparam()
4667 tx_skbuff = kmalloc_array(ring->tx_pending, sizeof(struct nv_skb_map), in nv_set_ringparam()
4718 np->rx_skb = (struct nv_skb_map *)rx_skbuff; in nv_set_ringparam()
4719 np->tx_skb = (struct nv_skb_map *)tx_skbuff; in nv_set_ringparam()
4722 memset(np->rx_skb, 0, sizeof(struct nv_skb_map) * np->rx_ring_size); in nv_set_ringparam()
4723 memset(np->tx_skb, 0, sizeof(struct nv_skb_map) * np->tx_ring_size); in nv_set_ringparam()
5832 np->rx_skb = kcalloc(np->rx_ring_size, sizeof(struct nv_skb_map), GFP_KERNEL); in nv_probe()
5833 np->tx_skb = kcalloc(np->tx_ring_size, sizeof(struct nv_skb_map), GFP_KERNEL); in nv_probe()