/Linux-v4.19/drivers/net/wimax/i2400m/ |
D | netdev.c | 101 int i2400m_open(struct net_device *net_dev) in i2400m_open() argument 104 struct i2400m *i2400m = net_dev_to_i2400m(net_dev); in i2400m_open() 107 d_fnstart(3, dev, "(net_dev %p [i2400m %p])\n", net_dev, i2400m); in i2400m_open() 116 net_dev, i2400m, result); in i2400m_open() 122 int i2400m_stop(struct net_device *net_dev) in i2400m_stop() argument 124 struct i2400m *i2400m = net_dev_to_i2400m(net_dev); in i2400m_stop() 127 d_fnstart(3, dev, "(net_dev %p [i2400m %p])\n", net_dev, i2400m); in i2400m_stop() 129 d_fnend(3, dev, "(net_dev %p [i2400m %p]) = 0\n", net_dev, i2400m); in i2400m_stop() 157 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_wake_tx_work() local 176 if (unlikely(!netif_carrier_ok(net_dev))) in i2400m_wake_tx_work() [all …]
|
D | driver.c | 224 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_check_mac_addr() local 239 if (!memcmp(net_dev->perm_addr, ddi->mac_address, in i2400m_check_mac_addr() 245 dev_warn(dev, "boot mode reported %pM\n", net_dev->perm_addr); in i2400m_check_mac_addr() 251 net_dev->addr_len = ETH_ALEN; in i2400m_check_mac_addr() 252 memcpy(net_dev->perm_addr, ddi->mac_address, ETH_ALEN); in i2400m_check_mac_addr() 253 memcpy(net_dev->dev_addr, ddi->mac_address, ETH_ALEN); in i2400m_check_mac_addr() 288 struct net_device *net_dev = wimax_dev->net_dev; in __i2400m_dev_start() local 343 net_dev, i2400m, result); in __i2400m_dev_start() 367 net_dev, i2400m, result); in __i2400m_dev_start() 510 netif_tx_disable(i2400m->wimax_dev.net_dev); in i2400m_pre_reset() [all …]
|
/Linux-v4.19/drivers/net/ethernet/sis/ |
D | sis900.c | 119 static void sis900_read_mode(struct net_device *net_dev, int *speed, int *duplex); 215 static int sis900_open(struct net_device *net_dev); 216 static int sis900_mii_probe (struct net_device * net_dev); 217 static void sis900_init_rxfilter (struct net_device * net_dev); 219 static int mdio_read(struct net_device *net_dev, int phy_id, int location); 220 static void mdio_write(struct net_device *net_dev, int phy_id, int location, int val); 222 static void sis900_check_mode (struct net_device *net_dev, struct mii_phy *mii_phy); 223 static void sis900_tx_timeout(struct net_device *net_dev); 224 static void sis900_init_tx_ring(struct net_device *net_dev); 225 static void sis900_init_rx_ring(struct net_device *net_dev); [all …]
|
/Linux-v4.19/net/batman-adv/ |
D | hard-interface.c | 65 dev_put(hard_iface->net_dev); in batadv_hardif_release() 77 batadv_hardif_get_by_netdev(const struct net_device *net_dev) in batadv_hardif_get_by_netdev() argument 83 if (hard_iface->net_dev == net_dev && in batadv_hardif_get_by_netdev() 160 static bool batadv_is_on_batman_iface(const struct net_device *net_dev) in batadv_is_on_batman_iface() argument 162 struct net *net = dev_net(net_dev); in batadv_is_on_batman_iface() 168 if (batadv_softif_is_valid(net_dev)) in batadv_is_on_batman_iface() 172 if (dev_get_iflink(net_dev) == 0 || in batadv_is_on_batman_iface() 173 dev_get_iflink(net_dev) == net_dev->ifindex) in batadv_is_on_batman_iface() 176 parent_net = batadv_getlink_net(net_dev, net); in batadv_is_on_batman_iface() 180 dev_get_iflink(net_dev)); in batadv_is_on_batman_iface() [all …]
|
D | debugfs.c | 57 struct net_device *net_dev = (struct net_device *)inode->i_private; in neighbors_open() local 59 return single_open(file, batadv_hardif_neigh_seq_print_text, net_dev); in neighbors_open() 64 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_originators_open() local 66 return single_open(file, batadv_orig_seq_print_text, net_dev); in batadv_originators_open() 80 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_originators_hardif_open() local 82 return single_open(file, batadv_orig_hardif_seq_print_text, net_dev); in batadv_originators_hardif_open() 87 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_gateways_open() local 89 return single_open(file, batadv_gw_client_seq_print_text, net_dev); in batadv_gateways_open() 94 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_transtable_global_open() local 96 return single_open(file, batadv_tt_global_seq_print_text, net_dev); in batadv_transtable_global_open() [all …]
|
D | sysfs.c | 62 struct net_device *net_dev = batadv_kobj_to_netdev(obj); in batadv_kobj_to_batpriv() local 64 return netdev_priv(net_dev); in batadv_kobj_to_batpriv() 154 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); \ 155 struct batadv_priv *bat_priv = netdev_priv(net_dev); \ 158 &bat_priv->_name, net_dev); \ 186 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); \ 187 struct batadv_priv *bat_priv = netdev_priv(net_dev); \ 191 &bat_priv->_var, net_dev, \ 256 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); \ 260 hard_iface = batadv_hardif_get_by_netdev(net_dev); \ [all …]
|
D | gateway_common.c | 46 bool batadv_parse_throughput(struct net_device *net_dev, char *buff, in batadv_parse_throughput() argument 67 batadv_err(net_dev, in batadv_parse_throughput() 77 batadv_err(net_dev, in batadv_parse_throughput() 92 batadv_err(net_dev, in batadv_parse_throughput() 113 static bool batadv_parse_gw_bandwidth(struct net_device *net_dev, char *buff, in batadv_parse_gw_bandwidth() argument 123 ret = batadv_parse_throughput(net_dev, buff, "download gateway speed", in batadv_parse_gw_bandwidth() 130 ret = batadv_parse_throughput(net_dev, slash_ptr + 1, in batadv_parse_gw_bandwidth() 177 ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, in batadv_gw_bandwidth_set() argument 180 struct batadv_priv *bat_priv = netdev_priv(net_dev); in batadv_gw_bandwidth_set() 190 ret = batadv_parse_gw_bandwidth(net_dev, buff, &down_new, &up_new); in batadv_gw_bandwidth_set() [all …]
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 221 netif_err(efx, drv, efx->net_dev, in ef4_check_disabled() 307 netif_vdbg(efx, intr, efx->net_dev, in ef4_poll() 344 netif_dbg(efx, probe, efx->net_dev, in ef4_probe_eventq() 364 netif_dbg(efx, drv, efx->net_dev, in ef4_init_eventq() 379 netif_dbg(channel->efx, ifup, channel->efx->net_dev, in ef4_start_eventq() 405 netif_dbg(channel->efx, drv, channel->efx->net_dev, in ef4_fini_eventq() 414 netif_dbg(channel->efx, drv, channel->efx->net_dev, in ef4_remove_eventq() 502 netif_dbg(channel->efx, probe, channel->efx->net_dev, in ef4_probe_channel() 577 netif_err(efx, probe, efx->net_dev, in ef4_probe_channels() 598 netdev_features_t old_features = efx->net_dev->features; in ef4_start_datapath() [all …]
|
D | ethtool.c | 93 static int ef4_ethtool_phys_id(struct net_device *net_dev, in ef4_ethtool_phys_id() argument 96 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_ethtool_phys_id() 119 ef4_ethtool_get_link_ksettings(struct net_device *net_dev, in ef4_ethtool_get_link_ksettings() argument 122 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_ethtool_get_link_ksettings() 143 ef4_ethtool_set_link_ksettings(struct net_device *net_dev, in ef4_ethtool_set_link_ksettings() argument 146 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_ethtool_set_link_ksettings() 152 netif_dbg(efx, drv, efx->net_dev, in ef4_ethtool_set_link_ksettings() 163 static void ef4_ethtool_get_drvinfo(struct net_device *net_dev, in ef4_ethtool_get_drvinfo() argument 166 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_ethtool_get_drvinfo() 173 static int ef4_ethtool_get_regs_len(struct net_device *net_dev) in ef4_ethtool_get_regs_len() argument [all …]
|
D | selftest.c | 140 netif_dbg(efx, drv, efx->net_dev, "testing interrupts\n"); in ef4_test_interrupts() 145 netif_dbg(efx, drv, efx->net_dev, in ef4_test_interrupts() 155 netif_dbg(efx, drv, efx->net_dev, "waiting for test interrupt\n"); in ef4_test_interrupts() 164 netif_err(efx, drv, efx->net_dev, "timed out waiting for interrupt\n"); in ef4_test_interrupts() 168 netif_dbg(efx, drv, efx->net_dev, "%s test interrupt seen on CPU%d\n", in ef4_test_interrupts() 228 netif_dbg(efx, drv, efx->net_dev, in ef4_test_eventq_irq() 237 netif_err(efx, drv, efx->net_dev, in ef4_test_eventq_irq() 241 netif_err(efx, drv, efx->net_dev, in ef4_test_eventq_irq() 246 netif_err(efx, drv, efx->net_dev, in ef4_test_eventq_irq() 270 netif_info(efx, drv, efx->net_dev, in ef4_test_phy() [all …]
|
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 214 static int dpaa_netdev_init(struct net_device *net_dev, in dpaa_netdev_init() argument 218 struct dpaa_priv *priv = netdev_priv(net_dev); in dpaa_netdev_init() 219 struct device *dev = net_dev->dev.parent; in dpaa_netdev_init() 229 percpu_priv->net_dev = net_dev; in dpaa_netdev_init() 232 net_dev->netdev_ops = dpaa_ops; in dpaa_netdev_init() 235 net_dev->mem_start = priv->mac_dev->res->start; in dpaa_netdev_init() 236 net_dev->mem_end = priv->mac_dev->res->end; in dpaa_netdev_init() 238 net_dev->min_mtu = ETH_MIN_MTU; in dpaa_netdev_init() 239 net_dev->max_mtu = dpaa_get_max_mtu(); in dpaa_netdev_init() 241 net_dev->hw_features |= (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in dpaa_netdev_init() [all …]
|
D | dpaa_ethtool.c | 78 static int dpaa_get_link_ksettings(struct net_device *net_dev, in dpaa_get_link_ksettings() argument 81 if (!net_dev->phydev) { in dpaa_get_link_ksettings() 82 netdev_dbg(net_dev, "phy device not initialized\n"); in dpaa_get_link_ksettings() 86 phy_ethtool_ksettings_get(net_dev->phydev, cmd); in dpaa_get_link_ksettings() 91 static int dpaa_set_link_ksettings(struct net_device *net_dev, in dpaa_set_link_ksettings() argument 96 if (!net_dev->phydev) { in dpaa_set_link_ksettings() 97 netdev_err(net_dev, "phy device not initialized\n"); in dpaa_set_link_ksettings() 101 err = phy_ethtool_ksettings_set(net_dev->phydev, cmd); in dpaa_set_link_ksettings() 103 netdev_err(net_dev, "phy_ethtool_ksettings_set() = %d\n", err); in dpaa_set_link_ksettings() 108 static void dpaa_get_drvinfo(struct net_device *net_dev, in dpaa_get_drvinfo() argument [all …]
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/ |
D | dpaa2-eth.c | 48 if (!(priv->net_dev->features & NETIF_F_RXCSUM)) in validate_rx_csum() 67 struct device *dev = priv->net_dev->dev.parent; in free_rx_fd() 128 struct device *dev = priv->net_dev->dev.parent; in build_frag_skb() 216 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_rx() 222 trace_dpaa2_rx_fd(priv->net_dev, fd); in dpaa2_eth_rx() 270 skb->protocol = eth_type_trans(skb, priv->net_dev); in dpaa2_eth_rx() 350 struct device *dev = priv->net_dev->dev.parent; in build_sg_fd() 450 struct device *dev = priv->net_dev->dev.parent; in build_single_fd() 500 struct device *dev = priv->net_dev->dev.parent; in free_tx_fd() 531 netdev_dbg(priv->net_dev, "Invalid FD format\n"); in free_tx_fd() [all …]
|
D | dpaa2-ethtool.c | 52 static void dpaa2_eth_get_drvinfo(struct net_device *net_dev, in dpaa2_eth_get_drvinfo() argument 55 struct dpaa2_eth_priv *priv = netdev_priv(net_dev); in dpaa2_eth_get_drvinfo() 62 strlcpy(drvinfo->bus_info, dev_name(net_dev->dev.parent->parent), in dpaa2_eth_get_drvinfo() 67 dpaa2_eth_get_link_ksettings(struct net_device *net_dev, in dpaa2_eth_get_link_ksettings() argument 72 struct dpaa2_eth_priv *priv = netdev_priv(net_dev); in dpaa2_eth_get_link_ksettings() 76 netdev_err(net_dev, "ERROR %d getting link state\n", err); in dpaa2_eth_get_link_ksettings() 98 dpaa2_eth_set_link_ksettings(struct net_device *net_dev, in dpaa2_eth_set_link_ksettings() argument 102 struct dpaa2_eth_priv *priv = netdev_priv(net_dev); in dpaa2_eth_set_link_ksettings() 111 if (netif_running(net_dev)) { in dpaa2_eth_set_link_ksettings() 112 netdev_info(net_dev, "Interface must be brought down first.\n"); in dpaa2_eth_set_link_ksettings() [all …]
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 136 struct net_device *net_dev = bgmac->net_dev; in bgmac_dma_tx_add() local 144 netdev_err(bgmac->net_dev, "Too long skb (%d)\n", skb->len); in bgmac_dma_tx_add() 157 netdev_err(bgmac->net_dev, "TX ring is full, queue should be stopped!\n"); in bgmac_dma_tx_add() 158 netif_stop_queue(net_dev); in bgmac_dma_tx_add() 193 netdev_sent_queue(net_dev, skb->len); in bgmac_dma_tx_add() 206 netif_stop_queue(net_dev); in bgmac_dma_tx_add() 224 netdev_err(bgmac->net_dev, "Mapping error of skb on ring 0x%X\n", in bgmac_dma_tx_add() 229 net_dev->stats.tx_dropped++; in bgmac_dma_tx_add() 230 net_dev->stats.tx_errors++; in bgmac_dma_tx_add() 269 bgmac->net_dev->stats.tx_bytes += slot->skb->len; in bgmac_dma_tx_free() [all …]
|
/Linux-v4.19/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 82 netdev_dbg(qca->net_dev, "interrupts: 0x%04x\n", *intr_cause); in start_spi_intr_handling() 95 netdev_dbg(qca->net_dev, "acking int: 0x%04x\n", intr_cause); in end_spi_intr_handling() 275 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcaspi_transmit() 309 netif_tx_lock_bh(qca->net_dev); in qcaspi_transmit() 317 if (netif_queue_stopped(qca->net_dev)) in qcaspi_transmit() 318 netif_wake_queue(qca->net_dev); in qcaspi_transmit() 319 netif_tx_unlock_bh(qca->net_dev); in qcaspi_transmit() 328 struct net_device *net_dev = qca->net_dev; in qcaspi_receive() local 329 struct net_device_stats *n_stats = &net_dev->stats; in qcaspi_receive() 336 qca->rx_skb = netdev_alloc_skb_ip_align(net_dev, in qcaspi_receive() [all …]
|
D | qca_uart.c | 49 struct net_device *net_dev; member 67 struct net_device *netdev = qca->net_dev; in qca_tty_receive() 130 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcauart_transmit() 136 if (!netif_running(qca->net_dev)) { in qcauart_transmit() 147 netif_wake_queue(qca->net_dev); in qcauart_transmit() 179 netif_start_queue(qca->net_dev); in qcauart_netdev_open() 213 netdev_warn(qca->net_dev, "xmit: iface is down\n"); in qcauart_netdev_xmit() 234 netif_stop_queue(qca->net_dev); in qcauart_netdev_xmit() 255 netdev_info(qca->net_dev, "Transmit timeout at %ld, latency %ld\n", in qcauart_netdev_tx_timeout() 275 qca->rx_skb = netdev_alloc_skb_ip_align(qca->net_dev, in qcauart_netdev_init() [all …]
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | efx.c | 244 netif_err(efx, drv, efx->net_dev, in efx_check_disabled() 340 netif_vdbg(efx, intr, efx->net_dev, in efx_poll() 380 netif_dbg(efx, probe, efx->net_dev, in efx_probe_eventq() 400 netif_dbg(efx, drv, efx->net_dev, in efx_init_eventq() 415 netif_dbg(channel->efx, ifup, channel->efx->net_dev, in efx_start_eventq() 441 netif_dbg(channel->efx, drv, channel->efx->net_dev, in efx_fini_eventq() 450 netif_dbg(channel->efx, drv, channel->efx->net_dev, in efx_remove_eventq() 545 netif_dbg(channel->efx, probe, channel->efx->net_dev, in efx_probe_channel() 622 netif_err(efx, probe, efx->net_dev, in efx_probe_channels() 643 netdev_features_t old_features = efx->net_dev->features; in efx_start_datapath() [all …]
|
D | sriov.c | 14 int efx_sriov_set_vf_mac(struct net_device *net_dev, int vf_i, u8 *mac) in efx_sriov_set_vf_mac() argument 16 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_mac() 24 int efx_sriov_set_vf_vlan(struct net_device *net_dev, int vf_i, u16 vlan, in efx_sriov_set_vf_vlan() argument 27 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_vlan() 43 int efx_sriov_set_vf_spoofchk(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_spoofchk() argument 46 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_spoofchk() 54 int efx_sriov_get_vf_config(struct net_device *net_dev, int vf_i, in efx_sriov_get_vf_config() argument 57 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_get_vf_config() 65 int efx_sriov_set_vf_link_state(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_link_state() argument 68 struct efx_nic *efx = netdev_priv(net_dev); in efx_sriov_set_vf_link_state()
|
D | ethtool.c | 103 static int efx_ethtool_phys_id(struct net_device *net_dev, in efx_ethtool_phys_id() argument 106 struct efx_nic *efx = netdev_priv(net_dev); in efx_ethtool_phys_id() 129 efx_ethtool_get_link_ksettings(struct net_device *net_dev, in efx_ethtool_get_link_ksettings() argument 132 struct efx_nic *efx = netdev_priv(net_dev); in efx_ethtool_get_link_ksettings() 159 efx_ethtool_set_link_ksettings(struct net_device *net_dev, in efx_ethtool_set_link_ksettings() argument 162 struct efx_nic *efx = netdev_priv(net_dev); in efx_ethtool_set_link_ksettings() 168 netif_dbg(efx, drv, efx->net_dev, in efx_ethtool_set_link_ksettings() 179 static void efx_ethtool_get_drvinfo(struct net_device *net_dev, in efx_ethtool_get_drvinfo() argument 182 struct efx_nic *efx = netdev_priv(net_dev); in efx_ethtool_get_drvinfo() 191 static int efx_ethtool_get_regs_len(struct net_device *net_dev) in efx_ethtool_get_regs_len() argument [all …]
|
D | selftest.c | 140 netif_dbg(efx, drv, efx->net_dev, "testing interrupts\n"); in efx_test_interrupts() 145 netif_dbg(efx, drv, efx->net_dev, in efx_test_interrupts() 155 netif_dbg(efx, drv, efx->net_dev, "waiting for test interrupt\n"); in efx_test_interrupts() 164 netif_err(efx, drv, efx->net_dev, "timed out waiting for interrupt\n"); in efx_test_interrupts() 168 netif_dbg(efx, drv, efx->net_dev, "%s test interrupt seen on CPU%d\n", in efx_test_interrupts() 228 netif_dbg(efx, drv, efx->net_dev, in efx_test_eventq_irq() 237 netif_err(efx, drv, efx->net_dev, in efx_test_eventq_irq() 241 netif_err(efx, drv, efx->net_dev, in efx_test_eventq_irq() 246 netif_err(efx, drv, efx->net_dev, in efx_test_eventq_irq() 270 netif_info(efx, drv, efx->net_dev, in efx_test_phy() [all …]
|
/Linux-v4.19/net/atm/ |
D | br2684.c | 83 struct net_device *net_dev; member 102 static inline struct br2684_dev *BRPRIV(const struct net_device *net_dev) in BRPRIV() argument 104 return netdev_priv(net_dev); in BRPRIV() 109 return list_entry(le, struct br2684_dev, br2684_devs)->net_dev; in list_entry_brdev() 126 struct net_device *net_dev; in br2684_find_dev() local 130 net_dev = list_entry_brdev(lh); in br2684_find_dev() 131 if (BRPRIV(net_dev)->number == s->spec.devnum) in br2684_find_dev() 132 return net_dev; in br2684_find_dev() 137 net_dev = list_entry_brdev(lh); in br2684_find_dev() 138 if (!strncmp(net_dev->name, s->spec.ifname, IFNAMSIZ)) in br2684_find_dev() [all …]
|
/Linux-v4.19/drivers/net/ethernet/ |
D | ec_bhf.c | 132 struct net_device *net_dev; member 194 if (unlikely(netif_queue_stopped(priv->net_dev))) { in ec_bhf_process_tx() 199 netif_wake_queue(priv->net_dev); in ec_bhf_process_tx() 224 skb = netdev_alloc_skb_ip_align(priv->net_dev, pkt_size); in ec_bhf_process_rx() 227 skb->protocol = eth_type_trans(skb, priv->net_dev); in ec_bhf_process_rx() 253 if (!netif_running(priv->net_dev)) in ec_bhf_timer_fun() 292 struct net_device *net_dev) in ec_bhf_start_xmit() argument 294 struct ec_bhf_priv *priv = netdev_priv(net_dev); in ec_bhf_start_xmit() 317 netif_stop_queue(net_dev); in ec_bhf_start_xmit() 401 static int ec_bhf_open(struct net_device *net_dev) in ec_bhf_open() argument [all …]
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_x25iface.c | 95 tmp->priv.net_dev = NULL; in isdn_x25iface_proto_new() 117 IX25DEBUG("isdn_x25iface_proto_close %s \n", MY_DEVNAME(cprot->net_dev)); in isdn_x25iface_proto_close() 120 cprot->net_dev = NULL; in isdn_x25iface_proto_close() 181 cprot->net_dev = ndev; in isdn_x25iface_proto_restart() 193 IX25DEBUG("isdn_x25iface_receive %s \n", MY_DEVNAME(cprot->net_dev)); in isdn_x25iface_receive() 198 skb->protocol = x25_type_trans(skb, cprot->net_dev); in isdn_x25iface_receive() 203 …KERN_WARNING "isdn_x25iface_receive %s: not connected, skb dropped\n", MY_DEVNAME(cprot->net_dev)); in isdn_x25iface_receive() 216 , MY_DEVNAME(cprot->net_dev)); in isdn_x25iface_connect_ind() 220 , MY_DEVNAME(cprot->net_dev)); in isdn_x25iface_connect_ind() 228 skb->protocol = x25_type_trans(skb, cprot->net_dev); in isdn_x25iface_connect_ind() [all …]
|
D | isdn_concap.c | 44 struct net_device *ndev = concap->net_dev; in isdn_concap_dl_data_req() 48 IX25DEBUG("isdn_concap_dl_data_req: %s \n", concap->net_dev->name); in isdn_concap_dl_data_req() 50 …IX25DEBUG("isdn_concap_dl_data_req: %s : isdn_net_send_skb returned %d\n", concap->net_dev->name, … in isdn_concap_dl_data_req() 56 …IX25DEBUG("isdn_concap_dl_data_req: %s : isdn_net_send_skb returned %d\n", concap->net_dev->name, … in isdn_concap_dl_data_req() 63 struct net_device *ndev = concap->net_dev; in isdn_concap_dl_connect_req() 76 IX25DEBUG("isdn_concap_dl_disconn_req: %s \n", concap->net_dev->name); in isdn_concap_dl_disconn_req() 78 isdn_net_hangup(concap->net_dev); in isdn_concap_dl_disconn_req()
|