Home
last modified time | relevance | path

Searched refs:err_entry (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c629 struct fcoe_err_report_entry *err_entry; in bnx2fc_process_unsol_compl() local
693 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
695 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
698 err_entry->data.err_warn_bitmap_hi, in bnx2fc_process_unsol_compl()
699 err_entry->data.err_warn_bitmap_lo); in bnx2fc_process_unsol_compl()
701 err_entry->data.tx_buf_off, err_entry->data.rx_buf_off); in bnx2fc_process_unsol_compl()
727 ((u64)err_entry->data.err_warn_bitmap_hi << 32) | in bnx2fc_process_unsol_compl()
728 (u64)err_entry->data.err_warn_bitmap_lo; in bnx2fc_process_unsol_compl()
760 memcpy(&io_req->err_entry, err_entry, in bnx2fc_process_unsol_compl()
805 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_process_unsol_compl()
[all …]
H A Dbnx2fc_els.c384 struct fcoe_err_report_entry *err_entry; in bnx2fc_rec_compl() local
514 err_entry = (struct fcoe_err_report_entry *) in bnx2fc_rec_compl()
515 &orig_io_req->err_entry; in bnx2fc_rec_compl()
536 if (err_entry->data.rx_buf_off == in bnx2fc_rec_compl()
545 offset = err_entry->data.rx_buf_off; in bnx2fc_rec_compl()
H A Dbnx2fc.h434 struct fcoe_err_report_entry err_entry;
440 struct fcoe_err_report_entry err_entry; global() member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c704 goto err_entry; in ice_fdir_set_hw_fltr_rule()
769 err_entry: in ice_fdir_set_hw_fltr_rule()