Searched refs:skbs (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dhysdn_net.c48 struct sk_buff *skbs[MAX_SKB_BUFFERS]; /* pointers to tx-skbs */ member in struct:net_local
95 dev_kfree_skb(nl->skbs[nl->out_idx++]); /* free skb */
129 lp->skbs[lp->in_idx++] = skb; /* add to buffer list */
173 lp->dev->stats.tx_bytes += lp->skbs[lp->out_idx]->len;
175 dev_kfree_skb(lp->skbs[lp->out_idx++]); /* free skb */
231 return (lp->skbs[lp->out_idx]); /* next packet to send */
H A Dhycapi.c126 cinfo->skbs[cinfo->in_idx++] = skb; /* add to buffer list */
643 kfree_skb(cinfo->skbs[cinfo->out_idx]); /* free skb */
644 cinfo->skbs[cinfo->out_idx++] = NULL;
670 return (cinfo->skbs[cinfo->out_idx]); /* next packet to send */
H A Dhysdn_defs.h205 struct sk_buff *skbs[HYSDN_MAX_CAPI_SKB]; member in struct:HYSDN_CARD::hycapictrl_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_defs.h114 int process_rx(struct t3cdev *dev, struct sk_buff **skbs, int n);
H A Dcxgb3_offload.c474 static int rx_offload_blackhole(struct t3cdev *dev, struct sk_buff **skbs, argument
478 dev_kfree_skb_any(skbs[n]);
1018 int process_rx(struct t3cdev *dev, struct sk_buff **skbs, int n) argument
1021 struct sk_buff *skb = *skbs++;
H A Dsge.c1801 * @skbs: the partial bundle
1808 struct sk_buff *skbs[], int n)
1812 tdev->recv(tdev, skbs, n);
1835 struct sk_buff *skb, *tmp, *skbs[RX_BUNDLE_SIZE]; local
1857 skbs[ngathered] = skb;
1860 adapter->tdev.recv(&adapter->tdev, skbs,
1871 deliver_partial_bundle(&adapter->tdev, q, skbs, ngathered);
1806 deliver_partial_bundle(struct t3cdev *tdev, struct sge_rspq *q, struct sk_buff *skbs[], int n) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dselftest.c55 * @skbs: An array of skbs transmitted
64 struct sk_buff **skbs; member in struct:efx_loopback_state
389 state->skbs[i] = skb;
416 /* Defer cleaning up the other skbs for the caller */
452 * skbs not already completed will be free'd when the queue is flushed */
454 skb = state->skbs[i];
467 /* Don't free the skbs; they will be picked up on TX
511 state->skbs = kzalloc(sizeof(state->skbs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinux_osl.h913 extern void osl_pkt_tofwder(osl_t *osh, void *skbs, int skb_cnt);
914 #define PKTTOFWDER(osh, skbs, skb_cnt) \
915 osl_pkt_tofwder(((osl_t *)osh), (void *)(skbs), (skb_cnt))
919 extern void osl_pkt_frmfwder(osl_t *osh, void *skbs, int skb_cnt,
921 #define PKTFRMFWDER(osh, skbs, skb_cnt) \
922 osl_pkt_frmfwder(((osl_t *)osh), (void *)(skbs), (skb_cnt), \
925 extern void osl_pkt_frmfwder(osl_t *osh, void *skbs, int skb_cnt);
926 #define PKTFRMFWDER(osh, skbs, skb_cnt) \
927 osl_pkt_frmfwder(((osl_t *)osh), (void *)(skbs), (skb_cnt))
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dlinux_osl.c769 osl_pkt_tofwder(osl_t *osh, void *skbs, int skb_cnt) argument
779 struct sk_buff **skb_array = (struct sk_buff **)skbs;
787 skb = (struct sk_buff *)skbs;
802 osl_pkt_frmfwder(osl_t *osh, void *skbs, int skb_cnt, int line, char *file) argument
806 osl_pkt_frmfwder(osl_t *osh, void *skbs, int skb_cnt, int line, char *file)
809 osl_pkt_frmfwder(osl_t *osh, void *skbs, int skb_cnt)
823 struct sk_buff **skb_array = (struct sk_buff **)skbs;
837 skb = (struct sk_buff *)skbs;
H A Dhndfwd.c94 static int _fwder_bypass_fn(fwder_t * fwder, struct sk_buff * skbs, int skb_cnt,
655 _fwder_bypass_fn(fwder_t * fwder, struct sk_buff * skbs, int skb_cnt, argument
660 FWDER_PTRACE(("%s fwder<%p:%s> error skbs<%p> skb_cnt<%d> rx_dev<%p:%s>\n",
661 __FUNCTION__, fwder, __SSTR(fwder, name), skbs, skb_cnt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dns83820.c322 struct sk_buff *skbs[NR_RX_DESC]; member in struct:rx_info
458 BUG_ON(NULL != dev->rx_info.skbs[next_empty]);
459 dev->rx_info.skbs[next_empty] = skb;
722 struct sk_buff *skb = dev->rx_info.skbs[i];
723 dev->rx_info.skbs[i] = NULL;
788 skb = info->skbs[next_rx];
789 info->skbs[next_rx] = NULL;
H A Dpasemi_mac.c871 struct sk_buff *skbs[TX_CLEAN_BATCHSIZE]; local
928 skbs[descr_count] = skb;
942 pasemi_mac_unmap_tx_skb(mac, nf[i], skbs[i], dmas[i]);
1630 * Polling 'interrupt' - used by things like netconsole to send skbs
H A Dcassini.c1737 struct sk_buff **skbs; local
1743 skbs = cp->tx_skbs[ring];
1748 struct sk_buff *skb = skbs[entry];
1768 skbs[entry] = NULL;
3731 struct sk_buff *skb, **skbs = cp->tx_skbs[ring]; local
3739 if (skbs[i] == NULL)
3742 skb = skbs[i];
3743 skbs[i] = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dutil.c369 struct sk_buff_head *skbs)
381 while ((skb = skb_dequeue(skbs))) {
368 ieee80211_add_pending_skbs(struct ieee80211_local *local, struct sk_buff_head *skbs) argument
H A Dieee80211_i.h1205 struct sk_buff_head *skbs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c294 int skbs; member in struct:slabstat

Completed in 180 milliseconds