Home
last modified time | relevance | path

Searched refs:nic (Results 1 – 50 of 50) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/
De100.c565 struct nic { struct
570 u16 (*mdio_ctrl)(struct nic *nic, u32 addr, u32 dir, u32 reg, u16 data); argument
634 static inline void e100_write_flush(struct nic *nic) in e100_write_flush() argument
638 (void)ioread8(&nic->csr->scb.status); in e100_write_flush()
641 static void e100_enable_irq(struct nic *nic) in e100_enable_irq() argument
645 spin_lock_irqsave(&nic->cmd_lock, flags); in e100_enable_irq()
646 iowrite8(irq_mask_none, &nic->csr->scb.cmd_hi); in e100_enable_irq()
647 e100_write_flush(nic); in e100_enable_irq()
648 spin_unlock_irqrestore(&nic->cmd_lock, flags); in e100_enable_irq()
651 static void e100_disable_irq(struct nic *nic) in e100_disable_irq() argument
[all …]
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c54 static inline u8 nicvf_netdev_qidx(struct nicvf *nic, u8 qidx) in nicvf_netdev_qidx() argument
56 if (nic->sqs_mode) in nicvf_netdev_qidx()
57 return qidx + ((nic->sqs_id + 1) * MAX_CMP_QUEUES_PER_QS); in nicvf_netdev_qidx()
62 static inline void nicvf_set_rx_frame_cnt(struct nicvf *nic, in nicvf_set_rx_frame_cnt() argument
66 nic->drv_stats.rx_frames_64++; in nicvf_set_rx_frame_cnt()
68 nic->drv_stats.rx_frames_127++; in nicvf_set_rx_frame_cnt()
70 nic->drv_stats.rx_frames_255++; in nicvf_set_rx_frame_cnt()
72 nic->drv_stats.rx_frames_511++; in nicvf_set_rx_frame_cnt()
74 nic->drv_stats.rx_frames_1023++; in nicvf_set_rx_frame_cnt()
76 nic->drv_stats.rx_frames_1518++; in nicvf_set_rx_frame_cnt()
[all …]
Dnic_main.c57 static inline bool pass1_silicon(struct nicpf *nic) in pass1_silicon() argument
59 return nic->pdev->revision < 8; in pass1_silicon()
84 static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val) in nic_reg_write() argument
86 writeq_relaxed(val, nic->reg_base + offset); in nic_reg_write()
89 static u64 nic_reg_read(struct nicpf *nic, u64 offset) in nic_reg_read() argument
91 return readq_relaxed(nic->reg_base + offset); in nic_reg_read()
95 static void nic_enable_mbx_intr(struct nicpf *nic) in nic_enable_mbx_intr() argument
98 nic_reg_write(nic, NIC_PF_MAILBOX_ENA_W1S, ~0ull); in nic_enable_mbx_intr()
99 nic_reg_write(nic, NIC_PF_MAILBOX_ENA_W1S + sizeof(u64), ~0ull); in nic_enable_mbx_intr()
102 static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg) in nic_clear_mbx_intr() argument
[all …]
Dnicvf_ethtool.c111 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_settings() local
116 if (!nic->link_up) { in nicvf_get_settings()
122 if (nic->speed <= 1000) { in nicvf_get_settings()
129 cmd->duplex = nic->duplex; in nicvf_get_settings()
130 ethtool_cmd_speed_set(cmd, nic->speed); in nicvf_get_settings()
137 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_link() local
139 return nic->link_up; in nicvf_get_link()
145 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_drvinfo() local
149 strlcpy(info->bus_info, pci_name(nic->pdev), sizeof(info->bus_info)); in nicvf_get_drvinfo()
154 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_msglevel() local
[all …]
Dnicvf_queues.c30 static int nicvf_poll_reg(struct nicvf *nic, int qidx, in nicvf_poll_reg() argument
41 reg_val = nicvf_queue_reg_read(nic, reg, qidx); in nicvf_poll_reg()
47 netdev_err(nic->netdev, "Poll on reg 0x%llx failed\n", reg); in nicvf_poll_reg()
52 static int nicvf_alloc_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem, in nicvf_alloc_q_desc_mem() argument
58 dmem->unalign_base = dma_zalloc_coherent(&nic->pdev->dev, dmem->size, in nicvf_alloc_q_desc_mem()
70 static void nicvf_free_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem) in nicvf_free_q_desc_mem() argument
75 dma_free_coherent(&nic->pdev->dev, dmem->size, in nicvf_free_q_desc_mem()
86 static inline int nicvf_alloc_rcv_buffer(struct nicvf *nic, gfp_t gfp, in nicvf_alloc_rcv_buffer() argument
94 if (nic->rb_page) { in nicvf_alloc_rcv_buffer()
95 if ((nic->rb_page_offset + buf_len + buf_len) > in nicvf_alloc_rcv_buffer()
[all …]
Dnicvf_queues.h310 void nicvf_config_vlan_stripping(struct nicvf *nic,
312 int nicvf_set_qset_resources(struct nicvf *nic);
313 int nicvf_config_data_transfer(struct nicvf *nic, bool enable);
314 void nicvf_qset_config(struct nicvf *nic, bool enable);
315 void nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs,
318 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx);
319 void nicvf_sq_disable(struct nicvf *nic, int qidx);
323 int nicvf_sq_append_skb(struct nicvf *nic, struct sk_buff *skb);
325 struct sk_buff *nicvf_get_rcv_skb(struct nicvf *nic, struct cqe_rx_t *cqe_rx);
329 void nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx);
[all …]
Dnic.h497 void nicvf_config_rss(struct nicvf *nic);
498 void nicvf_set_rss_key(struct nicvf *nic);
500 void nicvf_update_stats(struct nicvf *nic);
501 void nicvf_update_lmac_stats(struct nicvf *nic);
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan.c136 perInterface_wlan_t *nic; in dev_state_ev_handler() local
161 nic = netdev_priv(dev); in dev_state_ev_handler()
162 if (nic == NULL || pstrWFIDrv == NULL) { in dev_state_ev_handler()
176 if (nic->iftype == STATION_MODE || nic->iftype == CLIENT_MODE) { in dev_state_ev_handler()
190 host_int_setup_ipaddress(pstrWFIDrv, pIP_Add_buff, nic->u8IfIdx); in dev_state_ev_handler()
198 if (nic->iftype == STATION_MODE || nic->iftype == CLIENT_MODE) { in dev_state_ev_handler()
213 host_int_setup_ipaddress(pstrWFIDrv, pIP_Add_buff, nic->u8IfIdx); in dev_state_ev_handler()
231 perInterface_wlan_t *nic; in isr_uh_routine() local
235 nic = netdev_priv(dev); in isr_uh_routine()
236 wilc = nic->wilc; in isr_uh_routine()
[all …]
Dwilc_wfi_cfgoperations.c540 perInterface_wlan_t *nic; in CfgConnectResult() local
546 nic = netdev_priv(dev); in CfgConnectResult()
547 wl = nic->wilc; in CfgConnectResult()
1089 perInterface_wlan_t *nic; in add_key() local
1092 nic = netdev_priv(netdev); in add_key()
1093 wl = nic->wilc; in add_key()
1363 perInterface_wlan_t *nic; in del_key() local
1366 nic = netdev_priv(netdev); in del_key()
1367 wl = nic->wilc; in del_key()
1524 perInterface_wlan_t *nic; in get_station() local
[all …]
Dwilc_wlan.c353 perInterface_wlan_t *nic; in tcp_process() local
356 nic = netdev_priv(dev); in tcp_process()
357 wilc = nic->wilc; in tcp_process()
414 perInterface_wlan_t *nic; in wilc_wlan_txq_filter_dup_tcp_ack() local
420 nic = netdev_priv(dev); in wilc_wlan_txq_filter_dup_tcp_ack()
421 wilc = nic->wilc; in wilc_wlan_txq_filter_dup_tcp_ack()
838 perInterface_wlan_t *nic; in wilc_wlan_handle_txq() local
841 nic = netdev_priv(dev); in wilc_wlan_handle_txq()
842 wilc = nic->wilc; in wilc_wlan_handle_txq()
1663 perInterface_wlan_t *nic; in wilc_wlan_cleanup() local
[all …]
Dhost_interface.c4073 perInterface_wlan_t *nic; in host_int_init() local
4076 nic = netdev_priv(dev); in host_int_init()
4077 wilc = nic->wilc; in host_int_init()
/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_wimax.c116 struct nic *nic = netdev_priv(dev); in gdm_wimax_event_rcv() local
124 gdm_wimax_send(nic, msg, len); in gdm_wimax_event_rcv()
229 struct nic *nic = arg; in tx_complete() local
231 if (netif_queue_stopped(nic->netdev)) in tx_complete()
232 netif_wake_queue(nic->netdev); in tx_complete()
238 struct nic *nic = netdev_priv(dev); in gdm_wimax_send_tx() local
240 ret = gdm_wimax_send_with_cb(nic, skb->data, skb->len, tx_complete, in gdm_wimax_send_tx()
241 nic); in gdm_wimax_send_tx()
288 struct nic *nic = netdev_priv(dev); in __gdm_wimax_set_mac_addr() local
304 gdm_wimax_send(nic, hci, HCI_HEADER_SIZE + 8); in __gdm_wimax_set_mac_addr()
[all …]
Dgdm_qos.c93 struct nic *nic = nic_ptr; in gdm_qos_init() local
94 struct qos_cb_s *qcb = &nic->qos; in gdm_qos_init()
114 struct nic *nic = nic_ptr; in gdm_qos_release_list() local
115 struct qos_cb_s *qcb = &nic->qos; in gdm_qos_release_list()
188 static int get_qos_index(struct nic *nic, u8 *iph, u8 *tcpudph) in get_qos_index() argument
191 struct qos_cb_s *qcb = &nic->qos; in get_qos_index()
213 static void extract_qos_list(struct nic *nic, struct list_head *head) in extract_qos_list() argument
215 struct qos_cb_s *qcb = &nic->qos; in extract_qos_list()
236 netdev_warn(nic->netdev, "Index(%d) is piled!!\n", i); in extract_qos_list()
240 static void send_qos_list(struct nic *nic, struct list_head *head) in send_qos_list() argument
[all …]
Dgdm_wimax.h36 struct nic { struct
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_lte.c80 struct nic *nic = arg; in tx_complete() local
82 if (netif_queue_stopped(nic->netdev)) in tx_complete()
83 netif_wake_queue(nic->netdev); in tx_complete()
86 static int gdm_lte_rx(struct sk_buff *skb, struct nic *nic, int nic_type) in gdm_lte_rx() argument
92 nic->stats.rx_dropped++; in gdm_lte_rx()
94 nic->stats.rx_packets++; in gdm_lte_rx()
95 nic->stats.rx_bytes += skb->len + ETH_HLEN; in gdm_lte_rx()
103 struct nic *nic = netdev_priv(skb_in->dev); in gdm_lte_emulate_arp() local
156 memcpy(mac_header_data + ETH_ALEN, nic->src_mac_addr, ETH_ALEN); in gdm_lte_emulate_arp()
176 gdm_lte_rx(skb_out, nic, nic_type); in gdm_lte_emulate_arp()
[all …]
Dgdm_lte.h44 struct nic;
62 struct nic { struct
/linux-4.4.14/drivers/firmware/
Discsi_ibft.c181 struct ibft_nic *nic; member
300 struct ibft_nic *nic = entry->nic; in ibft_attr_show_nic() local
305 if (!nic) in ibft_attr_show_nic()
310 str += sprintf(str, "%d\n", nic->hdr.index); in ibft_attr_show_nic()
313 str += sprintf(str, "%d\n", nic->hdr.flags); in ibft_attr_show_nic()
316 str += sprintf_ipaddr(str, nic->ip_addr); in ibft_attr_show_nic()
319 val = cpu_to_be32(~((1 << (32-nic->subnet_mask_prefix))-1)); in ibft_attr_show_nic()
323 str += sprintf(str, "%d\n", nic->origin); in ibft_attr_show_nic()
326 str += sprintf_ipaddr(str, nic->gateway); in ibft_attr_show_nic()
329 str += sprintf_ipaddr(str, nic->primary_dns); in ibft_attr_show_nic()
[all …]
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c571 static int init_shared_mem(struct s2io_nic *nic) in init_shared_mem() argument
579 struct net_device *dev = nic->dev; in init_shared_mem()
582 struct config_param *config = &nic->config; in init_shared_mem()
583 struct mac_info *mac_control = &nic->mac_control; in init_shared_mem()
643 fifo->nic = nic; in init_shared_mem()
651 tmp_v = pci_alloc_consistent(nic->pdev, in init_shared_mem()
669 tmp_v = pci_alloc_consistent(nic->pdev, in init_shared_mem()
708 if (rx_cfg->num_rxd % (rxd_count[nic->rxd_mode] + 1)) { in init_shared_mem()
716 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
719 if (nic->rxd_mode == RXD_MODE_1) in init_shared_mem()
[all …]
Ds2io.h709 struct s2io_nic *nic; member
787 struct s2io_nic *nic; member
1082 static int init_nic(struct s2io_nic *nic);
1107 static void s2io_card_down(struct s2io_nic *nic);
1108 static int s2io_card_up(struct s2io_nic *nic);
1114 static void restore_xmsi_data(struct s2io_nic *nic);
1130 static int rts_ds_steer(struct s2io_nic *nic, u8 ds_codepoint, u8 ring);
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt4 - compatible: "hisilicon,hns-nic-v1" or "hisilicon,hns-nic-v2".
5 "hisilicon,hns-nic-v1" is for hip05.
6 "hisilicon,hns-nic-v2" is for Hi1610 and Hi1612.
43 compatible = "hisilicon,hns-nic-v1";
/linux-4.4.14/drivers/net/ethernet/tehuti/
Dtehuti.c103 struct pci_nic *nic = pci_get_drvdata(pdev); in print_hw_id() local
111 nic->port_num == 1 ? "" : ", 2-Port"); in print_hw_id()
113 readl(nic->regs + SROM_VER), readl(nic->regs + FPGA_VER) & 0xFFF, in print_hw_id()
114 readl(nic->regs + FPGA_SEED), in print_hw_id()
119 static void print_fw_id(struct pci_nic *nic) in print_fw_id() argument
121 pr_info("fw 0x%x\n", readl(nic->regs + FW_VER)); in print_fw_id()
427 #define BDX_IRQ_TYPE ((priv->nic->irq_type == IRQ_MSI) ? 0 : IRQF_SHARED) in bdx_hw_start()
626 print_fw_id(priv->nic); in bdx_open()
637 return (offset > (u32) (BDX_REGS_SIZE / priv->nic->port_num)) ? in bdx_range_check()
1924 struct pci_nic *nic; in bdx_probe() local
[all …]
Dtehuti.h273 struct pci_nic *nic; member
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/
Dhip05_hns.dtsi129 compatible = "hisilicon,hns-nic-v1";
137 compatible = "hisilicon,hns-nic-v1";
144 compatible = "hisilicon,hns-nic-v1";
152 compatible = "hisilicon,hns-nic-v1";
160 compatible = "hisilicon,hns-nic-v1";
168 compatible = "hisilicon,hns-nic-v1";
176 compatible = "hisilicon,hns-nic-v1";
184 compatible = "hisilicon,hns-nic-v1";
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_hw.c1568 nesnic = &nesvnic->nic; in nes_replenish_nic_rq()
1595 nic_rqe = &nesnic->rq_vbase[nesvnic->nic.rq_head]; in nes_replenish_nic_rq()
1710 nesvnic->nic.first_frag_vbase = vmem; in nes_init_nic_qp()
1713 nesvnic->nic.frag_paddr[counter] = pmem; in nes_init_nic_qp()
1720 nesvnic->nic.sq_vbase = (void *)vmem; in nes_init_nic_qp()
1721 nesvnic->nic.sq_pbase = pmem; in nes_init_nic_qp()
1722 nesvnic->nic.sq_head = 0; in nes_init_nic_qp()
1723 nesvnic->nic.sq_tail = 0; in nes_init_nic_qp()
1724 nesvnic->nic.sq_size = NES_NIC_WQ_SIZE; in nes_init_nic_qp()
1726 nic_sqe = &nesvnic->nic.sq_vbase[counter]; in nes_init_nic_qp()
[all …]
Dnes_nic.c363 struct nes_hw_nic *nesnic = &nesvnic->nic; in nes_nic_send()
469 struct nes_hw_nic *nesnic = &nesvnic->nic; in nes_netdev_start_xmit()
690 (wqe_count << 24) | (1 << 23) | nesvnic->nic.qp_id); in nes_netdev_start_xmit()
1692 nesvnic->nic.qp_id = curr_qp_map[nesdev->netdev_count].qpid; in nes_netdev_init()
1716 nesvnic, (unsigned long)netdev->features, nesvnic->nic.qp_id, in nes_netdev_init()
1754 nesvnic->nic_cq.cq_number = nesvnic->nic.qp_id; in nes_netdev_init()
Dnes_hw.h1245 struct nes_hw_nic nic; member
Dnes_verbs.c1570 nescq->hw_cq.cq_number = nesvnic->nic.qp_id + 28 + 2 * ((nes_ucontext->mcrqf & 0xf) - 1); in nes_create_cq()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c898 struct qlcnic_info *nic) in qlcnic_82xx_set_nic_info() argument
917 nic_info->pci_func = cpu_to_le16(nic->pci_func); in qlcnic_82xx_set_nic_info()
918 nic_info->op_mode = cpu_to_le16(nic->op_mode); in qlcnic_82xx_set_nic_info()
919 nic_info->phys_port = cpu_to_le16(nic->phys_port); in qlcnic_82xx_set_nic_info()
920 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
921 nic_info->capabilities = cpu_to_le32(nic->capabilities); in qlcnic_82xx_set_nic_info()
922 nic_info->max_mac_filters = nic->max_mac_filters; in qlcnic_82xx_set_nic_info()
923 nic_info->max_tx_ques = cpu_to_le16(nic->max_tx_ques); in qlcnic_82xx_set_nic_info()
924 nic_info->max_rx_ques = cpu_to_le16(nic->max_rx_ques); in qlcnic_82xx_set_nic_info()
925 nic_info->min_tx_bw = cpu_to_le16(nic->min_tx_bw); in qlcnic_82xx_set_nic_info()
[all …]
Dqlcnic_83xx_hw.c2370 struct qlcnic_info *nic) in qlcnic_83xx_set_nic_info() argument
2386 cmd.req.arg[1] = (nic->pci_func << 16); in qlcnic_83xx_set_nic_info()
2388 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info()
2389 cmd.req.arg[4] = nic->capabilities; in qlcnic_83xx_set_nic_info()
2390 cmd.req.arg[5] = (nic->max_mac_filters & 0xFF) | ((nic->max_mtu) << 16); in qlcnic_83xx_set_nic_info()
2391 cmd.req.arg[6] = (nic->max_tx_ques) | ((nic->max_rx_ques) << 16); in qlcnic_83xx_set_nic_info()
2392 cmd.req.arg[7] = (nic->min_tx_bw) | ((nic->max_tx_bw) << 16); in qlcnic_83xx_set_nic_info()
2463 u16 *nic, u16 *fcoe, u16 *iscsi) in qlcnic_get_pci_func_type() argument
2470 (*nic)++; in qlcnic_get_pci_func_type()
2492 u16 nic = 0, fcoe = 0, iscsi = 0; in qlcnic_83xx_get_pci_info() local
[all …]
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3588 struct be_nic_res_desc *nic; in be_get_nic_desc() local
3594 nic = (struct be_nic_res_desc *)hdr; in be_get_nic_desc()
3597 nic->flags & (1 << VFT_SHIFT))) in be_get_nic_desc()
3598 return nic; in be_get_nic_desc()
3741 struct be_nic_res_desc *nic; in be_cmd_get_profile_config() local
3792 nic = be_get_func_nic_desc(resp->func_param, desc_count); in be_cmd_get_profile_config()
3793 if (nic) in be_cmd_get_profile_config()
3794 be_copy_nic_desc(res, nic); in be_cmd_get_profile_config()
3840 static void be_reset_nic_desc(struct be_nic_res_desc *nic) in be_reset_nic_desc() argument
3842 memset(nic, 0, sizeof(*nic)); in be_reset_nic_desc()
[all …]
/linux-4.4.14/drivers/net/ethernet/sfc/
DMakefile1 sfc-y += efx.o nic.o farch.o falcon.o siena.o ef10.o tx.o \
Dnic.h175 int (*init) (struct efx_nic *nic);
177 void (*fini) (struct efx_nic *nic);
179 int (*monitor) (struct efx_nic *nic);
Dethtool.c56 EFX_ETHTOOL_STAT(field, nic, field, \
/linux-4.4.14/arch/ia64/include/asm/sn/
Dklconfig.h225 nic_t nic; /* MUst be aligned properly */ member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.h184 dma_addr_t nic; member
233 dma_addr_t nic; member
Dipw2100.c2905 (u32) (txq->nic + i * sizeof(struct ipw2100_bd)), in __ipw2100_tx_process()
2913 (u32) (txq->nic + i * in __ipw2100_tx_process()
3036 (u32) (txq->nic + txq->next * in ipw2100_tx_send_commands()
4333 q->drv = pci_zalloc_consistent(priv->pci_dev, q->size, &q->nic); in status_queue_allocate()
4351 priv->status_queue.nic); in status_queue_free()
4367 q->drv = pci_zalloc_consistent(priv->pci_dev, q->size, &q->nic); in bd_queue_allocate()
4387 pci_free_consistent(priv->pci_dev, q->size, q->drv, q->nic); in bd_queue_free()
4401 (u32) q->nic); in bd_queue_initialize()
4403 write_register(priv->net_dev, base, q->nic); in bd_queue_initialize()
4653 priv->status_queue.nic); in ipw2100_rx_initialize()
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_mgmt.c1230 struct be_cmd_get_nic_conf_resp *nic) in mgmt_get_nic_conf() argument
1237 sizeof(*nic)); in mgmt_get_nic_conf()
1241 return mgmt_exec_nonemb_cmd(phba, &nonemb_cmd, nic, sizeof(*nic)); in mgmt_get_nic_conf()
/linux-4.4.14/tools/lguest/
Dlguest.txt64 qemu -cdrom image.iso -hda rootfile -net user -net nic -boot d
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dbrcm,iproc-clocks.txt191 nic genpll_sw 3 BCM_NS2_GENPLL_SW_NIC_CLK
/linux-4.4.14/drivers/net/ethernet/sgi/
Dioc3-eth.c404 u8 nic[14]; in ioc3_get_eaddr_nic() local
427 nic[i] = nic_read_byte(ioc3); in ioc3_get_eaddr_nic()
430 priv_netdev(ip)->dev_addr[i - 2] = nic[i]; in ioc3_get_eaddr_nic()
/linux-4.4.14/drivers/scsi/
Discsi_boot_sysfs.c90 iscsi_boot_rd_attr(tgt_nic, nic-assoc, ISCSI_BOOT_TGT_NIC_ASSOC);
/linux-4.4.14/arch/mips/include/asm/sn/
Dklconfig.h492 nic_t nic; /* MUst be aligned properly */ member
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt285 the wr-nic (which uses IRQ(1) on the SPEC card) should configure
288 if the wr-nic gateware is known to use IRQ1 on the SPEC, the driver
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c5966 static void wl12xx_derive_mac_addresses(struct wl1271 *wl, u32 oui, u32 nic) in wl12xx_derive_mac_addresses() argument
5971 oui, nic); in wl12xx_derive_mac_addresses()
5973 if (nic + WLCORE_NUM_MAC_ADDRESSES - wl->num_mac_addr > 0xffffff) in wl12xx_derive_mac_addresses()
5980 wl->addresses[i].addr[3] = (u8)(nic >> 16); in wl12xx_derive_mac_addresses()
5981 wl->addresses[i].addr[4] = (u8)(nic >> 8); in wl12xx_derive_mac_addresses()
5982 wl->addresses[i].addr[5] = (u8) nic; in wl12xx_derive_mac_addresses()
5983 nic++; in wl12xx_derive_mac_addresses()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_led.c90 struct net_device *nic; in InitLed871x() local
92 nic = padapter->pnetdev; in InitLed871x()
/linux-4.4.14/Documentation/networking/
Dvortex.txt306 ftp://ftp.3com.com/pub/nic/3c90x/3c90xx2.exe
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c1832 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3044 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) && in fw_compatible()
/linux-4.4.14/
DCREDITS17 E: mea@nic.funet.fi
DMAINTAINERS170 M: Realtek linux nic maintainers <nic_swsd@realtek.com>