Searched defs:resp_identifier (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1715 uint32_t index, resp_identifier; local
1742 resp_identifier = ddi_get32(ha->hba_buf.acc_handle, &pkt->handle);
1743 index = resp_identifier & OSC_INDEX_MASK;
1748 if (sp->handle == resp_identifier) {
1755 resp_identifier, sp->handle);
1765 index, resp_identifier);
1814 uint32_t index, resp_identifier; local
1821 resp_identifier = ddi_get32(ha->hba_buf.acc_handle, &pkt->handle);
1822 index = resp_identifier & OSC_INDEX_MASK;
1827 if (sp->handle == resp_identifier) {
1948 uint32_t index, resp_identifier; local
2060 uint32_t index, resp_identifier; local
2670 uint32_t index, resp_identifier; local
2975 uint32_t index, cnt, resp_identifier; local
3200 uint32_t index, resp_identifier; local
[all...]

Completed in 47 milliseconds