Home
last modified time | relevance | path

Searched defs:nic (Results 1 – 30 of 30) sorted by relevance

/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()
62 static inline void nicvf_set_rx_frame_cnt(struct nicvf *nic, in nicvf_set_rx_frame_cnt()
91 void nicvf_reg_write(struct nicvf *nic, u64 offset, u64 val) in nicvf_reg_write()
96 u64 nicvf_reg_read(struct nicvf *nic, u64 offset) in nicvf_reg_read()
101 void nicvf_queue_reg_write(struct nicvf *nic, u64 offset, in nicvf_queue_reg_write()
109 u64 nicvf_queue_reg_read(struct nicvf *nic, u64 offset, u64 qidx) in nicvf_queue_reg_read()
117 static void nicvf_write_to_mbx(struct nicvf *nic, union nic_mbx *mbx) in nicvf_write_to_mbx()
125 int nicvf_send_msg_to_pf(struct nicvf *nic, union nic_mbx *mbx) in nicvf_send_msg_to_pf()
156 static int nicvf_check_pf_ready(struct nicvf *nic) in nicvf_check_pf_ready()
170 static void nicvf_read_bgx_stats(struct nicvf *nic, struct bgx_stats_msg *bgx) in nicvf_read_bgx_stats()
[all …]
Dnicvf_ethtool.c111 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_settings() local
137 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_link() local
145 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_drvinfo() local
154 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_msglevel() local
161 struct nicvf *nic = netdev_priv(netdev); in nicvf_set_msglevel() local
166 static void nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset) in nicvf_get_qset_strings()
190 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_strings() local
228 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_sset_count() local
252 static void nicvf_get_qset_stats(struct nicvf *nic, in nicvf_get_qset_stats()
278 struct nicvf *nic = netdev_priv(netdev); in nicvf_get_ethtool_stats() local
[all …]
Dnicvf_queues.c30 static int nicvf_poll_reg(struct nicvf *nic, int qidx, 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()
70 static void nicvf_free_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem) 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()
135 static struct sk_buff *nicvf_rb_ptr_to_skb(struct nicvf *nic, in nicvf_rb_ptr_to_skb()
160 static int nicvf_init_rbdr(struct nicvf *nic, struct rbdr *rbdr, in nicvf_init_rbdr()
194 static void nicvf_free_rbdr(struct nicvf *nic, struct rbdr *rbdr) in nicvf_free_rbdr()
232 static void nicvf_refill_rbdr(struct nicvf *nic, gfp_t gfp) in nicvf_refill_rbdr()
300 struct nicvf *nic = container_of(work, struct nicvf, rbdr_work.work); in nicvf_rbdr_work() local
312 struct nicvf *nic = (struct nicvf *)data; in nicvf_rbdr_task() local
[all …]
Dnic_main.c57 static inline bool pass1_silicon(struct nicpf *nic) in pass1_silicon()
84 static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val) in nic_reg_write()
89 static u64 nic_reg_read(struct nicpf *nic, u64 offset) in nic_reg_read()
95 static void nic_enable_mbx_intr(struct nicpf *nic) 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()
116 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx) in nic_send_msg_to_vf()
141 static void nic_mbx_send_ready(struct nicpf *nic, int vf) in nic_mbx_send_ready()
171 static void nic_mbx_send_ack(struct nicpf *nic, int vf) in nic_mbx_send_ack()
183 static void nic_mbx_send_nack(struct nicpf *nic, int vf) in nic_mbx_send_nack()
194 static int nic_rcv_queue_sw_sync(struct nicpf *nic) in nic_rcv_queue_sw_sync()
[all …]
/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
572 struct rx *rxs ____cacheline_aligned;
573 struct rx *rx_to_use;
574 struct rx *rx_to_clean;
575 struct rfd blank_rfd;
576 enum ru_state ru_running;
578 spinlock_t cb_lock ____cacheline_aligned;
579 spinlock_t cmd_lock;
580 struct csr __iomem *csr;
[all …]
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_lte.h62 struct nic { struct
69 u32 nic_id; argument
70 u16 vlan_id;
Dgdm_lte.c80 struct nic *nic = arg; in tx_complete() local
86 static int gdm_lte_rx(struct sk_buff *skb, struct nic *nic, int nic_type) in gdm_lte_rx()
103 struct nic *nic = netdev_priv(skb_in->dev); in gdm_lte_emulate_arp() local
223 struct nic *nic = netdev_priv(skb_in->dev); in gdm_lte_emulate_ndp() local
349 struct nic *nic = netdev_priv(dev); in gdm_lte_tx_nic_type() local
415 struct nic *nic = netdev_priv(dev); in gdm_lte_tx() local
509 struct nic *nic = netdev_priv(dev); in gdm_lte_stats() local
516 struct nic *nic = netdev_priv(dev); in gdm_lte_event_send() local
535 struct nic *nic = netdev_priv(dev); in gdm_lte_event_rcv() local
578 struct nic *nic; in gdm_lte_netif_rx() local
[all …]
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan.c136 perInterface_wlan_t *nic; in dev_state_ev_handler() local
231 perInterface_wlan_t *nic; in isr_uh_routine() local
250 perInterface_wlan_t *nic; in isr_bh_routine() local
272 perInterface_wlan_t *nic; in init_irq() local
314 perInterface_wlan_t *nic; in deinit_irq() local
407 perInterface_wlan_t *nic; in linux_wlan_set_bssid() local
442 perInterface_wlan_t *nic; in linux_wlan_txq_task() local
524 perInterface_wlan_t *nic = p_nic; in linux_wlan_get_firmware() local
573 static int linux_wlan_start_firmware(perInterface_wlan_t *nic) in linux_wlan_start_firmware()
890 perInterface_wlan_t *nic; in wilc1000_wlan_deinit() local
[all …]
Dwilc_wfi_cfgoperations.c540 perInterface_wlan_t *nic; in CfgConnectResult() local
1089 perInterface_wlan_t *nic; in add_key() local
1363 perInterface_wlan_t *nic; in del_key() local
1524 perInterface_wlan_t *nic; in get_station() local
2206 perInterface_wlan_t *nic; in mgmt_tx() local
2388 perInterface_wlan_t *nic; in wilc_mgmt_frame_register() local
2532 perInterface_wlan_t *nic; in change_virtual_intf() local
2884 perInterface_wlan_t *nic; in start_ap() local
2988 perInterface_wlan_t *nic; in add_station() local
3057 perInterface_wlan_t *nic; in del_station() local
[all …]
Dwilc_wlan.c353 perInterface_wlan_t *nic; in tcp_process() local
414 perInterface_wlan_t *nic; in wilc_wlan_txq_filter_dup_tcp_ack() local
838 perInterface_wlan_t *nic; in wilc_wlan_handle_txq() local
1663 perInterface_wlan_t *nic; in wilc_wlan_cleanup() local
2045 perInterface_wlan_t *nic; in Set_machw_change_vir_if() local
Dhost_interface.c4073 perInterface_wlan_t *nic; in host_int_init() local
/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_wimax.h36 struct nic { struct
37 struct net_device *netdev;
38 struct phy_dev *phy_dev;
39 struct data_s sdk_data[SIOC_DATA_MAX];
41 struct qos_cb_s qos;
Dgdm_wimax.c116 struct nic *nic = netdev_priv(dev); in gdm_wimax_event_rcv() local
229 struct nic *nic = arg; in tx_complete() local
238 struct nic *nic = netdev_priv(dev); in gdm_wimax_send_tx() local
288 struct nic *nic = netdev_priv(dev); in __gdm_wimax_set_mac_addr() local
341 struct nic *nic = netdev_priv(dev); in gdm_wimax_open() local
353 struct nic *nic = netdev_priv(dev); in gdm_wimax_close() local
414 struct nic *nic = netdev_priv(dev); in gdm_wimax_cleanup_ioctl() local
437 struct nic *nic = netdev_priv(dev); in gdm_update_fsm() local
461 struct nic *nic = netdev_priv(dev); in gdm_wimax_ioctl() local
504 struct nic *nic = netdev_priv(dev); in gdm_wimax_prepare_device() local
[all …]
Dgdm_qos.c93 struct nic *nic = nic_ptr; in gdm_qos_init() local
114 struct nic *nic = nic_ptr; in gdm_qos_release_list() local
188 static int get_qos_index(struct nic *nic, u8 *iph, u8 *tcpudph) in get_qos_index()
213 static void extract_qos_list(struct nic *nic, struct list_head *head) in extract_qos_list()
240 static void send_qos_list(struct nic *nic, struct list_head *head) in send_qos_list()
253 struct nic *nic = netdev_priv(dev); in gdm_qos_send_hci_pkt() local
330 struct nic *nic = nic_ptr; in gdm_recv_qos_hci_packet() local
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c571 static int init_shared_mem(struct s2io_nic *nic) in init_shared_mem()
877 static void free_shared_mem(struct s2io_nic *nic) in free_shared_mem()
1016 static int s2io_verify_pci_mode(struct s2io_nic *nic) in s2io_verify_pci_mode()
1050 static int s2io_print_pci_mode(struct s2io_nic *nic) in s2io_print_pci_mode()
1118 static int init_tti(struct s2io_nic *nic, int link) in init_tti()
1194 static int init_nic(struct s2io_nic *nic) in init_nic()
1827 static int s2io_link_fault_indication(struct s2io_nic *nic) in s2io_link_fault_indication()
1857 static void en_dis_err_alarms(struct s2io_nic *nic, u16 mask, int flag) in en_dis_err_alarms()
1995 static void en_dis_able_nic_intrs(struct s2io_nic *nic, u16 mask, int flag) in en_dis_able_nic_intrs()
2211 static int start_nic(struct s2io_nic *nic) in start_nic()
[all …]
Ds2io.h709 struct s2io_nic *nic; member
787 struct s2io_nic *nic; member
/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
451 struct ibft_nic *nic = entry->nic; in ibft_check_nic_for() local
588 struct ibft_nic *nic = (struct ibft_nic *)hdr; in ibft_create_kobject() local
/linux-4.4.14/drivers/net/ethernet/tehuti/
Dtehuti.c103 struct pci_nic *nic = pci_get_drvdata(pdev); in print_hw_id() local
119 static void print_fw_id(struct pci_nic *nic) in print_fw_id()
1924 struct pci_nic *nic; in bdx_probe() local
2425 struct pci_nic *nic = pci_get_drvdata(pdev); in bdx_remove() local
Dtehuti.h273 struct pci_nic *nic; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c898 struct qlcnic_info *nic) in qlcnic_82xx_set_nic_info()
958 u16 nic = 0, fcoe = 0, iscsi = 0; in qlcnic_82xx_get_pci_info() local
Dqlcnic_83xx_hw.c2370 struct qlcnic_info *nic) in qlcnic_83xx_set_nic_info()
2463 u16 *nic, u16 *fcoe, u16 *iscsi) in qlcnic_get_pci_func_type()
2492 u16 nic = 0, fcoe = 0, iscsi = 0; in qlcnic_83xx_get_pci_info() local
/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_led.c90 struct net_device *nic; in InitLed871x() local
/linux-4.4.14/arch/ia64/include/asm/sn/
Dklconfig.h225 nic_t nic; /* MUst be aligned properly */ member
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_mgmt.c1230 struct be_cmd_get_nic_conf_resp *nic) in mgmt_get_nic_conf()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3588 struct be_nic_res_desc *nic; in be_get_nic_desc() local
3741 struct be_nic_res_desc *nic; in be_cmd_get_profile_config() local
3840 static void be_reset_nic_desc(struct be_nic_res_desc *nic) in be_reset_nic_desc()
/linux-4.4.14/drivers/net/ethernet/sgi/
Dioc3-eth.c404 u8 nic[14]; in ioc3_get_eaddr_nic() local
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.h184 dma_addr_t nic; member
233 dma_addr_t nic; member
/linux-4.4.14/arch/mips/include/asm/sn/
Dklconfig.h492 nic_t nic; /* MUst be aligned properly */ member
/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()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_hw.h1245 struct nes_hw_nic nic; member