Searched refs:OSC_INDEX_MASK (Results 1 – 3 of 3) sorted by relevance
219 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()
7810 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()
369 #define OSC_INDEX_MASK 0xfff macro