Home
last modified time | relevance | path

Searched refs:max_cookie_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2894 sp->sg_dma.max_cookie_count = 1; in ql_init_pkt()
16631 mem->max_cookie_count = 1; in ql_get_dma_mem()
16707 dma_attr.dma_attr_sgllen = (int)mem->max_cookie_count; in ql_alloc_phys()
16887 if (mem->cookie_count > mem->max_cookie_count) { in ql_bind_dma_buffer()
16890 mem->cookie_count, mem->max_cookie_count); in ql_bind_dma_buffer()
18908 ha->req_q[0]->req_ring.max_cookie_count = 1; in ql_create_queues()
18957 ha->req_q[1]->req_ring.max_cookie_count = 1; in ql_create_queues()
19008 ha->rcv_ring.max_cookie_count = 1; in ql_create_queues()
19068 rsp_q->rsp_ring.max_cookie_count = 1; in ql_create_rsp_queue()
21746 ha->dmp_template.max_cookie_count = 1; in ql_2700_get_module_dmp_template()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1196 uint32_t max_cookie_count; member