Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c219 stat = mbx & OSC_INDEX_MASK; in ql_isr_aif()
809 index = handle & OSC_INDEX_MASK; in ql_async_event()
1743 index = resp_identifier & OSC_INDEX_MASK; in ql_error_entry()
1822 index = resp_identifier & OSC_INDEX_MASK; in ql_status_entry()
1955 index = resp_identifier & OSC_INDEX_MASK; in ql_24xx_status_entry()
2066 index = resp_identifier & OSC_INDEX_MASK; in ql_verify_preprocessed_cmd()
2677 index = resp_identifier & OSC_INDEX_MASK; in ql_ip_entry()
2983 index = resp_identifier & OSC_INDEX_MASK; in ql_ms_entry()
3206 index = resp_identifier & OSC_INDEX_MASK; in ql_els_passthru_entry()
H A Dql_api.c7810 sp->handle & OSC_INDEX_MASK] = NULL; in ql_done()
10016 (void *)ha->outstanding_cmds[sp->handle & OSC_INDEX_MASK], in ql_cmd_timeout()
10017 sp->handle & OSC_INDEX_MASK, sp->flags); in ql_cmd_timeout()
10025 index = sp->handle & OSC_INDEX_MASK; in ql_cmd_timeout()
10064 (void *)ha->outstanding_cmds[sp->handle & OSC_INDEX_MASK], in ql_cmd_timeout()
10065 sp->handle & OSC_INDEX_MASK, sp->flags); in ql_cmd_timeout()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h369 #define OSC_INDEX_MASK 0xfff macro