outdex 139 drivers/dma/bestcomm/ata.c tsk->outdex = 0; outdex 141 drivers/dma/bestcomm/fec.c tsk->outdex = 0; outdex 242 drivers/dma/bestcomm/fec.c tsk->outdex = 0; outdex 143 drivers/dma/bestcomm/gen_bd.c tsk->outdex = 0; outdex 227 drivers/dma/bestcomm/gen_bd.c tsk->outdex = 0; outdex 721 drivers/net/ethernet/freescale/fec_mpc52xx.c priv->tx_dmatsk->outdex); outdex 724 drivers/net/ethernet/freescale/fec_mpc52xx.c priv->rx_dmatsk->outdex); outdex 56 include/linux/fsl/bestcomm/bestcomm.h unsigned short outdex; outdex 119 include/linux/fsl/bestcomm/bestcomm.h return ((tsk->outdex + 1) == tsk->num_bd) ? 0 : tsk->outdex + 1; outdex 129 include/linux/fsl/bestcomm/bestcomm.h return tsk->index == tsk->outdex; outdex 139 include/linux/fsl/bestcomm/bestcomm.h return tsk->outdex == _bcom_next_index(tsk); outdex 166 include/linux/fsl/bestcomm/bestcomm.h bd = bcom_get_bd(tsk, tsk->outdex); outdex 202 include/linux/fsl/bestcomm/bestcomm.h void *cookie = tsk->cookie[tsk->outdex]; outdex 203 include/linux/fsl/bestcomm/bestcomm.h struct bcom_bd *bd = bcom_get_bd(tsk, tsk->outdex); outdex 209 include/linux/fsl/bestcomm/bestcomm.h tsk->outdex = _bcom_next_outdex(tsk);