Lines Matching refs:desc_ver
781 u32 desc_ver; member
966 if (np->desc_ver == DESC_VER_1 || np->desc_ver == DESC_VER_2) in nv_optimized()
2189 u32 tx_flags_extra = (np->desc_ver == DESC_VER_1 ? NV_TX_LASTPACKET : NV_TX2_LASTPACKET); in nv_start_xmit()
2545 if (np->desc_ver == DESC_VER_1) { in nv_tx_done()
2822 if (np->desc_ver == DESC_VER_1) { in nv_rx_process()
3266 if (np->desc_ver == DESC_VER_1) { in nv_force_linkspeed()
3460 if (np->desc_ver == DESC_VER_1) { in nv_update_linkspeed()
4567 ring->rx_max_pending = (np->desc_ver == DESC_VER_1) ? RING_MAX_DESC_VER_1 : RING_MAX_DESC_VER_2_3; in nv_get_ringparam()
4568 ring->tx_max_pending = (np->desc_ver == DESC_VER_1) ? RING_MAX_DESC_VER_1 : RING_MAX_DESC_VER_2_3; in nv_get_ringparam()
4585 (np->desc_ver == DESC_VER_1 && in nv_set_ringparam()
4588 (np->desc_ver != DESC_VER_1 && in nv_set_ringparam()
5034 u32 tx_flags_extra = (np->desc_ver == DESC_VER_1 ? NV_TX_LASTPACKET : NV_TX2_LASTPACKET); in nv_loopback_test()
5103 len = nv_descr_getlength(&np->rx_ring.orig[0], np->desc_ver); in nv_loopback_test()
5107 len = nv_descr_getlength_ex(&np->rx_ring.ex[0], np->desc_ver); in nv_loopback_test()
5112 } else if (np->desc_ver == DESC_VER_1) { in nv_loopback_test()
5395 if (np->desc_ver == DESC_VER_1) in nv_open()
5422 if (np->desc_ver == DESC_VER_1) { in nv_open()
5681 np->desc_ver = DESC_VER_3; in nv_probe()
5696 np->desc_ver = DESC_VER_2; in nv_probe()
5700 np->desc_ver = DESC_VER_1; in nv_probe()
5849 if (np->desc_ver == DESC_VER_1) in nv_probe()
6021 np->desc_ver); in nv_probe()