Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/
H A Drootnex.c3408 } else if ((window->wd_size + dmac_size) > in rootnex_bind_slowpath()
3432 window->wd_size += dmac_size; in rootnex_bind_slowpath()
3443 if (window->wd_size == 0) { in rootnex_bind_slowpath()
3799 window->wd_size = 0; in rootnex_init_win()
4084 (*windowp)->wd_size = cookie->dmac_size; in rootnex_sgllen_window_boundary()
4091 trim_sz = (*windowp)->wd_size & (attr->dma_attr_granular - 1); in rootnex_sgllen_window_boundary()
4093 trim_sz = (*windowp)->wd_size % attr->dma_attr_granular; in rootnex_sgllen_window_boundary()
4101 (*windowp)->wd_size = cookie->dmac_size; in rootnex_sgllen_window_boundary()
4130 (*windowp)->wd_size -= trim_sz; in rootnex_sgllen_window_boundary()
4134 new_offset = (*windowp)->wd_offset + (*windowp)->wd_size; in rootnex_sgllen_window_boundary()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c72 ql_dump_buffer(uint8_t *b8, uint8_t wd_size, uint32_t count) in ql_dump_buffer() argument
81 switch (wd_size) { in ql_dump_buffer()
/titanic_41/usr/src/uts/i86pc/sys/
H A Drootnex.h216 size_t wd_size; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c210 ql_dump_buf(char *string, uint8_t *buffer, uint8_t wd_size, in ql_dump_buf() argument
221 switch (wd_size) { in ql_dump_buf()