Lines Matching refs:nv_skb_map

719 struct nv_skb_map {  struct
725 struct nv_skb_map *next_tx_ctx; argument
797 struct nv_skb_map *get_rx_ctx, *put_rx_ctx;
798 struct nv_skb_map *first_rx_ctx, *last_rx_ctx;
799 struct nv_skb_map *rx_skb;
826 struct nv_skb_map *get_tx_ctx, *put_tx_ctx;
827 struct nv_skb_map *first_tx_ctx, *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;
1978 static void nv_unmap_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) in nv_unmap_txskb()
1993 static int nv_release_txskb(struct fe_priv *np, struct nv_skb_map *tx_skb) in nv_release_txskb()
2200 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit()
2201 struct nv_skb_map *tmp_tx_ctx = NULL, *start_tx_ctx = NULL; in nv_start_xmit()
2347 struct nv_skb_map *prev_tx_ctx; in nv_start_xmit_optimized()
2348 struct nv_skb_map *start_tx_ctx = NULL; in nv_start_xmit_optimized()
2349 struct nv_skb_map *tmp_tx_ctx = NULL; in nv_start_xmit_optimized()
4604 rx_skbuff = kmalloc(sizeof(struct nv_skb_map) * ring->rx_pending, GFP_KERNEL); in nv_set_ringparam()
4605 tx_skbuff = kmalloc(sizeof(struct nv_skb_map) * ring->tx_pending, GFP_KERNEL); in nv_set_ringparam()
4649 np->rx_skb = (struct nv_skb_map *)rx_skbuff; in nv_set_ringparam()
4650 np->tx_skb = (struct nv_skb_map *)tx_skbuff; in nv_set_ringparam()
4653 memset(np->rx_skb, 0, sizeof(struct nv_skb_map) * np->rx_ring_size); in nv_set_ringparam()
4654 memset(np->tx_skb, 0, sizeof(struct nv_skb_map) * np->tx_ring_size); in nv_set_ringparam()
5756 np->rx_skb = kcalloc(np->rx_ring_size, sizeof(struct nv_skb_map), GFP_KERNEL); in nv_probe()
5757 np->tx_skb = kcalloc(np->tx_ring_size, sizeof(struct nv_skb_map), GFP_KERNEL); in nv_probe()