Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c1288 struct ksz_desc_info tx_desc_info; member
3981 if (hw->tx_desc_info.avail <= 1) in hw_alloc_pkt()
3985 get_tx_pkt(&hw->tx_desc_info, &hw->tx_desc_info.cur); in hw_alloc_pkt()
3986 hw->tx_desc_info.cur->sw.buf.tx.first_seg = 1; in hw_alloc_pkt()
3996 if (physical > hw->tx_desc_info.avail) in hw_alloc_pkt()
3999 return hw->tx_desc_info.avail; in hw_alloc_pkt()
4010 struct ksz_desc *cur = hw->tx_desc_info.cur; in hw_send_pkt()
4397 hw->tx_desc_info.size * hw->tx_desc_info.alloc + in ksz_alloc_desc()
4421 hw->tx_desc_info.ring_virt = (struct ksz_hw_desc *) in ksz_alloc_desc()
4423 hw->tx_desc_info.ring_phys = adapter->desc_pool.phys + offset; in ksz_alloc_desc()
[all …]
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2996 struct cmd_desc_type0 *tx_desc_info; in dump_tx_ring_desc() local
2999 tx_desc_info = &tx_ring->desc_head[i]; in dump_tx_ring_desc()