Home
last modified time | relevance | path

Searched refs:outbound_scratch_pad (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas.c2374 …msix_enable = (mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)) & 0x… in mrsas_init_fw()
2580 status = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_init_adapter()
2982 val = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_transition_to_ready()
2990 abs_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_transition_to_ready()
3057 outbound_scratch_pad)) & MFI_STATE_MASK); in mrsas_transition_to_ready()
3059 outbound_scratch_pad)); in mrsas_transition_to_ready()
3133 offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_ocr_thread()
3291 outbound_scratch_pad)); in mrsas_reset_ctrl()
3359 outbound_scratch_pad)) & MFI_STATE_MASK; in mrsas_reset_ctrl()
3365 outbound_scratch_pad)) & MFI_STATE_MASK; in mrsas_reset_ctrl()
[all …]
H A Dmrsas.h1313 u_int32_t outbound_scratch_pad; /* 00B0h */ member