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()
4569 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()
4570 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()
4587 (np->desc_ver == DESC_VER_1 && in nv_set_ringparam()
4590 (np->desc_ver != DESC_VER_1 && in nv_set_ringparam()
5036 u32 tx_flags_extra = (np->desc_ver == DESC_VER_1 ? NV_TX_LASTPACKET : NV_TX2_LASTPACKET); in nv_loopback_test()
5105 len = nv_descr_getlength(&np->rx_ring.orig[0], np->desc_ver); in nv_loopback_test()
5109 len = nv_descr_getlength_ex(&np->rx_ring.ex[0], np->desc_ver); in nv_loopback_test()
5114 } else if (np->desc_ver == DESC_VER_1) { in nv_loopback_test()
5397 if (np->desc_ver == DESC_VER_1) in nv_open()
5424 if (np->desc_ver == DESC_VER_1) { in nv_open()
5683 np->desc_ver = DESC_VER_3; in nv_probe()
5698 np->desc_ver = DESC_VER_2; in nv_probe()
5702 np->desc_ver = DESC_VER_1; in nv_probe()
5851 if (np->desc_ver == DESC_VER_1) in nv_probe()
6023 np->desc_ver); in nv_probe()