Searched refs:tx_desc_info (Results 1 – 1 of 1) sorted by relevance
1281 struct ksz_desc_info tx_desc_info; member3975 if (hw->tx_desc_info.avail <= 1) in hw_alloc_pkt()3979 get_tx_pkt(&hw->tx_desc_info, &hw->tx_desc_info.cur); in hw_alloc_pkt()3980 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()3990 if (physical > hw->tx_desc_info.avail) in hw_alloc_pkt()3993 return hw->tx_desc_info.avail; in hw_alloc_pkt()4004 struct ksz_desc *cur = hw->tx_desc_info.cur; in hw_send_pkt()4391 hw->tx_desc_info.size * hw->tx_desc_info.alloc + in ksz_alloc_desc()4415 hw->tx_desc_info.ring_virt = (struct ksz_hw_desc *) in ksz_alloc_desc()4417 hw->tx_desc_info.ring_phys = adapter->desc_pool.phys + offset; in ksz_alloc_desc()[all …]