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;
1998 static void nv_unmap_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) in nv_unmap_txskb()
2013 static int nv_release_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) in nv_release_txskb()
2220 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit()
2221 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit()
2394 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit_optimized()
2395 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized()
2396 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized()
4705 rx_skbuff = kmalloc_array(ring->rx_pending, sizeof(struct nv_skb_map), in nv_set_ringparam()
4707 tx_skbuff = kmalloc_array(ring->tx_pending, sizeof(struct nv_skb_map), in nv_set_ringparam()
4758 np->rx_skb = (struct nv_skb_map *)rx_skbuff; in nv_set_ringparam()
4759 np->tx_skb = (struct nv_skb_map *)tx_skbuff; in nv_set_ringparam()
4762 memset(np->rx_skb, 0, sizeof(struct nv_skb_map) * np->rx_ring_size); in nv_set_ringparam()
4763 memset(np->tx_skb, 0, sizeof(struct nv_skb_map) * np->tx_ring_size); in nv_set_ringparam()
5869 np->rx_skb = kcalloc(np->rx_ring_size, sizeof(struct nv_skb_map), GFP_KERNEL); in nv_probe()
5870 np->tx_skb = kcalloc(np->tx_ring_size, sizeof(struct nv_skb_map), GFP_KERNEL); in nv_probe()