Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c115 if (ha->req_q[1] != NULL && sp->rsp_q_number != 0) { in ql_start_iocb()
201 if (ha->req_q[1] != NULL && sp->rsp_q_number != 0) { in ql_start_iocb()
202 pkt->entry_status = sp->rsp_q_number; in ql_start_iocb()
H A Dql_isr.c1569 INDX_INTR_UNLOCK(ha, rsp_q->rsp_q_number); in ql_fast_fcp_post()
1571 INDX_INTR_LOCK(ha, rsp_q->rsp_q_number); in ql_fast_fcp_post()
H A Dql_api.c4077 if (ha->req_q[1] != NULL && sp->rsp_q_number != 0) { in ql_abort()
5165 sp->rsp_q_number = ha->rsp_q_number++; in ql_cmd_setup()
5166 if (ha->rsp_q_number == ha->rsp_queues_cnt) { in ql_cmd_setup()
5167 ha->rsp_q_number = 0; in ql_cmd_setup()
5171 sp->rsp_q_number = 0; in ql_cmd_setup()
19048 rsp_q->rsp_q_number = rsp_q_indx; in ql_create_rsp_queue()
19051 rsp_q->mbar_rsp_in = rsp_q->rsp_q_number * in ql_create_rsp_queue()
19053 rsp_q->mbar_rsp_out = rsp_q->rsp_q_number * in ql_create_rsp_queue()
H A Dql_mbx.c5256 QL_PRINT_3(ha, "started, rsp_q_number=%d\n", rsp_q->rsp_q_number); in ql_init_rsp_q()
5272 mcp->mb[4] = rsp_q->rsp_q_number; in ql_init_rsp_q()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1280 uint16_t rsp_q_number; member
1328 uint8_t rsp_q_number; member
1703 uint8_t rsp_q_number; member