Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bnx2i/
Dbnx2i_hwi.c634 struct iscsi_kwqe_conn_update *update_wqe; in bnx2i_update_iscsi_conn() local
637 update_wqe = &conn_update_kwqe; in bnx2i_update_iscsi_conn()
639 update_wqe->hdr.op_code = ISCSI_KWQE_OPCODE_UPDATE_CONN; in bnx2i_update_iscsi_conn()
640 update_wqe->hdr.flags = in bnx2i_update_iscsi_conn()
645 update_wqe->context_id = bnx2i_conn->ep->ep_cid; in bnx2i_update_iscsi_conn()
647 update_wqe->context_id = (bnx2i_conn->ep->ep_cid >> 7); in bnx2i_update_iscsi_conn()
648 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
650 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_HEADER_DIGEST; in bnx2i_update_iscsi_conn()
652 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_DATA_DIGEST; in bnx2i_update_iscsi_conn()
654 update_wqe->conn_flags |= ISCSI_KWQE_CONN_UPDATE_INITIAL_R2T; in bnx2i_update_iscsi_conn()
[all …]