| /freebsd/sys/dev/thunderbolt/ |
| H A D | tb_pcib.c | 185 device_t ufp; in tb_pcib_probe_common() local 190 ufp = NULL; in tb_pcib_probe_common() 191 if ((TB_FIND_UFP(dev, &ufp) == 0) && (ufp == dev)) in tb_pcib_probe_common() 216 device_t ufp; in tb_pcib_attach_common() local 244 ufp = NULL; in tb_pcib_attach_common() 245 if ((TB_FIND_UFP(dev, &ufp) == 0) && (ufp != NULL)) { in tb_pcib_attach_common() 246 if (ufp == dev) { in tb_pcib_attach_common() 461 * The Upstream Facing Port (UFP) in a switch is special, it's the function 467 tb_pcib_find_ufp(device_t dev, device_t *ufp) in tb_pcib_find_ufp() argument 505 error = TB_FIND_UFP(device_get_parent(dev), ufp); in tb_pcib_find_ufp() [all …]
|
| H A D | tb_if.m | 41 tb_generic_find_ufp(device_t dev, device_t *ufp) 49 return (TB_FIND_UFP(parent, ufp)); 115 device_t *ufp;
|
| H A D | nhi_pci.c | 181 sc->ufp = NULL; in nhi_pci_attach() 182 if ((TB_FIND_UFP(dev, &sc->ufp) != 0) || (sc->ufp == NULL)) { in nhi_pci_attach() 185 sc->ufp = devclass_get_device(dc, device_get_unit(dev)); in nhi_pci_attach() 187 if (sc->ufp == NULL) in nhi_pci_attach() 191 device_get_nameunit(sc->ufp)); in nhi_pci_attach()
|
| H A D | nhi.c | 96 device_t ufp; in nhi_get_tunables() local 110 ufp = devclass_get_device(dc, device_get_unit(sc->dev)); in nhi_get_tunables() 111 if (ufp != NULL) in nhi_get_tunables() 112 TB_GET_DEBUG(ufp, &sc->debug); in nhi_get_tunables()
|
| H A D | nhi_var.h | 141 device_t ufp; member
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 448 linux_fxsave(mcontext_t *mcp, void *ufp) in linux_fxsave() argument 453 return (copyout(fx, ufp, sizeof(*fx))); in linux_fxsave() 457 linux_xsave(mcontext_t *mcp, char *xfpusave, char *ufp) in linux_xsave() argument 470 error = copyout(fx, ufp, sizeof(*fx)); in linux_xsave() 473 ufp += sizeof(*fx); in linux_xsave() 476 error = copyout(xfpusave, ufp, mcp->mc_xfpustate_len); in linux_xsave() 481 ufp += mcp->mc_xfpustate_len; in linux_xsave() 483 return (copyout(&magic2, ufp, LINUX_FP_XSTATE_MAGIC2_SIZE)); in linux_xsave() 492 char *ufp = *sp; in linux_copyout_fpstate() local 498 ufp -= sizeof(struct l_fpstate); in linux_copyout_fpstate() [all …]
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
| H A D | pd.h | 102 * <29:27> :: product type (UFP / Cable / VPD) 113 /* SOP Product Type (UFP) */ 153 * UFP VDO (PD Revision 3.0+ only) 155 * <31:29> :: UFP VDO version 166 /* UFP VDO Version */
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | ti,hd3ss3220.yaml | 15 HD3SS3220 can be configured as a Downstream Facing Port (DFP), Upstream Facing Port (UFP) or a
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sunxi-d1s-t113-mangopi-mq-r.dtsi | 117 /* The USB-C socket has its CC pins pulled to GND, so is hardwired as a UFP. */
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_sp_commands.h | 177 * @brief ecore_sp_pf_update_ufp - PF ufp update Ramrod
|
| H A D | ecore_sp_commands.c | 383 * UFP with Host Control mode or, UFP with DCB over base interface. in ecore_sp_pf_start()
|
| H A D | ecore_hsi_common.h | 1734 …iority from inner tag or DCB. Should be 1 for Bette Davis, UFP with Host Control mode, and UFP wit… 1853 …iority from inner tag or DCB. Should be 1 for Bette Davis, UFP with Host Control mode, and UFP wit…
|
| H A D | ecore_mcp.h | 635 * @brief Read ufp config from the shared memory.
|
| H A D | ecore_mcp.c | 2093 DP_NOTICE(p_hwfn, false, "Incorrect UFP Channel type %d\n", in ecore_mcp_read_ufp_config() 2103 DP_NOTICE(p_hwfn, false, "Unknown UFP scheduling mode %d\n", in ecore_mcp_read_ufp_config() 2124 "UFP shmem config: mode = %d tc = %d pri_type = %d\n", in ecore_mcp_read_ufp_config() 2140 /* Merge UFP TC with the dcbx TC data */ in ecore_mcp_handle_ufp_event() 2144 DP_ERR(p_hwfn, "Invalid sched type, discard the UFP config\n"); in ecore_mcp_handle_ufp_event()
|
| H A D | ecore_dcbx.c | 230 /* Do not add valn tag 0 when DCB is enabled and port is in UFP mode */ in ecore_dcbx_set_params() 384 /* If Eth TLV is not detected, use UFP TC as default TC */ in ecore_dcbx_process_tlv()
|
| H A D | fcoe_common.h | 1001 …ATA_B_SINGLE_VLAN_MASK 0x1 /* Does a single vlan (inner/outer) should be used. - UFP mode */
|
| H A D | ecore_hsi_fcoe.h | 159 …CTX_SINGLE_VLAN_FLAG_MASK 0x1 /* Indicaiton that there should be a single vlan (for UFP mode) */
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | doublebounce.pl | 8 # Updated by bicknell@ufp.org, 12/4/2002 to understand new sendmail DSN
|
| /freebsd/sys/dev/bxe/ |
| H A D | ecore_hsi.h | 7135 ETH_FP_HSI_VER_2 /* Hsi which supports tunneling and UFP */, 11703 uint8_t no_added_tags /* If set, the mfTag length is always zero (used in UFP) */;
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 8057 <bicknell@ufp.org>.
|