Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c654 uint_t saved_pkt_count, saved_size; in mac_tx_soft_ring_drain() local
658 saved_pkt_count = saved_size = 0; in mac_tx_soft_ring_drain()
671 saved_size = ringp->s_ring_size; in mac_tx_soft_ring_drain()
687 ringp->s_ring_size += (saved_size - stats.mts_obytes); in mac_tx_soft_ring_drain()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h91 int saved_size; /* Size of saved off regs */ member
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_server.c179 unsigned long saved_size; in ndr_recv_request() local
199 saved_size = nds->pdu_size; in ndr_recv_request()
201 nds->pdu_size = saved_size; in ndr_recv_request()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c4131 schpc_p->schpc_slot[slot].saved_size = (save_entry * sizeof (uint64_t)); in schpc_save_leaf()
4133 if (schpc_p->schpc_slot[slot].saved_size == 0) in schpc_save_leaf()
4137 (uint64_t *)kmem_zalloc(schpc_p->schpc_slot[slot].saved_size, in schpc_save_leaf()
4191 schpc_p->schpc_slot[slot].saved_size); in schpc_restore_leaf()
4193 schpc_p->schpc_slot[slot].saved_size = 0; in schpc_restore_leaf()