Lines Matching refs:err_entry
629 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()
731 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
732 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
764 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()
810 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
812 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
815 err_entry->data.err_warn_bitmap_hi, in bnx2fc_process_unsol_compl()
816 err_entry->data.err_warn_bitmap_lo); in bnx2fc_process_unsol_compl()
818 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off); in bnx2fc_process_unsol_compl()
826 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
827 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
847 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()