/freebsd/sys/dev/liquidio/ |
H A D | lio_ioctl.c | 68 struct lio *lio = if_getsoftc(ifp); in lio_change_dev_flags() 98 struct lio *lio = if_getsoftc(ifp); in lio_ioctl() 215 struct lio *lio = if_getsoftc(ifp); in lio_set_tso4() 234 struct lio *lio = if_getsoftc(ifp); in lio_set_tso6() 253 struct lio *lio = if_getsoftc(ifp); in lio_set_rx_csum() 280 struct lio *lio = if_getsoftc(ifp); in lio_set_lro() 342 struct lio *lio = if_getsoftc(ifp); in lio_change_mtu() 426 struct lio *lio = if_getsoftc(ifp); in lio_set_mac() 513 struct lio *lio = if_getsoftc(ifp); in lio_set_mcast_list()
|
H A D | lio_main.c | 358 struct lio *lio = if_getsoftc(oct_dev->props.ifp); in lio_shutdown() 967 struct lio *lio = if_getsoftc(ifp); in lio_ifmedia_update() 1032 struct lio *lio = if_getsoftc(ifp); in lio_ifmedia_status() 1062 struct lio *lio = if_getsoftc(ifp); in lio_get_counter() 1174 struct lio *lio = if_getsoftc(ifp); in lio_tcp_lro_free() 1192 struct lio *lio = if_getsoftc(ifp); in lio_tcp_lro_init() 1535 lio = if_getsoftc(oct->props.ifp); in lio_free_sgmbuf() 1619 struct lio *lio = if_getsoftc(ifp); in lio_set_rxcsum_command() 1657 lio = if_getsoftc(oct->props.ifp); in lio_stop_nic_module() 1783 struct lio *lio = if_getsoftc(ifp); in lio_stop() [all …]
|
H A D | lio_rxtx.c | 232 struct lio *lio = if_getsoftc(ifp); in lio_mq_start_locked() 264 struct lio *lio = if_getsoftc(ifp); in lio_mq_start() 304 struct lio *lio = if_getsoftc(ifp); in lio_qflush()
|
/freebsd/sys/dev/netmap/ |
H A D | if_vtnet_netmap.h | 40 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_reg() 69 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_txsync() 163 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_kring_refill() 258 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_rxsync() 351 struct vtnet_softc *sc = if_getsoftc(na->ifp); in vtnet_netmap_intr() 418 struct vtnet_softc *sc = if_getsoftc(na->ifp); in vtnet_netmap_config()
|
H A D | if_ptnet.c | 749 struct ptnet_softc *sc = if_getsoftc(ifp); in ptnet_ioctl() 969 struct ptnet_softc *sc = if_getsoftc(ifp); in ptnet_qflush() 992 struct ptnet_softc *sc = if_getsoftc(ifp); in ptnet_media_change() 1005 struct ptnet_softc *sc = if_getsoftc(ifp); in ptnet_get_counter() 1098 struct ptnet_softc *sc = if_getsoftc(na->ifp); in ptnet_nm_config() 1162 struct ptnet_softc *sc = if_getsoftc(ifp); in ptnet_nm_register() 1240 struct ptnet_softc *sc = if_getsoftc(kring->na->ifp); in ptnet_nm_txsync() 1255 struct ptnet_softc *sc = if_getsoftc(kring->na->ifp); in ptnet_nm_rxsync() 1270 struct ptnet_softc *sc = if_getsoftc(na->ifp); in ptnet_nm_intr() 1569 struct ptnet_softc *sc = if_getsoftc(if in ptnet_transmit() [all...] |
H A D | if_re_netmap.h | 50 struct rl_softc *adapter = if_getsoftc(ifp); in re_netmap_reg() 81 struct rl_softc *sc = if_getsoftc(ifp); in re_netmap_txsync() 183 struct rl_softc *sc = if_getsoftc(ifp); in re_netmap_rxsync()
|
/freebsd/sys/dev/dc/ |
H A D | dcphy.c | 154 dc_sc = if_getsoftc(sc->mii_pdata->mii_ifp); in dcphy_attach() 192 dc_sc = if_getsoftc(mii->mii_ifp); in dcphy_service() 299 dc_sc = if_getsoftc(mii->mii_ifp); in dcphy_status() 379 sc = if_getsoftc(mii->mii_pdata->mii_ifp); in dcphy_auto() 400 sc = if_getsoftc(mii->mii_pdata->mii_ifp); in dcphy_reset()
|
/freebsd/sys/dev/ntb/if_ntb/ |
H A D | if_ntb.c | 231 struct ntb_net_ctx *sc = if_getsoftc(ifp); in ntb_ioctl() 293 struct ntb_net_ctx *sc = if_getsoftc(ifp); in ntb_ifmedia_upd() 305 struct ntb_net_ctx *sc = if_getsoftc(ifp); in ntb_ifmedia_sts() 353 struct ntb_net_ctx *sc = if_getsoftc(ifp); in ntb_transmit() 402 struct ntb_net_ctx *sc = if_getsoftc(ifp); in ntb_qflush()
|
/freebsd/sys/dev/smc/ |
H A D | if_smc.c | 502 sc = if_getsoftc(ifp); in smc_start() 515 sc = if_getsoftc(ifp); in smc_start_locked() 594 sc = if_getsoftc(ifp); in smc_task_tx() 698 sc = if_getsoftc(ifp); in smc_task_rx() 806 sc = if_getsoftc(ifp); in smc_poll() 856 sc = if_getsoftc(ifp); in smc_task_intr() 1071 sc = if_getsoftc(ifp); in smc_mii_ifmedia_upd() 1085 sc = if_getsoftc(ifp); in smc_mii_ifmedia_sts() 1301 sc = if_getsoftc(ifp); in smc_ioctl()
|
/freebsd/sys/dev/sume/ |
H A D | if_sume.c | 253 nf_priv = if_getsoftc(ifp); in sume_rx_build_mbuf() 879 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_if_ioctl() 931 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_media_change() 948 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_update_link_status() 979 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_media_status() 1009 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_if_start_locked() 1108 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_if_start() 1304 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_sysctl_init() 1395 struct nf_priv *nf_priv = if_getsoftc(ifp); in sume_get_stats() 1528 nf_priv = if_getsoftc(ifp); in sume_detach()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_phy.c | 164 struct ar40xx_softc *sc = if_getsoftc(ifp); in ar40xx_ifmedia_upd() 179 struct ar40xx_softc *sc = if_getsoftc(ifp); in ar40xx_ifmedia_sts()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 272 struct ipoib_dev_priv *priv = if_getsoftc(ifp); in ipoib_ioctl() 307 if_init(ifp, if_getsoftc(ifp)); /* before arpwhohas */ in ipoib_ioctl() 312 if_init(ifp, if_getsoftc(ifp)); in ipoib_ioctl() 768 _ipoib_start(dev, if_getsoftc(dev)); in ipoib_start() 933 return if_getsoftc(dev); in ipoib_intf_alloc() 1083 priv = if_getsoftc(dev); in ipoib_add_one() 1297 parent = if_getsoftc(ifp); in ipoib_config_vlan() 1367 parent = if_getsoftc(ifp); in ipoib_unconfig_vlan()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_llan.c | 255 struct llan_softc *sc = if_getsoftc(ifp); in llan_media_change() 460 struct llan_softc *sc = if_getsoftc(ifp); in llan_start_locked() 498 struct llan_softc *sc = if_getsoftc(ifp); in llan_start() 535 struct llan_softc *sc = if_getsoftc(ifp); in llan_ioctl()
|
/freebsd/sys/dev/dwc/ |
H A D | if_dwc.c | 99 sc = if_getsoftc(ifp); in dwc_media_status() 121 sc = if_getsoftc(ifp); in dwc_media_change() 154 struct dwc_softc *sc = if_getsoftc(ifp); in dwc_txstart() 224 sc = if_getsoftc(ifp); in dwc_ioctl()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe.c | 143 struct axgbe_softc *sc = if_getsoftc(ifp); in axgbe_ioctl() 181 sc = if_getsoftc(ifp); in axgbe_media_change() 213 sc = if_getsoftc(ifp); in axgbe_media_status() 243 struct xgbe_prv_data *pdata = if_getsoftc(ifp); in axgbe_get_counter()
|
/freebsd/sys/dev/dpaa/ |
H A D | if_dtsec.c | 429 sc = if_getsoftc(ifp); in dtsec_if_ioctl() 548 sc = if_getsoftc(ifp); in dtsec_if_start() 569 struct dtsec_softc *sc = if_getsoftc(ifp); in dtsec_ifmedia_upd() 581 struct dtsec_softc *sc = if_getsoftc(ifp); in dtsec_ifmedia_sts()
|
/freebsd/sys/dev/gve/ |
H A D | gve_main.c | 198 struct gve_priv *priv = if_getsoftc(ifp); in gve_set_mtu() 238 priv = if_getsoftc(ifp); in gve_ioctl() 295 struct gve_priv *priv = if_getsoftc(ifp); in gve_media_change() 304 struct gve_priv *priv = if_getsoftc(ifp); in gve_media_status() 332 priv = if_getsoftc(ifp); in gve_get_counter()
|
/freebsd/sys/dev/le/ |
H A D | lance.c | 234 struct lance_softc *sc = if_getsoftc(ifp); in lance_start() 450 struct lance_softc *sc = if_getsoftc(ifp); in lance_mediachange() 473 struct lance_softc *sc = if_getsoftc(ifp); in lance_mediastatus() 496 struct lance_softc *sc = if_getsoftc(ifp); in lance_ioctl()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec_rxtx.c | 44 priv = if_getsoftc(ifp); in mlx5_accel_ipsec_rx_tag_add()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 95 struct mana_port_context *apc = if_getsoftc(ifp); in mana_ifmedia_status() 122 struct mana_port_context *apc = if_getsoftc(ifp); in mana_get_counter() 167 struct mana_port_context *apc = if_getsoftc(ifp); in mana_ioctl() 494 struct mana_port_context *apc = if_getsoftc(ndev); in mana_xmit() 670 struct mana_port_context *apc = if_getsoftc(ndev); in mana_xmit_taskfunc() 804 struct mana_port_context *apc = if_getsoftc(ifp); in mana_start_xmit() 1438 apc = if_getsoftc(ndev); in mana_poll_tx_cq() 1627 apc = if_getsoftc(ndev); in mana_rx_mbuf() 1736 apc = if_getsoftc(ndev); in mana_process_rx_cqe() 1776 apc = if_getsoftc(ndev); in mana_process_rx_cqe() [all …]
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xae.c | 269 sc = if_getsoftc(ifp); in xae_transmit_locked() 305 sc = if_getsoftc(ifp); in xae_transmit() 481 sc = if_getsoftc(ifp); in xae_media_status() 504 sc = if_getsoftc(ifp); in xae_media_change() 589 sc = if_getsoftc(ifp); in xae_ioctl()
|
/freebsd/sys/dev/altera/atse/ |
H A D | if_atse.c | 307 sc = if_getsoftc(ifp); in atse_transmit_locked() 342 sc = if_getsoftc(ifp); in atse_transmit() 382 sc = if_getsoftc(ifp); in atse_qflush() 938 sc = if_getsoftc(ifp); in atse_ioctl() 1017 sc = if_getsoftc(ifp); in atse_ifmedia_upd() 1039 sc = if_getsoftc(ifp); in atse_ifmedia_sts()
|
/freebsd/sys/dev/lge/ |
H A D | if_lge.c | 1138 sc = if_getsoftc(ifp); in lge_start() 1151 sc = if_getsoftc(ifp); in lge_start_locked() 1335 sc = if_getsoftc(ifp); in lge_ifmedia_upd() 1350 sc = if_getsoftc(ifp); in lge_ifmedia_upd_locked() 1369 sc = if_getsoftc(ifp); in lge_ifmedia_sts() 1384 struct lge_softc *sc = if_getsoftc(ifp); in lge_ioctl()
|
/freebsd/sys/powerpc/ps3/ |
H A D | if_glc.c | 397 struct glc_softc *sc = if_getsoftc(ifp); in glc_start_locked() 453 struct glc_softc *sc = if_getsoftc(ifp); in glc_start() 463 struct glc_softc *sc = if_getsoftc(ifp); in glc_ioctl() 895 struct glc_softc *sc = if_getsoftc(ifp); in glc_media_status() 923 struct glc_softc *sc = if_getsoftc(ifp); in glc_media_change()
|
/freebsd/sys/arm/allwinner/ |
H A D | if_emac.c | 604 sc = if_getsoftc(ifp); in emac_start() 617 sc = if_getsoftc(ifp); in emac_start_locked() 741 sc = if_getsoftc(ifp); in emac_ioctl() 1107 sc = if_getsoftc(ifp); in emac_ifmedia_upd() 1124 sc = if_getsoftc(ifp); in emac_ifmedia_sts()
|