Home
last modified time | relevance | path

Searched refs:OSC_INDEX_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c807 index = handles[cnt] & OSC_INDEX_MASK; in ql_async_event()
1802 index = resp_identifier & OSC_INDEX_MASK; in ql_error_entry()
1842 index = resp_identifier & OSC_INDEX_MASK; in ql_error_entry()
1930 index = resp_identifier & OSC_INDEX_MASK; in ql_status_entry()
2070 index = resp_identifier & OSC_INDEX_MASK; in ql_24xx_status_entry()
2191 index = *resp_identifier & OSC_INDEX_MASK; in ql_verify_preprocessed_cmd()
2816 index = resp_identifier & OSC_INDEX_MASK; in ql_ip_entry()
3137 index = resp_identifier & OSC_INDEX_MASK; in ql_ms_entry()
3407 index = resp_identifier & OSC_INDEX_MASK; in ql_els_passthru_entry()
H A Dql_api.c4072 index = sp->handle & OSC_INDEX_MASK; in ql_abort()
8239 sp->handle & OSC_INDEX_MASK] = NULL; in ql_done()
10459 (void *)ha->outstanding_cmds[sp->handle & OSC_INDEX_MASK], in ql_cmd_timeout()
10460 sp->handle & OSC_INDEX_MASK, sp->flags); in ql_cmd_timeout()
10477 (void *)ha->outstanding_cmds[sp->handle & OSC_INDEX_MASK], in ql_cmd_timeout()
10478 sp->handle & OSC_INDEX_MASK, sp->flags); in ql_cmd_timeout()
19587 index = sp->handle & OSC_INDEX_MASK; in ql_abort_io()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h453 #define OSC_INDEX_MASK 0xfff macro