| /Linux-v5.4/drivers/net/ethernet/intel/ | 
| D | e100.c | 540 struct nic {  struct545 	u16 (*mdio_ctrl)(struct nic *nic, u32 addr, u32 dir, u32 reg, u16 data);  argument
 547 	struct rx *rxs				____cacheline_aligned;
 548 	struct rx *rx_to_use;
 549 	struct rx *rx_to_clean;
 550 	struct rfd blank_rfd;
 551 	enum ru_state ru_running;
 553 	spinlock_t cb_lock			____cacheline_aligned;
 554 	spinlock_t cmd_lock;
 555 	struct csr __iomem *csr;
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/cavium/thunder/ | 
| D | nicvf_main.c | 75 static inline u8 nicvf_netdev_qidx(struct nicvf *nic, u8 qidx)  in nicvf_netdev_qidx()93 void nicvf_reg_write(struct nicvf *nic, u64 offset, u64 val)  in nicvf_reg_write()
 98 u64 nicvf_reg_read(struct nicvf *nic, u64 offset)  in nicvf_reg_read()
 103 void nicvf_queue_reg_write(struct nicvf *nic, u64 offset,  in nicvf_queue_reg_write()
 111 u64 nicvf_queue_reg_read(struct nicvf *nic, u64 offset, u64 qidx)  in nicvf_queue_reg_read()
 119 static void nicvf_write_to_mbx(struct nicvf *nic, union nic_mbx *mbx)  in nicvf_write_to_mbx()
 127 int nicvf_send_msg_to_pf(struct nicvf *nic, union nic_mbx *mbx)  in nicvf_send_msg_to_pf()
 168 static int nicvf_check_pf_ready(struct nicvf *nic)  in nicvf_check_pf_ready()
 182 static void nicvf_send_cfg_done(struct nicvf *nic)  in nicvf_send_cfg_done()
 193 static void nicvf_read_bgx_stats(struct nicvf *nic, struct bgx_stats_msg *bgx)  in nicvf_read_bgx_stats()
 [all …]
 
 | 
| D | nicvf_queues.c | 21 static void nicvf_get_page(struct nicvf *nic)  in nicvf_get_page()31 static int nicvf_poll_reg(struct nicvf *nic, int qidx,  in nicvf_poll_reg()
 53 static int nicvf_alloc_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem,  in nicvf_alloc_q_desc_mem()
 71 static void nicvf_free_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem)  in nicvf_free_q_desc_mem()
 92 static inline struct pgcache *nicvf_alloc_page(struct nicvf *nic,  in nicvf_alloc_page()
 175 static inline int nicvf_alloc_rcv_buffer(struct nicvf *nic, struct rbdr *rbdr,  in nicvf_alloc_rcv_buffer()
 232 static struct sk_buff *nicvf_rb_ptr_to_skb(struct nicvf *nic,  in nicvf_rb_ptr_to_skb()
 252 static int  nicvf_init_rbdr(struct nicvf *nic, struct rbdr *rbdr,  in nicvf_init_rbdr()
 318 static void nicvf_free_rbdr(struct nicvf *nic, struct rbdr *rbdr)  in nicvf_free_rbdr()
 379 static void nicvf_refill_rbdr(struct nicvf *nic, gfp_t gfp)  in nicvf_refill_rbdr()
 [all …]
 
 | 
| D | nicvf_ethtool.c | 122 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_link_ksettings()  local184 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_link()  local
 192 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_drvinfo()  local
 201 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_msglevel()  local
 208 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_set_msglevel()  local
 213 static void nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset)  in nicvf_get_qset_strings()
 237 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_strings()  local
 275 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_sset_count()  local
 299 static void nicvf_get_qset_stats(struct nicvf *nic,  in nicvf_get_qset_stats()
 325 	struct nicvf *nic = netdev_priv(netdev);  in nicvf_get_ethtool_stats()  local
 [all …]
 
 | 
| D | nic_main.c | 88 static void nic_reg_write(struct nicpf *nic, u64 offset, u64 val)  in nic_reg_write()93 static u64 nic_reg_read(struct nicpf *nic, u64 offset)  in nic_reg_read()
 99 static void nic_enable_mbx_intr(struct nicpf *nic)  in nic_enable_mbx_intr()
 119 static void nic_clear_mbx_intr(struct nicpf *nic, int vf, int mbx_reg)  in nic_clear_mbx_intr()
 133 static void nic_send_msg_to_vf(struct nicpf *nic, int vf, union nic_mbx *mbx)  in nic_send_msg_to_vf()
 158 static void nic_mbx_send_ready(struct nicpf *nic, int vf)  in nic_mbx_send_ready()
 188 static void nic_mbx_send_ack(struct nicpf *nic, int vf)  in nic_mbx_send_ack()
 200 static void nic_mbx_send_nack(struct nicpf *nic, int vf)  in nic_mbx_send_nack()
 211 static int nic_rcv_queue_sw_sync(struct nicpf *nic)  in nic_rcv_queue_sw_sync()
 231 static void nic_get_bgx_stats(struct nicpf *nic, struct bgx_stats_msg *bgx)  in nic_get_bgx_stats()
 [all …]
 
 | 
| D | nicvf_queues.h | 320 static inline u64 nicvf_iova_to_phys(struct nicvf *nic, dma_addr_t dma_addr)  in nicvf_iova_to_phys()
 | 
| /Linux-v5.4/drivers/staging/gdm724x/ | 
| D | gdm_lte.h | 52 struct nic {  struct59 	u32 nic_id;  argument
 60 	u16 vlan_id;
 
 | 
| D | gdm_lte.c | 71 	struct nic *nic = arg;  in tx_complete()  local77 static int gdm_lte_rx(struct sk_buff *skb, struct nic *nic, int nic_type)  in gdm_lte_rx()
 94 	struct nic *nic = netdev_priv(skb_in->dev);  in gdm_lte_emulate_arp()  local
 214 	struct nic *nic = netdev_priv(skb_in->dev);  in gdm_lte_emulate_ndp()  local
 337 	struct nic *nic = netdev_priv(dev);  in gdm_lte_tx_nic_type()  local
 403 	struct nic *nic = netdev_priv(dev);  in gdm_lte_tx()  local
 497 	struct nic *nic = netdev_priv(dev);  in gdm_lte_stats()  local
 522 	struct nic *nic = netdev_priv(dev);  in gdm_lte_event_rcv()  local
 565 	struct nic *nic;  in gdm_lte_netif_rx()  local
 721 	struct nic *nic = netdev_priv(dev);  in gdm_lte_pdn_table()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/neterion/ | 
| D | s2io.c | 563 static int init_shared_mem(struct s2io_nic *nic)  in init_shared_mem()868 static void free_shared_mem(struct s2io_nic *nic)  in free_shared_mem()
 1007 static int s2io_verify_pci_mode(struct s2io_nic *nic)  in s2io_verify_pci_mode()
 1041 static int s2io_print_pci_mode(struct s2io_nic *nic)  in s2io_print_pci_mode()
 1109 static int init_tti(struct s2io_nic *nic, int link)  in init_tti()
 1185 static int init_nic(struct s2io_nic *nic)  in init_nic()
 1818 static int s2io_link_fault_indication(struct s2io_nic *nic)  in s2io_link_fault_indication()
 1848 static void en_dis_err_alarms(struct s2io_nic *nic, u16 mask, int flag)  in en_dis_err_alarms()
 1986 static void en_dis_able_nic_intrs(struct s2io_nic *nic, u16 mask, int flag)  in en_dis_able_nic_intrs()
 2202 static int start_nic(struct s2io_nic *nic)  in start_nic()
 [all …]
 
 | 
| D | s2io.h | 710 	struct s2io_nic *nic;  member788 	struct s2io_nic *nic;  member
 
 | 
| /Linux-v5.4/drivers/firmware/ | 
| D | iscsi_ibft.c | 176 		struct ibft_nic *nic;  member295 	struct ibft_nic *nic = entry->nic;  in ibft_attr_show_nic()  local
 474 	struct ibft_nic *nic = entry->nic;  in ibft_check_nic_for()  local
 631 	struct ibft_nic *nic = (struct ibft_nic *)hdr;  in ibft_create_kobject()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/tehuti/ | 
| D | tehuti.c | 99 	struct pci_nic *nic = pci_get_drvdata(pdev);  in print_hw_id()  local115 static void print_fw_id(struct pci_nic *nic)  in print_fw_id()
 1904 	struct pci_nic *nic;  in bdx_probe()  local
 2402 	struct pci_nic *nic = pci_get_drvdata(pdev);  in bdx_remove()  local
 
 | 
| D | tehuti.h | 272 	struct pci_nic *nic;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ | 
| D | hclgevf_main.c | 251 	struct hnae3_handle *nic = &hdev->nic;  in hclgevf_get_port_base_vlan_filter_state()  local384 	struct hnae3_handle *nic = &hdev->nic;  in hclgevf_knic_setup()  local
 476 	struct hnae3_handle *nic = &hdev->nic;  in hclgevf_set_handle_info()  local
 2025 	struct hnae3_handle *nic = &hdev->nic;  in hclgevf_init_roce_base_info()  local
 2824 	struct hnae3_handle *nic = &hdev->nic;  in hclgevf_get_max_channels()  local
 3079 	struct hnae3_handle *nic = &hdev->nic;  in hclgevf_update_port_base_vlan_info()  local
 
 | 
| D | hclgevf_main.h | 296 	struct hnae3_handle nic;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_ctx.c | 900 			     struct qlcnic_info *nic)  in qlcnic_82xx_set_nic_info()960 	u16 nic = 0, fcoe = 0, iscsi = 0;  in qlcnic_82xx_get_pci_info()  local
 
 | 
| D | qlcnic_83xx_hw.c | 2373 			     struct qlcnic_info *nic)  in qlcnic_83xx_set_nic_info()2466 			     u16 *nic, u16 *fcoe, u16 *iscsi)  in qlcnic_get_pci_func_type()
 2495 	u16 nic = 0, fcoe = 0, iscsi = 0;  in qlcnic_83xx_get_pci_info()  local
 
 | 
| /Linux-v5.4/drivers/scsi/be2iscsi/ | 
| D | be_mgmt.c | 797 		      struct be_cmd_get_nic_conf_resp *nic)  in mgmt_get_nic_conf()
 | 
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ | 
| D | be_cmds.c | 4253 	struct be_nic_res_desc *nic;  in be_get_nic_desc()  local4441 	struct be_nic_res_desc *nic;  in be_cmd_get_profile_config()  local
 4559 static void be_reset_nic_desc(struct be_nic_res_desc *nic)  in be_reset_nic_desc()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/sgi/ | 
| D | ioc3-eth.c | 363 	u8 nic[14];  in ioc3_get_eaddr_nic()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ | 
| D | hclge_main.c | 1533 	struct hnae3_handle *nic = &vport->nic;  in hclge_knic_setup()  local1558 	struct hnae3_handle *nic = &vport->nic;  in hclge_map_tqp_to_vport()  local
 1600 	struct hnae3_handle *nic = &vport->nic;  in hclge_vport_setup()  local
 2278 	struct hnae3_handle *nic = &vport->nic;  in hclge_init_roce_base_info()  local
 8181 	struct hnae3_handle *nic = &vport->nic;  in hclge_update_port_base_vlan_cfg()  local
 
 | 
| D | hclge_main.h | 914 	struct hnae3_handle nic;  member
 | 
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ | 
| D | ipw2100.h | 170 	dma_addr_t nic;  member219 	dma_addr_t nic;  member
 
 | 
| /Linux-v5.4/arch/mips/include/asm/sn/ | 
| D | klconfig.h | 492 	nic_t		nic;		  /* MUst be aligned properly */  member
 | 
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ | 
| D | main.c | 6064 static void wl12xx_derive_mac_addresses(struct wl1271 *wl, u32 oui, u32 nic)  in wl12xx_derive_mac_addresses()
 |