Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6802 uint8_t abort_req; in qlt_handle_ctio_completion() local
6909 abort_req = 1; in qlt_handle_ctio_completion()
6913 abort_req = 0; in qlt_handle_ctio_completion()
6941 if (abort_req) { in qlt_handle_ctio_completion()
6952 if ((status == 8) && abort_req) { in qlt_handle_ctio_completion()
6960 if (((n & BIT_7) == 0) && (!abort_req)) { in qlt_handle_ctio_completion()
6980 if (!abort_req) { in qlt_handle_ctio_completion()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h9213 __be32 abort_req; member