Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Dsli4.c8178 sli4_fc_wcqe_t *wcqe = (void *)cqe; in sli_fc_cqe_parse() local
8181 *r_id = wcqe->request_tag; in sli_fc_cqe_parse()
8182 rc = wcqe->status; in sli_fc_cqe_parse()
8187 wcqe->status, wcqe->hw_status, in sli_fc_cqe_parse()
8188 wcqe->request_tag, wcqe->wqe_specific_1, in sli_fc_cqe_parse()
8189 wcqe->wqe_specific_2, wcqe->xb); in sli_fc_cqe_parse()
8291 sli4_fc_wcqe_t *wcqe = (void *)cqe; in sli_fc_response_length() local
8293 return wcqe->wqe_specific_1; in sli_fc_response_length()
8308 sli4_fc_wcqe_t *wcqe = (void *)cqe; in sli_fc_io_length() local
8310 return wcqe->wqe_specific_1; in sli_fc_io_length()
[all …]
H A Docs_hw.c8585 sli4_fc_wcqe_t *wcqe = (void *)cqe; in ocs_hw_wq_process_io() local
8603 io->quarantine = (wcqe->qx == 1); in ocs_hw_wq_process_io()
8617 io->sec_hio->quarantine = (wcqe->qx == 1); in ocs_hw_wq_process_io()
8625 if (io->xbusy && wcqe->xb == 0) { in ocs_hw_wq_process_io()
8702 (ocs_hw_wcqe_abort_needed(status, ext, wcqe->xb))) { in ocs_hw_wq_process_io()
8740 if ( (! ocs_hw_iotype_is_originator(io->type)) && wcqe->xb) { in ocs_hw_wq_process_io()