Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/enic/
H A Dcq_enet_desc.h112 u8 ingress_port, u8 fcoe, u8 eop, u8 sop, u8 rss_type, u8 csum_not_calc, in cq_enet_rq_desc_enc() argument
123 (fcoe ? CQ_ENET_RQ_DESC_FLAGS_FCOE : 0) | in cq_enet_rq_desc_enc()
141 if (fcoe) { in cq_enet_rq_desc_enc()
165 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
186 *fcoe = (completed_index_flags & CQ_ENET_RQ_DESC_FLAGS_FCOE) ? in cq_enet_rq_desc_dec()
212 if (*fcoe) { in cq_enet_rq_desc_dec()
H A Denic_txrx.c394 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in vnic_rq_service() local
407 &ingress_port, &fcoe, &eop, &sop, &rss_type, in vnic_rq_service()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt25 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
26 filterMask = protocol, fcoe
H A Dt5fw_cfg.txt52 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
53 filterMask = protocol, fcoe
H A Dt6fw_cfg_fpga.txt115 # protocol, tos, vlan, vnic_id, port, fcoe
117 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
120 filterMask = protocol, fcoe
H A Dt6fw_cfg_hashfilter.txt26 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt5fw_cfg_hashfilter.txt52 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt6fw_cfg.txt26 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
H A Dt4fw_cfg_uwire.txt122 # protocol, tos, vlan, vnic_id, port, fcoe
124 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
127 filterMask = protocol, fcoe
H A Dt5fw_cfg_uwire.txt137 # protocol, tos, vlan, vnic_id, port, fcoe
139 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
142 filterMask = protocol, fcoe
H A Dt6fw_cfg_uwire.txt125 # protocol, tos, vlan, vnic_id, port, fcoe
128 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe
131 filterMask = protocol, fcoe
H A Dt5fw_cfg_fpga.txt148 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe, srvrsram
H A Dt4fw_interface.h3270 } fcoe; member
3330 } fcoe; member
3390 } fcoe; member
3510 } fcoe; member
3570 } fcoe; member
3630 } fcoe; member
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c249 if (fs1->mask.fcoe && fs1->val.fcoe != fs2->val.fcoe) in filter_eq()
436 if (fs->val.fcoe || fs->mask.fcoe) in check_fspec_against_fconf_iconf()
751 V_FW_FILTER_WR_FCOE(f->fs.val.fcoe) | in set_tcamfilter()
752 V_FW_FILTER_WR_FCOEM(f->fs.mask.fcoe) | in set_tcamfilter()
875 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) { in hashfilter_ntuple()
876 *ftuple |= (uint64_t)(fs->val.fcoe) << tp->fcoe_shift; in hashfilter_ntuple()
H A Dt4_ioctl.h194 uint32_t fcoe:1; /* FCoE packet */ member
H A Dt4_main.c2233 COMPARE_CAPS(fcoe); in compare_caps_and_params()
4748 SAME_INTF(iscsi) && SAME_INTF(fcoepdu) && SAME_INTF(fcoe)) in fw_compatible()
5221 LIMIT_CAPS(fcoe); in apply_cfg_and_initialize()
5286 COPY_CAPS(fcoe); in partition_resources()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h89 u8 fcoe; member
H A Decore_dcbx.c514 p_prio->fcoe = ECORE_DCBX_INVALID_PRIORITY; in ecore_dcbx_get_priority_info()
532 p_prio->fcoe = p_results->arr[DCBX_PROTOCOL_FCOE].priority; in ecore_dcbx_get_priority_info()
540 p_prio->iscsi, p_prio->roce, p_prio->roce_v2, p_prio->fcoe, in ecore_dcbx_get_priority_info()
H A Decore_mcp_api.h565 struct ecore_mfw_tlv_fcoe fcoe; member
H A Decore_mng_tlv.c1275 len = ecore_mfw_get_fcoe_tlv_value(&tlv, &p_tlv_data->fcoe, &buffer); in ecore_mfw_update_tlvs()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c8480 sli4_fcoe_fip_t *fcoe = acqe; in sli_fc_process_fcoe() local
8485 fcoe->event_type, in sli_fc_process_fcoe()
8486 fcoe->fcf_count, in sli_fc_process_fcoe()
8487 fcoe->event_tag); in sli_fc_process_fcoe()
8493 event.type = fcoe->event_type; in sli_fc_process_fcoe()
8496 switch (fcoe->event_type) { in sli_fc_process_fcoe()
8498 ocs_log_debug(sli4->os, "FCF Discovered index=%d\n", fcoe->event_information); in sli_fc_process_fcoe()
8505 ocs_log_debug(sli4->os, "FCF Dead/Gone index=%d\n", fcoe->event_information); in sli_fc_process_fcoe()
8509 ocs_log_debug(sli4->os, "Clear VLINK Received VPI=%#x\n", fcoe->event_information & mask); in sli_fc_process_fcoe()
8515 ocs_log_test(sli4->os, "bad FCoE type %#x", fcoe->event_type); in sli_fc_process_fcoe()
[all …]
/freebsd/sys/dev/iavf/
H A Diavf_type.h243 bool fcoe; member
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c806 printf(" %1d/%1d", t->fs.val.fcoe, t->fs.mask.fcoe); in do_show_one_filter_info()
1142 t.fs.val.fcoe = val; in set_filter()
1143 t.fs.mask.fcoe = mask; in set_filter()
/freebsd/sys/dev/ixl/
H A Di40e_type.h394 bool fcoe; member
H A Di40e_common.c3922 p->fcoe = TRUE; in i40e_parse_discover_capabilities()
3924 "HW Capability: FCOE = %d\n", p->fcoe); in i40e_parse_discover_capabilities()
4087 if (p->fcoe) in i40e_parse_discover_capabilities()
4091 p->fcoe = FALSE; in i40e_parse_discover_capabilities()

12