Searched refs:first_descriptor (Results 1 – 1 of 1) sorted by relevance
2470 volatile ETH_TX_DESC* first_descriptor; local2493 first_descriptor = &(p_eth_port_ctrl->p_tx_desc_area[tx_desc_curr]);2494 first_descriptor->l4i_chk = p_pkt_info->l4i_chk;2495 first_descriptor->cmd_sts = command_status;2496 first_descriptor->byte_cnt = p_pkt_info->byte_cnt;2497 first_descriptor->buf_ptr = p_pkt_info->buf_ptr;2498 … first_descriptor->next_desc_ptr = (u32)&(p_eth_port_ctrl->p_tx_desc_area[tx_next_desc]);2499 dma_cache_wback_inv((unsigned long)first_descriptor, sizeof(ETH_TX_DESC));2504 first_descriptor = &(p_eth_port_ctrl->p_tx_desc_area[tx_first_desc]);2505 if (first_descriptor == NULL) {[all …]