Searched refs:p_txdesc (Results 1 – 4 of 4) sorted by relevance
469 writel((u32)darmdfec->p_txdesc, temp); in armdfec_init()550 struct tx_desc *p_txdesc = darmdfec->p_txdesc; in armdfec_send() local566 p_txdesc->cmd_sts = TX_ZERO_PADDING | TX_GEN_CRC; in armdfec_send()567 p_txdesc->cmd_sts |= TX_FIRST_DESC | TX_LAST_DESC; in armdfec_send()568 p_txdesc->cmd_sts |= BUF_OWNED_BY_DMA; in armdfec_send()569 p_txdesc->cmd_sts |= TX_EN_INT; in armdfec_send()570 p_txdesc->buf_ptr = p; in armdfec_send()571 p_txdesc->byte_cnt = datasize; in armdfec_send()575 writel((u32)p_txdesc, temp); in armdfec_send()581 cmd_sts = readl(&p_txdesc->cmd_sts); in armdfec_send()[all …]
527 struct mvgbe_txdesc *p_txdesc = dmvgbe->p_txdesc; in mvgbe_send() local544 p_txdesc->cmd_sts = MVGBE_ZERO_PADDING | MVGBE_GEN_CRC; in mvgbe_send()545 p_txdesc->cmd_sts |= MVGBE_TX_FIRST_DESC | MVGBE_TX_LAST_DESC; in mvgbe_send()546 p_txdesc->cmd_sts |= MVGBE_BUFFER_OWNED_BY_DMA; in mvgbe_send()547 p_txdesc->cmd_sts |= MVGBE_TX_EN_INTERRUPT; in mvgbe_send()548 p_txdesc->buf_ptr = (u8 *) p; in mvgbe_send()549 p_txdesc->byte_cnt = datasize; in mvgbe_send()553 writel((u32) p_txdesc, txuq0_reg_addr); in mvgbe_send()564 cmd_sts = readl(&p_txdesc->cmd_sts); in mvgbe_send()573 cmd_sts = readl(&p_txdesc->cmd_sts); in mvgbe_send()[all …]
201 struct tx_desc *p_txdesc; member
491 struct mvgbe_txdesc *p_txdesc; member