Searched refs:err_entry (Results 1 – 3 of 3) sorted by relevance
628 struct fcoe_err_report_entry *err_entry; in bnx2fc_process_unsol_compl() local694 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 …]
376 struct fcoe_err_report_entry *err_entry; in bnx2fc_rec_compl() local506 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()
436 struct fcoe_err_report_entry err_entry; member