Lines Matching refs:err_entry
628 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()
815 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
818 err_entry->data.err_warn_bitmap_hi, in bnx2fc_process_unsol_compl()
819 err_entry->data.err_warn_bitmap_lo); in bnx2fc_process_unsol_compl()
821 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off); in bnx2fc_process_unsol_compl()
829 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
830 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
853 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()