Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c628 struct fcoe_err_report_entry *err_entry; in bnx2fc_process_unsol_compl() local
694 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
696 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
699 err_entry->data.err_warn_bitmap_hi, in bnx2fc_process_unsol_compl()
700 err_entry->data.err_warn_bitmap_lo); in bnx2fc_process_unsol_compl()
702 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off); in bnx2fc_process_unsol_compl()
734 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
735 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
767 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()
813 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
[all …]
Dbnx2fc_els.c376 struct fcoe_err_report_entry *err_entry; in bnx2fc_rec_compl() local
506 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_rec_compl()
507 &orig_io_req->err_entry; in bnx2fc_rec_compl()
528 if (err_entry->data.rx_buf_off == in bnx2fc_rec_compl()
537 offset = err_entry->data.rx_buf_off; in bnx2fc_rec_compl()
Dbnx2fc.h436 struct fcoe_err_report_entry err_entry; member