Home
last modified time | relevance | path

Searched refs:fcoe (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/scsi/fcoe/
H A Dfcoe.c291 static int fcoe_interface_setup(struct fcoe_interface *fcoe, in fcoe_interface_setup() argument
294 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_setup()
300 fcoe->netdev = netdev; in fcoe_interface_setup()
319 fcoe->realdev = real_dev; in fcoe_interface_setup()
353 fcoe->fcoe_packet_type.func = fcoe_rcv; in fcoe_interface_setup()
354 fcoe->fcoe_packet_type.type = htons(ETH_P_FCOE); in fcoe_interface_setup()
355 fcoe->fcoe_packet_type.dev = netdev; in fcoe_interface_setup()
356 dev_add_pack(&fcoe->fcoe_packet_type); in fcoe_interface_setup()
358 fcoe->fip_packet_type.func = fcoe_fip_recv; in fcoe_interface_setup()
359 fcoe->fip_packet_type.type = htons(ETH_P_FIP); in fcoe_interface_setup()
[all …]
H A DMakefile2 obj-$(CONFIG_FCOE) += fcoe.o
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c47 struct ixgbe_fcoe *fcoe; in ixgbe_fcoe_ddp_put() local
60 fcoe = &adapter->fcoe; in ixgbe_fcoe_ddp_put()
61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put()
91 spin_lock_bh(&fcoe->lock); in ixgbe_fcoe_ddp_put()
103 spin_unlock_bh(&fcoe->lock); in ixgbe_fcoe_ddp_put()
139 struct ixgbe_fcoe *fcoe; in ixgbe_fcoe_ddp_setup() local
167 fcoe = &adapter->fcoe; in ixgbe_fcoe_ddp_setup()
168 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_setup()
177 if (!fcoe->ddp_pool) { in ixgbe_fcoe_ddp_setup()
182 ddp_pool = per_cpu_ptr(fcoe->ddp_pool, get_cpu()); in ixgbe_fcoe_ddp_setup()
[all …]
H A Dixgbe.h776 struct ixgbe_fcoe fcoe; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c72 struct cxgb_fcoe *fcoe = &pi->fcoe; in cxgb_fcoe_enable() local
88 fcoe->flags |= CXGB_FCOE_ENABLED; in cxgb_fcoe_enable()
103 struct cxgb_fcoe *fcoe = &pi->fcoe; in cxgb_fcoe_disable() local
105 if (!(fcoe->flags & CXGB_FCOE_ENABLED)) in cxgb_fcoe_disable()
110 fcoe->flags &= ~CXGB_FCOE_ENABLED; in cxgb_fcoe_disable()
H A Dcxgb4_filter.c259 if (unsupported(fconf, FCOE_F, fs->val.fcoe, fs->mask.fcoe) || in validate_filter()
891 FW_FILTER_WR_FCOE_V(f->fs.val.fcoe) | in set_filter_wr()
892 FW_FILTER_WR_FCOEM_V(f->fs.mask.fcoe) | in set_filter_wr()
1064 if (fs->val.fcoe && !fs->mask.fcoe) in fill_default_mask()
1065 fs->mask.fcoe |= ~0; in fill_default_mask()
1196 ntuple_mask |= (u64)fs->mask.fcoe << tp->fcoe_shift; in is_filter_exact_match()
1290 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) in hash_filter_ntuple()
1291 ntuple |= (u64)(fs->val.fcoe) << tp->fcoe_shift; in hash_filter_ntuple()
/linux/Documentation/scsi/
H A Dbnx2fc.rst20 eth0.1001-fcoe). Do not delete or disable these interfaces or FCoE operation
26 1. Ensure that fcoe-utils package is installed.
31 a. cd /etc/fcoe
38 3. Ensure that "bnx2fc" is in SUPPORTED_DRIVERS list in /etc/fcoe/config.
40 4. Start fcoe service. (service fcoe start). If Broadcom devices are present in
69 <INTERFACE>.<VLAN>-fcoe interfaces are automatically created.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fcoe1 What: /sys/bus/fcoe/
4 Contact: Robert Love <robert.w.love@intel.com>, devel@open-fcoe.org
25 What: /sys/bus/fcoe/devices/ctlr_X
28 Contact: Robert Love <robert.w.love@intel.com>, devel@open-fcoe.org
29 Description: 'FCoE Controller' instances on the fcoe bus.
80 What: /sys/bus/fcoe/devices/fcf_X
83 Contact: Robert Love <robert.w.love@intel.com>, devel@open-fcoe.org
84 Description: 'FCoE FCF' instances on the fcoe bus. A FCF is a Fibre Channel
138 which is commonly packaged in the fcoe-utils package.
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_rq.c99 u8 rss_type, u8 fcoe, u8 fcoe_fc_crc_ok, in enic_rq_set_skb_flags() argument
128 if (fcoe) { in enic_rq_set_skb_flags()
173 u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
194 *fcoe = (completed_index_flags & CQ_ENET_RQ_DESC_FLAGS_FCOE) ? in cq_enet_rq_desc_dec()
220 if (*fcoe) { in cq_enet_rq_desc_dec()
326 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in enic_rq_indicate_buf() local
336 &fcoe, &eop, &sop, &rss_type, &csum_not_calc, in enic_rq_indicate_buf()
368 enic_rq_set_skb_flags(rq, type, rss_hash, rss_type, fcoe, in enic_rq_indicate_buf()
/linux/drivers/scsi/fnic/
H A Dcq_enet_desc.h83 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
100 *fcoe = (completed_index_flags & CQ_ENET_RQ_DESC_FLAGS_FCOE) ? in cq_enet_rq_desc_dec()
123 if (*fcoe) { in cq_enet_rq_desc_dec()
H A Dfnic_fcs.c438 u8 fcoe = 0, fcoe_sof, fcoe_eof; in fnic_rq_cmpl_frame_recv() local
467 &ingress_port, &fcoe, &eop, &sop, &rss_type, in fnic_rq_cmpl_frame_recv()
506 fcoe, fcs_ok, packet_error, in fnic_rq_cmpl_frame_recv()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c649 get->operational.app_prio.fcoe); in qedf_dcbx_handler()
668 tmp_prio = get->operational.app_prio.fcoe; in qedf_dcbx_handler()
3931 struct qed_mfw_tlv_fcoe *fcoe = data; in qedf_get_protocol_tlv_data() local
3954 fcoe->qos_pri_set = true; in qedf_get_protocol_tlv_data()
3955 fcoe->qos_pri = 3; /* Hard coded to 3 in driver */ in qedf_get_protocol_tlv_data()
3957 fcoe->ra_tov_set = true; in qedf_get_protocol_tlv_data()
3958 fcoe->ra_tov = lport->r_a_tov; in qedf_get_protocol_tlv_data()
3960 fcoe->ed_tov_set = true; in qedf_get_protocol_tlv_data()
3961 fcoe->ed_tov = lport->e_d_tov; in qedf_get_protocol_tlv_data()
3963 fcoe->npiv_state_set = true; in qedf_get_protocol_tlv_data()
[all …]
/linux/drivers/scsi/
H A DMakefile42 obj-$(CONFIG_LIBFCOE) += fcoe/
43 obj-$(CONFIG_FCOE) += fcoe/
46 obj-$(CONFIG_SCSI_BNX2X_FCOE) += libfc/ fcoe/ bnx2fc/
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c230 wr->u.fcoe.ctl_pri = 0; in csio_scsi_init_cmd_wr()
231 wr->u.fcoe.cp_en_class = 0; in csio_scsi_init_cmd_wr()
232 wr->u.fcoe.r4_lo[0] = 0; in csio_scsi_init_cmd_wr()
233 wr->u.fcoe.r4_lo[1] = 0; in csio_scsi_init_cmd_wr()
389 wr->u.fcoe.ctl_pri = 0; in csio_scsi_init_read_wr()
390 wr->u.fcoe.cp_en_class = 0; in csio_scsi_init_read_wr()
391 wr->u.fcoe.r3_lo[0] = 0; in csio_scsi_init_read_wr()
392 wr->u.fcoe.r3_lo[1] = 0; in csio_scsi_init_read_wr()
442 wr->u.fcoe.ctl_pri = 0; in csio_scsi_init_write_wr()
443 wr->u.fcoe.cp_en_class = 0; in csio_scsi_init_write_wr()
[all …]
H A Dt4fw_api_stor.h219 } fcoe; member
245 } fcoe; member
271 } fcoe; member
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_type.h93 bool fcoe; member
H A Diavf_common.c442 hw->dev_caps.fcoe = 0; in iavf_vf_parse_hw_config()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c748 cdev->protocol_ops.fcoe = ops; in qed_register_fcoe_ops()
1013 if (cdev->protocol_ops.fcoe && cdev->ops_cookie) { in qed_get_protocol_stats_fcoe()
1014 struct qed_fcoe_cb_ops *ops = cdev->protocol_ops.fcoe; in qed_get_protocol_stats_fcoe()
H A Dqed_mcp.h260 struct qed_mfw_tlv_fcoe fcoe; member
H A Dqed_dcbx.c424 p_prio->fcoe = QED_DCBX_INVALID_PRIORITY; in qed_dcbx_get_priority_info()
442 p_prio->fcoe = p_results->arr[DCBX_PROTOCOL_FCOE].priority; in qed_dcbx_get_priority_info()
450 p_prio->iscsi, p_prio->roce, p_prio->roce_v2, p_prio->fcoe, in qed_dcbx_get_priority_info()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c965 u16 nic = 0, fcoe = 0, iscsi = 0; in qlcnic_82xx_get_pci_info() local
996 &nic, &fcoe, &iscsi); in qlcnic_82xx_get_pci_info()
1012 ahw->total_pci_func = nic + fcoe + iscsi; in qlcnic_82xx_get_pci_info()
H A Dqlcnic_83xx_hw.c2471 u16 *nic, u16 *fcoe, u16 *iscsi) in qlcnic_get_pci_func_type() argument
2481 (*fcoe)++; in qlcnic_get_pci_func_type()
2500 u16 nic = 0, fcoe = 0, iscsi = 0; in qlcnic_83xx_get_pci_info() local
2524 &nic, &fcoe, &iscsi); in qlcnic_83xx_get_pci_info()
2543 ahw->total_pci_func = nic + fcoe + iscsi; in qlcnic_83xx_get_pci_info()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h225 bool fcoe; member
/linux/include/linux/qed/
H A Dqed_if.h64 u8 fcoe; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1497 offsetof(struct bnx2x_fw_stats_data, fcoe); in bnx2x_prep_fw_stats_req()
1720 &bp->fw_stats_data->fcoe; in bnx2x_afex_collect_stats()

12