Lines Matching refs:fcoe

86 MODULE_PARM_DESC(link_down_tmo, " Delays informing the fcoe transport that the "
620 * informing the fcoe layer of the event.
640 QEDF_ERR(&(qedf->dbg_ctx), "DCBx event valid=%d enabled=%d fcoe "
642 get->operational.app_prio.fcoe);
661 tmp_prio = get->operational.app_prio.fcoe;
1186 /* adjust skb network/transport offsets to match mac/fcoe/port */
1199 /* fill up mac and fcoe headers */
1233 print_hex_dump(KERN_WARNING, "fcoe: ", DUMP_PREFIX_OFFSET, 16,
2034 * qedf_fcoe_reset - Resets the fcoe
2601 print_hex_dump(KERN_WARNING, "fcoe: ", DUMP_PREFIX_OFFSET, 16,
3209 /* Setup the value for fcoe PF */
3427 QEDF_ERR(&(qedf->dbg_ctx), "Cannot set fcoe pf param.\n");
3596 /* Setup imbedded fcoe controller */
3887 struct qed_mfw_tlv_fcoe *fcoe = data;
3910 fcoe->qos_pri_set = true;
3911 fcoe->qos_pri = 3; /* Hard coded to 3 in driver */
3913 fcoe->ra_tov_set = true;
3914 fcoe->ra_tov = lport->r_a_tov;
3916 fcoe->ed_tov_set = true;
3917 fcoe->ed_tov = lport->e_d_tov;
3919 fcoe->npiv_state_set = true;
3920 fcoe->npiv_state = 1; /* NPIV always enabled */
3922 fcoe->num_npiv_ids_set = true;
3923 fcoe->num_npiv_ids = fc_host->npiv_vports_inuse;
3927 fcoe->switch_name_set = true;
3928 u64_to_wwn(qedf->ctlr.sel_fcf->switch_name, fcoe->switch_name);
3931 fcoe->port_state_set = true;
3934 fcoe->port_state = QED_MFW_TLV_PORT_STATE_FABRIC;
3936 fcoe->port_state = QED_MFW_TLV_PORT_STATE_OFFLINE;
3938 fcoe->link_failures_set = true;
3939 fcoe->link_failures = (u16)hst->link_failure_count;
3941 fcoe->fcoe_txq_depth_set = true;
3942 fcoe->fcoe_rxq_depth_set = true;
3943 fcoe->fcoe_rxq_depth = FCOE_PARAMS_NUM_TASKS;
3944 fcoe->fcoe_txq_depth = FCOE_PARAMS_NUM_TASKS;
3946 fcoe->fcoe_rx_frames_set = true;
3947 fcoe->fcoe_rx_frames = hst->rx_frames;
3949 fcoe->fcoe_tx_frames_set = true;
3950 fcoe->fcoe_tx_frames = hst->tx_frames;
3952 fcoe->fcoe_rx_bytes_set = true;
3953 fcoe->fcoe_rx_bytes = hst->fcp_input_megabytes * 1000000;
3955 fcoe->fcoe_tx_bytes_set = true;
3956 fcoe->fcoe_tx_bytes = hst->fcp_output_megabytes * 1000000;
3958 fcoe->crc_count_set = true;
3959 fcoe->crc_count = hst->invalid_crc_count;
3961 fcoe->tx_abts_set = true;
3962 fcoe->tx_abts = hst->fcp_packet_aborts;
3964 fcoe->tx_lun_rst_set = true;
3965 fcoe->tx_lun_rst = qedf->lun_resets;
3967 fcoe->abort_task_sets_set = true;
3968 fcoe->abort_task_sets = qedf->packet_aborts;
3970 fcoe->scsi_busy_set = true;
3971 fcoe->scsi_busy = qedf->busy;
3973 fcoe->scsi_tsk_full_set = true;
3974 fcoe->scsi_tsk_full = qedf->task_set_fulls;
4106 QEDF_ERR(NULL, "Failed to get qed fcoe operations\n");