skb_dirtytx 1323 drivers/net/ethernet/freescale/gianfar.c tx_queue->skb_dirtytx = 0; skb_dirtytx 2192 drivers/net/ethernet/freescale/gianfar.c int skb_dirtytx; skb_dirtytx 2204 drivers/net/ethernet/freescale/gianfar.c skb_dirtytx = tx_queue->skb_dirtytx; skb_dirtytx 2206 drivers/net/ethernet/freescale/gianfar.c while ((skb = tx_queue->tx_skbuff[skb_dirtytx])) { skb_dirtytx 2269 drivers/net/ethernet/freescale/gianfar.c tx_queue->tx_skbuff[skb_dirtytx] = NULL; skb_dirtytx 2271 drivers/net/ethernet/freescale/gianfar.c skb_dirtytx = (skb_dirtytx + 1) & skb_dirtytx 2287 drivers/net/ethernet/freescale/gianfar.c tx_queue->skb_dirtytx = skb_dirtytx; skb_dirtytx 2669 drivers/net/ethernet/freescale/gianfar.c if (tx_queue->tx_skbuff[tx_queue->skb_dirtytx]) skb_dirtytx 2763 drivers/net/ethernet/freescale/gianfar.c if (tx_queue->tx_skbuff[tx_queue->skb_dirtytx]) { skb_dirtytx 971 drivers/net/ethernet/freescale/gianfar.h unsigned short skb_dirtytx; skb_dirtytx 2259 drivers/net/ethernet/freescale/ucc_geth.c ugeth->skb_curtx[j] = ugeth->skb_dirtytx[j] = 0; skb_dirtytx 3251 drivers/net/ethernet/freescale/ucc_geth.c skb = ugeth->tx_skbuff[txQ][ugeth->skb_dirtytx[txQ]]; skb_dirtytx 3260 drivers/net/ethernet/freescale/ucc_geth.c ugeth->tx_skbuff[txQ][ugeth->skb_dirtytx[txQ]] = NULL; skb_dirtytx 3261 drivers/net/ethernet/freescale/ucc_geth.c ugeth->skb_dirtytx[txQ] = skb_dirtytx 3262 drivers/net/ethernet/freescale/ucc_geth.c (ugeth->skb_dirtytx[txQ] + skb_dirtytx 1211 drivers/net/ethernet/freescale/ucc_geth.h u16 skb_dirtytx[NUM_TX_QUEUES]; skb_dirtytx 217 drivers/net/wan/fsl_ucc_hdlc.c priv->skb_dirtytx = 0; skb_dirtytx 477 drivers/net/wan/fsl_ucc_hdlc.c skb = priv->tx_skbuff[priv->skb_dirtytx]; skb_dirtytx 488 drivers/net/wan/fsl_ucc_hdlc.c priv->tx_skbuff[priv->skb_dirtytx] = NULL; skb_dirtytx 489 drivers/net/wan/fsl_ucc_hdlc.c priv->skb_dirtytx = skb_dirtytx 490 drivers/net/wan/fsl_ucc_hdlc.c (priv->skb_dirtytx + skb_dirtytx 97 drivers/net/wan/fsl_ucc_hdlc.h unsigned short skb_dirtytx;