/kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
D | gdm_lte.c | 77 static int gdm_lte_rx(struct sk_buff *skb, struct nic *nic, int nic_type) in gdm_lte_rx() argument 93 static int gdm_lte_emulate_arp(struct sk_buff *skb_in, u32 nic_type) in gdm_lte_emulate_arp() argument 169 gdm_lte_rx(skb_out, nic, nic_type); in gdm_lte_emulate_arp() 213 static int gdm_lte_emulate_ndp(struct sk_buff *skb_in, u32 nic_type) in gdm_lte_emulate_ndp() argument 331 gdm_lte_rx(skb_out, nic, nic_type); in gdm_lte_emulate_ndp() 345 u32 nic_type; in gdm_lte_tx_nic_type() local 348 nic_type = 0x00000010 | nic->nic_id; in gdm_lte_tx_nic_type() 356 nic_type |= NIC_TYPE_F_VLAN; in gdm_lte_tx_nic_type() 365 nic_type |= NIC_TYPE_ARP; in gdm_lte_tx_nic_type() 368 nic_type |= NIC_TYPE_F_IPV4; in gdm_lte_tx_nic_type() [all …]
|
D | hci_packet.h | 45 __dev32 nic_type; member 53 __dev32 nic_type; member 70 __dev32 nic_type; member
|
D | gdm_lte.h | 31 u32 nic_type; member 44 int dev_idx, int nic_type);
|
D | gdm_usb.c | 707 int dev_idx, int nic_type) in gdm_usb_sdu_send() argument 733 if (nic_type == NIC_TYPE_ARP) { in gdm_usb_sdu_send() 745 sdu->nic_type = gdm_cpu_to_dev32(udev->gdm_ed, nic_type); in gdm_usb_sdu_send()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 85 if (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c) { in atl1c_get_permanent_address() 95 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l2c_b2) { in atl1c_get_permanent_address() 119 if ((hw->nic_type == athr_l1c || hw->nic_type == athr_l2c)) { in atl1c_get_permanent_address() 313 if ((hw->nic_type == athr_l2c_b2 || hw->nic_type == athr_l1d_2) && in atl1c_read_phy_core() 361 if ((hw->nic_type == athr_l2c_b2 || hw->nic_type == athr_l1d_2) && in atl1c_write_phy_core() 522 if (hw->nic_type == athr_l2c_b) { in atl1c_phy_reset() 529 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l2c_b2) { in atl1c_phy_reset() 537 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l2c_b2) { in atl1c_phy_reset() 544 hw->nic_type == athr_l1d || hw->nic_type == athr_l1d_2 ? in atl1c_phy_reset() 561 if (hw->nic_type == athr_l1d || hw->nic_type == athr_l1d_2 || in atl1c_phy_reset() [all …]
|
D | atl1c_main.c | 65 if (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c) { in atl1c_pcie_patch() 75 if (hw->nic_type == athr_l2c_b && hw->revision_id == L2CB_V10) { in atl1c_pcie_patch() 88 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l1d) { in atl1c_pcie_patch() 512 switch (hw->nic_type) { in atl1c_set_max_mtu() 649 hw->nic_type = athr_l2c; in atl1c_set_mac_type() 652 hw->nic_type = athr_l1c; in atl1c_set_mac_type() 655 hw->nic_type = athr_l2c_b; in atl1c_set_mac_type() 658 hw->nic_type = athr_l2c_b2; in atl1c_set_mac_type() 661 hw->nic_type = athr_l1d; in atl1c_set_mac_type() 664 hw->nic_type = athr_l1d_2; in atl1c_set_mac_type() [all …]
|
D | atl1c.h | 357 enum atl1c_nic_type nic_type; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_pci.c | 44 priv->card_8192 = priv->ops->nic_type; in rtl92e_check_adapter() 69 if (priv->ops->nic_type != priv->card_8192) { in rtl92e_check_adapter() 72 priv->ops->nic_type, priv->card_8192); in rtl92e_check_adapter()
|
D | rtl_core.h | 272 enum nic_t nic_type; member
|
D | rtl_core.c | 31 .nic_type = NIC_8192E, 2010 stats.nic_type = NIC_8192E; in _rtl92e_rx_normal()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.c | 319 if (hw->nic_type == athr_l1e) { in atl1e_phy_setup_autoneg_adv() 356 if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) { in atl1e_phy_setup_autoneg_adv() 626 if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) { in atl1e_restart_autoneg()
|
D | atl1e_ethtool.c | 28 if (hw->nic_type == athr_l1e) in atl1e_get_link_ksettings() 77 if (hw->nic_type == athr_l1e) { in atl1e_set_link_ksettings()
|
D | atl1e_main.c | 584 hw->nic_type = athr_l2e_revB; in atl1e_sw_init() 587 hw->nic_type = athr_l1e; in atl1e_sw_init() 589 hw->nic_type = athr_l2e_revA; in atl1e_sw_init() 935 if (hw->nic_type != athr_l2e_revB) { in atl1e_configure_tx() 959 if (hw->nic_type != athr_l2e_revB) in atl1e_configure_tx() 978 if (hw->nic_type != athr_l2e_revB) { in atl1e_configure_rx()
|
D | atl1e.h | 305 enum atl1e_nic_type nic_type; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | tx_common.c | 290 const struct efx_nic_type *nic_type = tx_queue->efx->type; in efx_tx_map_chunk() local 298 if (nic_type->tx_limit_len) in efx_tx_map_chunk() 299 dma_len = nic_type->tx_limit_len(tx_queue, dma_addr, len); in efx_tx_map_chunk()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
D | tx.c | 184 const struct ef4_nic_type *nic_type = tx_queue->efx->type; in ef4_tx_map_chunk() local 191 dma_len = nic_type->tx_limit_len(tx_queue, dma_addr, len); in ef4_tx_map_chunk()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.c | 873 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1) in ipw_led_link_on() 916 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1) in ipw_led_link_off() 1039 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network) in ipw_led_band_on() 1073 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1) in ipw_led_band_off() 1118 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE]; in ipw_led_init() 1131 switch (priv->nic_type) { in ipw_led_init() 1154 priv->nic_type); in ipw_led_init() 1155 priv->nic_type = EEPROM_NIC_TYPE_0; in ipw_led_init() 1564 return sprintf(buf, "TYPE: %d\n", priv->nic_type); in show_nic_type() 1567 static DEVICE_ATTR(nic_type, 0444, show_nic_type, NULL);
|
D | ipw2200.h | 1309 u8 nic_type; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
D | rtllib.h | 580 u8 nic_type; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 700 u8 nic_type; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2089 u8 nic_type; member
|