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

/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c620 struct fcoe_err_report_entry *err_entry; local
686 err_entry = (struct fcoe_err_report_entry *)
688 xid = err_entry->fc_hdr.ox_id;
691 err_entry->data.err_warn_bitmap_hi,
692 err_entry->data.err_warn_bitmap_lo);
694 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off);
726 ((u64)err_entry->data.err_warn_bitmap_hi << 32) |
727 (u64)err_entry->data.err_warn_bitmap_lo;
759 memset(&io_req->err_entry,
[all...]
H A Dbnx2fc_els.c375 struct fcoe_err_report_entry *err_entry; local
507 err_entry = (struct fcoe_err_report_entry *)
508 &orig_io_req->err_entry;
529 if (err_entry->data.rx_buf_off ==
538 offset = err_entry->data.rx_buf_off;
H A Dbnx2fc.h401 struct fcoe_err_report_entry err_entry; member in struct:bnx2fc_cmd

Completed in 67 milliseconds