Searched refs:rsp_ring_index (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c299 ha->rsp_ring_index) {
398 if (mbx != ha->rsp_ring_index) {
1564 if (ha->isp_rsp_index > ha->rsp_ring_index) {
1566 ((uint32_t)(ha->isp_rsp_index - ha->rsp_ring_index) *
1570 ((uint32_t)(RESPONSE_ENTRY_CNT - ha->rsp_ring_index) *
1575 ((uint32_t)(RESPONSE_ENTRY_CNT - ha->rsp_ring_index) *
1583 (off_t)(ha->rsp_ring_index * RESPONSE_ENTRY_SIZE +
1592 while (ha->rsp_ring_index != ha->isp_rsp_index) {
1596 ha->instance, ha->rsp_ring_index, ha->isp_rsp_index);
1601 ha->rsp_ring_index
[all...]
H A Dql_init.c2651 ha->rsp_ring_index = 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1476 uint16_t rsp_ring_index; member in struct:ql_adapter_state

Completed in 63 milliseconds