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 */
1231 print_hex_dump(KERN_WARNING, "fcoe: ", DUMP_PREFIX_OFFSET, 16,
2038 * qedf_fcoe_reset - Resets the fcoe
2603 print_hex_dump(KERN_WARNING, "fcoe: ", DUMP_PREFIX_OFFSET, 16,
3208 /* Setup the value for fcoe PF */
3426 QEDF_ERR(&(qedf->dbg_ctx), "Cannot set fcoe pf param.\n");
3606 /* Setup imbedded fcoe controller */
3903 struct qed_mfw_tlv_fcoe *fcoe = data;
3926 fcoe->qos_pri_set = true;
3927 fcoe->qos_pri = 3; /* Hard coded to 3 in driver */
3929 fcoe->ra_tov_set = true;
3930 fcoe->ra_tov = lport->r_a_tov;
3932 fcoe->ed_tov_set = true;
3933 fcoe->ed_tov = lport->e_d_tov;
3935 fcoe->npiv_state_set = true;
3936 fcoe->npiv_state = 1; /* NPIV always enabled */
3938 fcoe->num_npiv_ids_set = true;
3939 fcoe->num_npiv_ids = fc_host->npiv_vports_inuse;
3943 fcoe->switch_name_set = true;
3944 u64_to_wwn(qedf->ctlr.sel_fcf->switch_name, fcoe->switch_name);
3947 fcoe->port_state_set = true;
3950 fcoe->port_state = QED_MFW_TLV_PORT_STATE_FABRIC;
3952 fcoe->port_state = QED_MFW_TLV_PORT_STATE_OFFLINE;
3954 fcoe->link_failures_set = true;
3955 fcoe->link_failures = (u16)hst->link_failure_count;
3957 fcoe->fcoe_txq_depth_set = true;
3958 fcoe->fcoe_rxq_depth_set = true;
3959 fcoe->fcoe_rxq_depth = FCOE_PARAMS_NUM_TASKS;
3960 fcoe->fcoe_txq_depth = FCOE_PARAMS_NUM_TASKS;
3962 fcoe->fcoe_rx_frames_set = true;
3963 fcoe->fcoe_rx_frames = hst->rx_frames;
3965 fcoe->fcoe_tx_frames_set = true;
3966 fcoe->fcoe_tx_frames = hst->tx_frames;
3968 fcoe->fcoe_rx_bytes_set = true;
3969 fcoe->fcoe_rx_bytes = hst->fcp_input_megabytes * 1000000;
3971 fcoe->fcoe_tx_bytes_set = true;
3972 fcoe->fcoe_tx_bytes = hst->fcp_output_megabytes * 1000000;
3974 fcoe->crc_count_set = true;
3975 fcoe->crc_count = hst->invalid_crc_count;
3977 fcoe->tx_abts_set = true;
3978 fcoe->tx_abts = hst->fcp_packet_aborts;
3980 fcoe->tx_lun_rst_set = true;
3981 fcoe->tx_lun_rst = qedf->lun_resets;
3983 fcoe->abort_task_sets_set = true;
3984 fcoe->abort_task_sets = qedf->packet_aborts;
3986 fcoe->scsi_busy_set = true;
3987 fcoe->scsi_busy = qedf->busy;
3989 fcoe->scsi_tsk_full_set = true;
3990 fcoe->scsi_tsk_full = qedf->task_set_fulls;
4120 QEDF_ERR(NULL, "Failed to get qed fcoe operations\n");