Lines Matching refs:err_entry
629 struct fcoe_err_report_entry *err_entry; in bnx2fc_process_unsol_compl() local
695 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
697 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
700 err_entry->data.err_warn_bitmap_hi, in bnx2fc_process_unsol_compl()
701 err_entry->data.err_warn_bitmap_lo); in bnx2fc_process_unsol_compl()
703 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off); in bnx2fc_process_unsol_compl()
735 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
736 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
768 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()
814 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
816 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
819 err_entry->data.err_warn_bitmap_hi, in bnx2fc_process_unsol_compl()
820 err_entry->data.err_warn_bitmap_lo); in bnx2fc_process_unsol_compl()
822 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off); in bnx2fc_process_unsol_compl()
830 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
831 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
854 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()