Lines Matching defs:abort
1375 struct sli4_abort_wqe *abort = buf;
1381 abort->criteria = SLI4_ABORT_CRITERIA_XRI_TAG;
1389 abort->criteria = SLI4_ABORT_CRITERIA_ABORT_TAG;
1392 abort->criteria = SLI4_ABORT_CRITERIA_REQUEST_TAG;
1399 abort->ia_ir_byte |= send_abts ? 0 : 1;
1402 abort->ia_ir_byte |= SLI4_ABRT_WQE_IR;
1404 abort->t_mask = cpu_to_le32(mask);
1405 abort->t_tag = cpu_to_le32(ids);
1406 abort->command = SLI4_WQE_ABORT;
1407 abort->request_tag = cpu_to_le16(tag);
1409 abort->dw10w0_flags = cpu_to_le16(SLI4_ABRT_WQE_QOSD);
1411 abort->cq_id = cpu_to_le16(cq_id);
1412 abort->cmdtype_wqec_byte |= SLI4_CMD_ABORT_WQE;