Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1568 struct bnx2i_tmf_response *tmf_cqe; in bnx2i_process_tmf_resp() local
1571 tmf_cqe = (struct bnx2i_tmf_response *)cqe; in bnx2i_process_tmf_resp()
1574 tmf_cqe->itt & ISCSI_TMF_RESPONSE_INDEX); in bnx2i_process_tmf_resp()
1580 resp_hdr->opcode = tmf_cqe->op_code; in bnx2i_process_tmf_resp()
1581 resp_hdr->max_cmdsn = cpu_to_be32(tmf_cqe->max_cmd_sn); in bnx2i_process_tmf_resp()
1582 resp_hdr->exp_cmdsn = cpu_to_be32(tmf_cqe->exp_cmd_sn); in bnx2i_process_tmf_resp()
1584 resp_hdr->response = tmf_cqe->response; in bnx2i_process_tmf_resp()