Searched refs:p_tx_desc (Results 1 – 1 of 1) sorted by relevance
2392 ETH_TX_DESC *p_tx_desc; local2400 p_tx_desc = (ETH_TX_DESC *) tx_desc_base_addr;2404 p_tx_desc[ix].byte_cnt = 0x0000;2405 p_tx_desc[ix].l4i_chk = 0x0000;2406 p_tx_desc[ix].cmd_sts = 0x00000000;2407 p_tx_desc[ix].next_desc_ptr = (u32)&(p_tx_desc[ix+1]);2408 p_tx_desc[ix].buf_ptr = 0x00000000;2409 dma_cache_wback_inv((unsigned long)&(p_tx_desc[ix]), sizeof(ETH_TX_DESC));2414 p_tx_desc[tx_desc_num-1].next_desc_ptr = (u32)&(p_tx_desc[0]);2415 dma_cache_wback_inv((unsigned long)&(p_tx_desc[tx_desc_num-1]),