Searched refs:fcoe (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/dev/net/ucore/
H A Ducore.h278 * fcoe - If this is 1, crc calculation starts from 'startCRC' and the CRC
292 nlm_ucore_crc_setup(int crcpos, int cps, int cfi, int cbm, int fcoe, argument
299 val |= ((fcoe & 0x1) << 18);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx_api.h91 u8 fcoe; member in struct:ecore_dcbx_app_prio
H A Decore_dcbx.c516 p_prio->fcoe = ECORE_DCBX_INVALID_PRIORITY;
534 p_prio->fcoe = p_results->arr[DCBX_PROTOCOL_FCOE].priority;
541 "Priorities: iscsi %d, roce %d, roce v2 %d, fcoe %d, eth %d\n",
542 p_prio->iscsi, p_prio->roce, p_prio->roce_v2, p_prio->fcoe,
H A Decore_mcp_api.h567 struct ecore_mfw_tlv_fcoe fcoe; member in union:ecore_mfw_tlv_data
1361 * @brief - Update fcoe vlan id value to the MFW.
1365 * @param vlan - fcoe vlan
H A Decore_mng_tlv.c1277 len = ecore_mfw_get_fcoe_tlv_value(&tlv, &p_tlv_data->fcoe, &buffer);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h194 uint32_t fcoe:1; /* FCoE packet */ member in struct:t4_filter_tuple
H A Dt4_filter.c251 if (fs1->mask.fcoe && fs1->val.fcoe != fs2->val.fcoe)
438 if (fs->val.fcoe || fs->mask.fcoe)
736 V_FW_FILTER_WR_FCOE(f->fs.val.fcoe) |
737 V_FW_FILTER_WR_FCOEM(f->fs.mask.fcoe) |
860 if (tp->fcoe_shift >= 0 && fs->mask.fcoe) {
861 *ftuple |= (uint64_t)(fs->val.fcoe) << tp->fcoe_shift;
H A Dt4_main.c3791 SAME_INTF(iscsi) && SAME_INTF(fcoepdu) && SAME_INTF(fcoe))
4264 LIMIT_CAPS(fcoe);
4329 COPY_CAPS(fcoe);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.c8314 sli4_fcoe_fip_t *fcoe = acqe; local
8319 fcoe->event_type,
8320 fcoe->fcf_count,
8321 fcoe->event_tag);
8327 event.type = fcoe->event_type;
8330 switch (fcoe->event_type) {
8332 ocs_log_debug(sli4->os, "FCF Discovered index=%d\n", fcoe->event_information);
8339 ocs_log_debug(sli4->os, "FCF Dead/Gone index=%d\n", fcoe->event_information);
8343 ocs_log_debug(sli4->os, "Clear VLINK Received VPI=%#x\n", fcoe->event_information & mask);
8349 ocs_log_test(sli4->os, "bad FCoE type %#x", fcoe
[all...]
H A Dsli4.h2031 uint32_t fcoe:1, member in struct:sli4_res_common_get_sli4_parameters_s
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c822 printf(" %1d/%1d", t->fs.val.fcoe, t->fs.mask.fcoe);
1059 printf("fcoe ");
1109 else if (!strcmp(argv[0], "fcoe"))
1183 } else if (!parse_val_mask("fcoe", args, &val, &mask, hash)) {
1184 t.fs.val.fcoe = val;
1185 t.fs.mask.fcoe = mask;
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_type.h399 bool fcoe; member in struct:i40e_hw_capabilities
H A Di40e_common.c3868 p->fcoe = TRUE;
3870 "HW Capability: FCOE = %d\n", p->fcoe);
4027 if (p->fcoe)
4031 p->fcoe = FALSE;
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3272 } fcoe; member in union:fw_scsi_write_wr::fw_scsi_write_priv
3332 } fcoe; member in union:fw_scsi_read_wr::fw_scsi_read_priv
3392 } fcoe; member in union:fw_scsi_cmd_wr::fw_scsi_cmd_priv
3512 } fcoe; member in union:fw_scsi_tgt_acc_wr::fw_scsi_tgt_acc_priv
3572 } fcoe; member in union:fw_scsi_tgt_xmit_wr::fw_scsi_tgt_xmit_priv
3632 } fcoe; member in union:fw_scsi_tgt_rsp_wr::fw_scsi_tgt_rsp_priv
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h4381 * The fcoe extra aggregative context section of Tstorm
4458 * The fcoe aggregative context of Tstorm
5012 * The fcoe aggregative context of Ustorm
5391 * The fcoe aggregative context section of Xstorm
5533 * The fcoe aggregative context of Xstorm
6636 uint8_t is_fcoe_flg /* is this an fcoe connection. (1 bit is used) */;
9359 struct xstorm_fcoe_context_section fcoe; member in struct:xstorm_fcoe_st_context

Completed in 590 milliseconds