Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_hwi.c650 struct iscsi_kwqe_conn_update *update_wqe; in bnx2i_update_iscsi_conn() local
653 update_wqe = &conn_update_kwqe; in bnx2i_update_iscsi_conn()
655 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
656 update_wqe->hdr.flags = in bnx2i_update_iscsi_conn()
661 update_wqe->context_id = bnx2i_conn->ep->ep_cid; in bnx2i_update_iscsi_conn()
663 update_wqe->context_id = (bnx2i_conn->ep->ep_cid >> 7); in bnx2i_update_iscsi_conn()
664 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
666 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_HEADER_DIGEST; in bnx2i_update_iscsi_conn()
668 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_DATA_DIGEST; in bnx2i_update_iscsi_conn()
670 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_INITIAL_R2T; in bnx2i_update_iscsi_conn()
[all …]