Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2i/
H A 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()
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()
648 update_wqe->conn_flags = 0; in bnx2i_update_iscsi_conn()
662 update_wqe->exp_stat_sn = conn->exp_statsn; in bnx2i_update_iscsi_conn()
668 update_wqe->max_burst_length, in bnx2i_update_iscsi_conn()
669 update_wqe->first_burst_length, in bnx2i_update_iscsi_conn()
670 update_wqe->max_recv_pdu_length, in bnx2i_update_iscsi_conn()
671 update_wqe->max_send_pdu_length); in bnx2i_update_iscsi_conn()
[all …]