Home
last modified time | relevance | path

Searched refs:tx_desc_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/micrel/
Dksz884x.c1213 struct ksz_desc_info tx_desc_info; member
3900 if (hw->tx_desc_info.avail <= 1) in hw_alloc_pkt()
3904 get_tx_pkt(&hw->tx_desc_info, &hw->tx_desc_info.cur); in hw_alloc_pkt()
3905 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()
3915 if (physical > hw->tx_desc_info.avail) in hw_alloc_pkt()
3918 return hw->tx_desc_info.avail; in hw_alloc_pkt()
3929 struct ksz_desc *cur = hw->tx_desc_info.cur; in hw_send_pkt()
4316 hw->tx_desc_info.size * hw->tx_desc_info.alloc + in ksz_alloc_desc()
4340 hw->tx_desc_info.ring_virt = (struct ksz_hw_desc *) in ksz_alloc_desc()
4342 hw->tx_desc_info.ring_phys = adapter->desc_pool.phys + offset; in ksz_alloc_desc()
[all …]