Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2480 struct iscsi_kcqe *ikcqe = NULL; in bnx2i_indicate_kcqe() local
2483 ikcqe = (struct iscsi_kcqe *) kcqe[i++]; in bnx2i_indicate_kcqe()
2485 if (ikcqe->op_code == in bnx2i_indicate_kcqe()
2487 bnx2i_fastpath_notification(hba, ikcqe); in bnx2i_indicate_kcqe()
2489 bnx2i_process_ofld_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()
2491 bnx2i_process_update_conn_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()
2493 if (ikcqe->completion_status != in bnx2i_indicate_kcqe()
2495 bnx2i_iscsi_license_error(hba, ikcqe->\ in bnx2i_indicate_kcqe()
2511 bnx2i_process_iscsi_error(hba, ikcqe); in bnx2i_indicate_kcqe()
2513 bnx2i_process_tcp_error(hba, ikcqe); in bnx2i_indicate_kcqe()
[all …]