Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore_ram.c402 &(ss_ram_config.sn_wr_queue))); in ss_ram_allocresource()
412 ss_release_write((ss_wr_cctl_t *)res, &(ss_ram_config.sn_wr_queue)); in ss_ram_deallocresource()
519 ss_ram_config.sn_wr_queue.wq_inq; in ss_ram_ctl()
579 if (_sdbc_writeq_configure(&(ss_ram_config.sn_wr_queue)) != 0) in ss_ram_wctl_configure()
587 ss_release_write(wentry, &(ss_ram_config.sn_wr_queue)); in ss_ram_wctl_configure()
590 ss_ram_config.sn_wr_queue.wq_nentries = blocks; in ss_ram_wctl_configure()
600 _sdbc_writeq_deconfigure(&(ss_ram_config.sn_wr_queue)); in ss_ram_wctl_deconfigure()
H A Dsafestore_ram.h40 struct _sd_wr_queue sn_wr_queue; /* the write queue */ member
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c144 print_wrq(&(_sd_net_config.sn_wr_queue), FALSE); in sdbc_config()
1219 (_sd_net_config.sn_wr_queue.wq_qtop); in sdbc_wrq_winit()
2219 print_wrq(&(_sd_net_config.sn_wr_queue), opt_v); in sdbc_wrq()
2221 addr = (uintptr_t)(_sd_net_config.sn_wr_queue.wq_qtop); in sdbc_wrq()