| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_mac.c | 120 old_pdu = epp->ep_mac_pdu; in efx_mac_pdu_set() 130 epp->ep_mac_pdu = old_pdu; in efx_mac_pdu_set() 225 old_mulcst = epp->ep_mulcst; in efx_mac_filter_set() 227 old_brdcst = epp->ep_brdcst; in efx_mac_filter_set() 230 epp->ep_mulcst = mulcst; in efx_mac_filter_set() 232 epp->ep_brdcst = brdcst; in efx_mac_filter_set() 331 old_fcntl = epp->ep_fcntl; in efx_mac_fcntl_set() 335 epp->ep_fcntl = fcntl; in efx_mac_fcntl_set() 367 epp->ep_fcntl = old_fcntl; in efx_mac_fcntl_set() 897 epp->ep_emop = emop; in efx_mac_select() [all …]
|
| H A D | efx_phy.c | 90 epp->ep_port = encp->enc_port; in efx_phy_probe() 124 epp->ep_epop = epop; in efx_phy_probe() 131 epp->ep_port = 0; in efx_phy_probe() 132 epp->ep_phy_type = 0; in efx_phy_probe() 178 epp->ep_phy_led_mode = mode; in efx_phy_led_set() 245 epp->ep_adv_cap_mask = mask; in efx_phy_adv_cap_set() 540 epp->ep_current_bist = type; in efx_bist_start() 622 epp->ep_epop = NULL; in efx_phy_unprobe() 624 epp->ep_adv_cap_mask = 0; in efx_phy_unprobe() 626 epp->ep_port = 0; in efx_phy_unprobe() [all …]
|
| H A D | efx_port.c | 43 efx_port_t *epp = &(enp->en_port); in efx_port_init() local 58 epp->ep_mac_type = EFX_MAC_INVALID; in efx_port_init() 59 epp->ep_link_mode = EFX_LINK_UNKNOWN; in efx_port_init() 60 epp->ep_mac_drain = B_TRUE; in efx_port_init() 66 epp->ep_emop->emo_reconfigure(enp); in efx_port_init() 108 efx_port_t *epp = &(enp->en_port); in efx_port_poll() local 140 efx_port_t *epp = &(enp->en_port); in efx_port_loopback_set() local 240 efx_port_t *epp = &(enp->en_port); in efx_port_fini() local 248 EFSYS_ASSERT(epp->ep_mac_drain); in efx_port_fini() 250 epp->ep_emop = NULL; in efx_port_fini() [all …]
|
| H A D | siena_mac.c | 46 efx_port_t *epp = &(enp->en_port); in siena_mac_poll() local 54 epp->ep_fcntl = sls.sls_fcntl; in siena_mac_poll() 97 efx_port_t *epp = &(enp->en_port); in siena_mac_reconfigure() local 116 epp->ep_mac_addr); in siena_mac_reconfigure() 121 if (epp->ep_fcntl_autoneg) in siena_mac_reconfigure() 142 if (epp->ep_all_mulcst) { in siena_mac_reconfigure() 146 } else if (epp->ep_mulcst) { in siena_mac_reconfigure() 162 if (epp->ep_brdcst) { in siena_mac_reconfigure() 209 efx_port_t *epp = &(enp->en_port); in siena_mac_loopback_set() local 218 epp->ep_loopback_type = loopback_type; in siena_mac_loopback_set() [all …]
|
| H A D | ef10_mac.c | 44 efx_port_t *epp = &(enp->en_port); in ef10_mac_poll() local 102 efx_port_t *epp = &(enp->en_port); in efx_mcdi_vadapter_set_mac() local 117 epp->ep_mac_addr); in efx_mcdi_vadapter_set_mac() 313 epp->ep_mac_addr); in ef10_mac_reconfigure() 359 epp->ep_all_unicst, epp->ep_mulcst, in ef10_mac_reconfigure() 360 epp->ep_all_mulcst, epp->ep_brdcst, in ef10_mac_reconfigure() 361 epp->ep_mulcst_addr_list, in ef10_mac_reconfigure() 411 epp->ep_all_unicst, epp->ep_mulcst, in ef10_mac_filter_default_rxq_set() 412 epp->ep_all_mulcst, epp->ep_brdcst, in ef10_mac_filter_default_rxq_set() 438 epp->ep_all_unicst, epp->ep_mulcst, in ef10_mac_filter_default_rxq_clear() [all …]
|
| H A D | siena_phy.c | 120 efx_port_t *epp = &(enp->en_port); in siena_phy_link_ev() local 164 epp->ep_lp_cap_mask = lp_cap_mask; in siena_phy_link_ev() 165 if (epp->ep_phy_cap_mask & (1 << EFX_PHY_CAP_AN)) in siena_phy_link_ev() 166 epp->ep_fcntl = fcntl; in siena_phy_link_ev() 273 efx_port_t *epp = &(enp->en_port); in siena_phy_reconfigure() local 291 cap_mask = epp->ep_adv_cap_mask; in siena_phy_reconfigure() 306 epp->ep_loopback_type); in siena_phy_reconfigure() 307 switch (epp->ep_loopback_link_mode) { in siena_phy_reconfigure() 327 MCDI_IN_SET_DWORD(req, SET_LINK_IN_FLAGS, epp->ep_phy_flags); in siena_phy_reconfigure() 348 switch (epp->ep_phy_led_mode) { in siena_phy_reconfigure()
|
| H A D | ef10_phy.c | 197 efx_port_t *epp = &(enp->en_port); in ef10_phy_link_ev() local 255 epp->ep_lp_cap_mask = lp_cap_mask; in ef10_phy_link_ev() 256 epp->ep_fcntl = fcntl; in ef10_phy_link_ev() 361 efx_port_t *epp = &(enp->en_port); in ef10_phy_reconfigure() local 384 cap_mask = epp->ep_adv_cap_mask; in ef10_phy_reconfigure() 427 epp->ep_loopback_type); in ef10_phy_reconfigure() 428 switch (epp->ep_loopback_link_mode) { in ef10_phy_reconfigure() 460 MCDI_IN_SET_DWORD(req, SET_LINK_IN_FLAGS, epp->ep_phy_flags); in ef10_phy_reconfigure() 481 switch (epp->ep_phy_led_mode) { in ef10_phy_reconfigure()
|
| H A D | hunt_nic.c | 101 efx_port_t *epp = &(enp->en_port); in hunt_board_cfg() local 146 if (epp->ep_default_adv_cap_mask & EFX_PHY_CAP_40000FDX) in hunt_board_cfg()
|
| H A D | ef10_nic.c | 163 efx_port_t *epp = &(enp->en_port); in ef10_nic_get_port_mode_bandwidth() local 177 if (epp->ep_phy_cap_mask & (1 << EFX_PHY_CAP_25000FDX)) in ef10_nic_get_port_mode_bandwidth() 182 if (epp->ep_phy_cap_mask & (1 << EFX_PHY_CAP_50000FDX)) in ef10_nic_get_port_mode_bandwidth() 187 if (epp->ep_phy_cap_mask & (1 << EFX_PHY_CAP_100000FDX)) in ef10_nic_get_port_mode_bandwidth() 1788 efx_port_t *epp = &(enp->en_port); in ef10_nic_board_cfg() local 1871 if (epp->ep_phy_cap_mask & (1u << EFX_PHY_CAP_BASER_FEC)) in ef10_nic_board_cfg() 1872 epp->ep_phy_cap_mask |= in ef10_nic_board_cfg() 1874 if (epp->ep_phy_cap_mask & (1u << EFX_PHY_CAP_RS_FEC)) in ef10_nic_board_cfg() 1875 epp->ep_phy_cap_mask |= in ef10_nic_board_cfg() 1878 epp->ep_phy_cap_mask |= in ef10_nic_board_cfg() [all …]
|
| H A D | siena_nic.c | 321 efx_port_t *epp = &(enp->en_port); in siena_nic_probe() local 365 epp->ep_default_adv_cap_mask = sls.sls_adv_cap_mask; in siena_nic_probe() 366 epp->ep_adv_cap_mask = sls.sls_adv_cap_mask; in siena_nic_probe()
|
| H A D | efx_mcdi.c | 1461 efx_port_t *epp = &(enp->en_port); in efx_mcdi_get_phy_cfg() local 1521 epp->ep_fixed_port_type = (efx_phy_media_type_t) phy_media_type; in efx_mcdi_get_phy_cfg() 1522 if (epp->ep_fixed_port_type >= EFX_PHY_MEDIA_NTYPES) in efx_mcdi_get_phy_cfg() 1523 epp->ep_fixed_port_type = EFX_PHY_MEDIA_INVALID; in efx_mcdi_get_phy_cfg() 1525 epp->ep_phy_cap_mask = in efx_mcdi_get_phy_cfg() 2248 efx_port_t *epp = &(enp->en_port); in efx_mcdi_phy_module_get_info() local 2264 switch (epp->ep_fixed_port_type) { in efx_mcdi_phy_module_get_info()
|
| /freebsd-13.1/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_lookup.c | 204 struct buf **bpp, struct direntry **epp) in readep() argument 220 if (epp) in readep() 221 *epp = bptoep(pmp, *bpp, diroffset); in readep() 231 readde(struct denode *dep, struct buf **bpp, struct direntry **epp) in readde() argument 235 bpp, epp)); in readde()
|
| /freebsd-13.1/contrib/nvi/common/ |
| H A D | search.c | 37 search_init(SCR *sp, dir_t dir, CHAR_T *ptrn, size_t plen, CHAR_T **epp, in search_init() argument 67 if (epp != NULL) in search_init() 68 *epp = ptrn + 1; in search_init() 72 if (epp != NULL) in search_init() 73 *epp = ptrn + 2; in search_init() 111 if (epp != NULL) in search_init() 112 *epp = p; in search_init()
|
| /freebsd-13.1/sys/dev/ppbus/ |
| H A D | ppb_msq.c | 62 int index, epp, mode; in mode2xfer() local 91 switch ((epp = ppb_get_epp_protocol(bus))) { in mode2xfer() 100 epp); in mode2xfer()
|
| /freebsd-13.1/sys/geom/ |
| H A D | geom_event.c | 373 g_post_event_x(g_event_t *func, void *arg, int flag, int wuflag, struct g_event **epp, va_list ap) in g_post_event_x() argument 384 if (epp != NULL) in g_post_event_x() 385 *epp = ep; in g_post_event_x()
|
| /freebsd-13.1/sbin/restore/ |
| H A D | symtab.c | 103 struct entry **epp; in addino() local 107 epp = &entry[inum % entrytblsize]; in addino() 109 np->e_next = *epp; in addino() 110 *epp = np; in addino()
|
| /freebsd-13.1/sys/fs/msdosfs/ |
| H A D | denode.h | 278 …(struct msdosfsmount *pmp, u_long dirclu, u_long dirofs, struct buf **bpp, struct direntry **epp); 279 int readde(struct denode *dep, struct buf **bpp, struct direntry **epp);
|
| H A D | msdosfs_lookup.c | 929 struct buf **bpp, struct direntry **epp) in readep() argument 945 if (epp) in readep() 946 *epp = bptoep(pmp, *bpp, diroffset); in readep() 956 readde(struct denode *dep, struct buf **bpp, struct direntry **epp) in readde() argument 960 bpp, epp)); in readde()
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 1074 elist_t **epp; in resurrect_types() local 1281 for (i = 0, epp = &tdp->t_emem; i < vlen; in resurrect_types() 1282 i++, epp = &((*epp)->el_next)) { in resurrect_types() 1287 *epp = xmalloc(sizeof (elist_t)); in resurrect_types() 1288 (*epp)->el_name = xstrdup(sbuf + cte->cte_name); in resurrect_types() 1289 (*epp)->el_number = cte->cte_value; in resurrect_types() 1291 *epp = NULL; in resurrect_types()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/tegra/ |
| H A D | nvidia,tegra20-host1x.txt | 68 - epp: encoder pre-processor 71 - compatible: "nvidia,tegra<chip>-epp" 79 - epp 368 epp { 369 compatible = "nvidia,tegra20-epp"; 374 reset-names = "epp";
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | commands.c | 1542 char **epp, *cp; in env_init() local 1545 for (epp = environ; *epp; epp++) { in env_init() 1546 if ((cp = strchr(*epp, '='))) { in env_init() 1548 ep = env_define((unsigned char *)*epp, in env_init()
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | commands.c | 1632 char **epp, *cp; in env_init() local 1635 for (epp = environ; *epp; epp++) { in env_init() 1636 if ((cp = strchr(*epp, '='))) { in env_init() 1638 ep = env_define((unsigned char *)*epp, in env_init()
|
| /freebsd-13.1/sys/geom/eli/ |
| H A D | g_eli.c | 340 struct g_provider *epp, *pp; in g_eli_resize() local 400 epp = LIST_FIRST(&sc->sc_geom->provider); in g_eli_resize() 401 g_resize_provider(epp, sc->sc_mediasize); in g_eli_resize() 402 G_ELI_DEBUG(0, "Device %s size changed from %jd to %jd.", epp->name, in g_eli_resize()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | tegra20.dtsi | 67 epp@540c0000 { 68 compatible = "nvidia,tegra20-epp"; 73 reset-names = "epp";
|
| /freebsd-13.1/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 416 xdr_encap_parms(XDR *xdrs, struct encap_parms *epp) in xdr_encap_parms() argument 418 return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), in xdr_encap_parms()
|