Home
last modified time | relevance | path

Searched refs:rsp_entry_cnt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1610 if (rsp_q->isp_rsp_index >= rsp_q->rsp_entry_cnt) { in ql_response_pkt()
1629 ((uint32_t)(rsp_q->rsp_entry_cnt - rsp_q->rsp_ring_index) * in ql_response_pkt()
1634 ((uint32_t)(rsp_q->rsp_entry_cnt - rsp_q->rsp_ring_index) * in ql_response_pkt()
1665 if (rsp_q->rsp_ring_index == rsp_q->rsp_entry_cnt) { in ql_response_pkt()
H A Dql_init.c743 cnt = ha->rsp_queues[0]->rsp_entry_cnt; in ql_nvram_config()
1246 w1 = ha->rsp_queues[0]->rsp_entry_cnt; in ql_nvram_24xx_config()
H A Dql_api.c19062 rsp_q->rsp_entry_cnt = RESPONSE_ENTRY_CNT; in ql_create_rsp_queue()
19063 rsp_q->rsp_ring.size = rsp_q->rsp_entry_cnt * RESPONSE_ENTRY_SIZE; in ql_create_rsp_queue()
19076 rsp_q->rsp_entry_cnt * RESPONSE_ENTRY_SIZE; in ql_create_rsp_queue()
22392 esize += rsp_q->rsp_entry_cnt * RESPONSE_ENTRY_SIZE; in ql_2700_dt_gque()
22410 e_cnt = rsp_q->rsp_entry_cnt; in ql_2700_dt_gque()
H A Dql_mbx.c5273 mcp->mb[5] = rsp_q->rsp_entry_cnt; in ql_init_rsp_q()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1278 uint16_t rsp_entry_cnt; member