| /freebsd-12-stable/sys/mips/nlm/dev/net/ucore/ |
| D | ucore.h | 293 nlm_ucore_crc_setup(int crcpos, int cps, int cfi, int cbm, int fcoe, in nlm_ucore_crc_setup() argument 300 val |= ((fcoe & 0x1) << 18); in nlm_ucore_crc_setup()
|
| /freebsd-12-stable/sys/dev/cxgbe/firmware/ |
| D | t4fw_cfg.txt | 25 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe 26 filterMask = protocol, fcoe
|
| D | t5fw_cfg.txt | 52 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe 53 filterMask = protocol, fcoe
|
| D | t6fw_cfg_fpga.txt | 115 # protocol, tos, vlan, vnic_id, port, fcoe 117 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe 120 filterMask = protocol, fcoe
|
| D | t6fw_cfg_hashfilter.txt | 26 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
|
| D | t6fw_cfg.txt | 26 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
|
| D | t5fw_cfg_hashfilter.txt | 52 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
|
| D | t5fw_cfg_uwire.txt | 137 # protocol, tos, vlan, vnic_id, port, fcoe 139 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe 142 filterMask = protocol, fcoe
|
| D | t4fw_cfg_uwire.txt | 122 # protocol, tos, vlan, vnic_id, port, fcoe 124 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe 127 filterMask = protocol, fcoe
|
| D | t6fw_cfg_uwire.txt | 125 # protocol, tos, vlan, vnic_id, port, fcoe 128 filterMode = fcoemask, srvrsram, fragmentation, mpshittype, protocol, vlan, port, fcoe 131 filterMask = protocol, fcoe
|
| D | t5fw_cfg_fpga.txt | 148 filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe, srvrsram
|
| D | t4fw_interface.h | 3272 } fcoe; member 3332 } fcoe; member 3392 } fcoe; member 3512 } fcoe; member 3572 } fcoe; member 3632 } fcoe; member
|
| /freebsd-12-stable/sys/dev/cxgbe/ |
| D | t4_filter.c | 252 if (fs1->mask.fcoe && fs1->val.fcoe != fs2->val.fcoe) in filter_eq() 418 if (fs->val.fcoe || fs->mask.fcoe) in check_fspec_against_fconf_iconf() 660 V_FW_FILTER_WR_FCOE(f->fs.val.fcoe) | in set_tcamfilter() 661 V_FW_FILTER_WR_FCOEM(f->fs.mask.fcoe) | in set_tcamfilter() 780 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) { in hashfilter_ntuple() 781 *ftuple |= (uint64_t)(fs->val.fcoe) << tp->fcoe_shift; in hashfilter_ntuple()
|
| D | t4_ioctl.h | 193 uint32_t fcoe:1; /* FCoE packet */ member
|
| D | t4_main.c | 3606 SAME_INTF(iscsi) && SAME_INTF(fcoepdu) && SAME_INTF(fcoe)) in fw_compatible() 4079 LIMIT_CAPS(fcoe); in apply_cfg_and_initialize() 4144 COPY_CAPS(fcoe); in partition_resources()
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_dcbx_api.h | 91 u8 fcoe; member
|
| D | ecore_dcbx.c | 516 p_prio->fcoe = ECORE_DCBX_INVALID_PRIORITY; in ecore_dcbx_get_priority_info() 534 p_prio->fcoe = p_results->arr[DCBX_PROTOCOL_FCOE].priority; in ecore_dcbx_get_priority_info() 542 p_prio->iscsi, p_prio->roce, p_prio->roce_v2, p_prio->fcoe, in ecore_dcbx_get_priority_info()
|
| D | ecore_mcp_api.h | 567 struct ecore_mfw_tlv_fcoe fcoe; member
|
| D | ecore_mng_tlv.c | 1278 len = ecore_mfw_get_fcoe_tlv_value(&tlv, &p_tlv_data->fcoe, &buffer); in ecore_mfw_update_tlvs()
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | sli4.c | 8506 sli4_fcoe_fip_t *fcoe = acqe; in sli_fc_process_fcoe() local 8511 fcoe->event_type, in sli_fc_process_fcoe() 8512 fcoe->fcf_count, in sli_fc_process_fcoe() 8513 fcoe->event_tag); in sli_fc_process_fcoe() 8519 event.type = fcoe->event_type; in sli_fc_process_fcoe() 8522 switch (fcoe->event_type) { in sli_fc_process_fcoe() 8524 ocs_log_debug(sli4->os, "FCF Discovered index=%d\n", fcoe->event_information); in sli_fc_process_fcoe() 8531 ocs_log_debug(sli4->os, "FCF Dead/Gone index=%d\n", fcoe->event_information); in sli_fc_process_fcoe() 8535 ocs_log_debug(sli4->os, "Clear VLINK Received VPI=%#x\n", fcoe->event_information & mask); in sli_fc_process_fcoe() 8541 ocs_log_test(sli4->os, "bad FCoE type %#x", fcoe->event_type); in sli_fc_process_fcoe() [all …]
|
| D | sli4.h | 2100 uint32_t fcoe:1, member
|
| /freebsd-12-stable/sys/dev/iavf/ |
| D | iavf_type.h | 244 bool fcoe; member
|
| /freebsd-12-stable/usr.sbin/cxgbetool/ |
| D | cxgbetool.c | 822 printf(" %1d/%1d", t->fs.val.fcoe, t->fs.mask.fcoe); in do_show_one_filter_info() 1170 t.fs.val.fcoe = val; in set_filter() 1171 t.fs.mask.fcoe = mask; in set_filter()
|
| /freebsd-12-stable/sys/dev/ixl/ |
| D | i40e_type.h | 395 bool fcoe; member
|
| D | i40e_common.c | 3923 p->fcoe = TRUE; in i40e_parse_discover_capabilities() 3925 "HW Capability: FCOE = %d\n", p->fcoe); in i40e_parse_discover_capabilities() 4088 if (p->fcoe) in i40e_parse_discover_capabilities() 4092 p->fcoe = FALSE; in i40e_parse_discover_capabilities()
|