Searched defs:fbd (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_rpc.c | 54 void fbnic_rss_disable_hw(struct fbnic_dev *fbd) in fbnic_rss_disable_hw() 81 void fbnic_rss_reinit_hw(struct fbnic_dev *fbd, struct fbnic_net *fbn) in fbnic_rss_reinit_hw() 106 void fbnic_bmc_rpc_all_multi_config(struct fbnic_dev *fbd, in fbnic_bmc_rpc_all_multi_config() 177 void fbnic_bmc_rpc_init(struct fbnic_dev *fbd) in fbnic_bmc_rpc_init() 241 void fbnic_bmc_rpc_check(struct fbnic_dev *fbd) in fbnic_bmc_rpc_check() 272 void fbnic_rss_reinit(struct fbnic_dev *fbd, struct fbnic_net *fbn) in fbnic_rss_reinit() 375 struct fbnic_mac_addr *__fbnic_uc_sync(struct fbnic_dev *fbd, in __fbnic_uc_sync() 406 struct fbnic_mac_addr *__fbnic_mc_sync(struct fbnic_dev *fbd, in __fbnic_mc_sync() 471 void fbnic_promisc_sync(struct fbnic_dev *fbd, in fbnic_promisc_sync() 515 void fbnic_sift_macda(struct fbnic_dev *fbd) in fbnic_sift_macda() [all …]
|
| H A D | fbnic_pci.c | 37 u32 fbnic_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_rd32() 70 bool fbnic_fw_present(struct fbnic_dev *fbd) in fbnic_fw_present() 75 void fbnic_fw_wr32(struct fbnic_dev *fbd, u32 reg, u32 val) in fbnic_fw_wr32() 83 u32 fbnic_fw_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_fw_rd32() 118 struct fbnic_dev *fbd = fbn->fbd; in fbnic_service_task_start() local 125 struct fbnic_dev *fbd = fbn->fbd; in fbnic_service_task_stop() local 174 static int fbnic_fw_config_after_crash(struct fbnic_dev *fbd) in fbnic_fw_config_after_crash() 188 static void fbnic_health_check(struct fbnic_dev *fbd) in fbnic_health_check() 212 struct fbnic_dev *fbd = container_of(to_delayed_work(work), in fbnic_service_task() local 256 struct fbnic_dev *fbd; in fbnic_probe() local [all …]
|
| H A D | fbnic_fw_log.c | 11 void fbnic_fw_log_enable(struct fbnic_dev *fbd, bool send_hist) in fbnic_fw_log_enable() 26 void fbnic_fw_log_disable(struct fbnic_dev *fbd) in fbnic_fw_log_disable() 36 int fbnic_fw_log_init(struct fbnic_dev *fbd) in fbnic_fw_log_init() 57 void fbnic_fw_log_free(struct fbnic_dev *fbd) in fbnic_fw_log_free() 71 int fbnic_fw_log_write(struct fbnic_dev *fbd, u64 index, u32 timestamp, in fbnic_fw_log_write()
|
| H A D | fbnic_netdev.c | 15 struct fbnic_dev *fbd = fbn->fbd; in __fbnic_open() local 125 struct fbnic_dev *fbd = fbn->fbd; in fbnic_uc_unsync() local 166 struct fbnic_dev *fbd = fbn->fbd; in fbnic_mc_unsync() local 186 void __fbnic_set_rx_mode(struct fbnic_dev *fbd) in __fbnic_set_rx_mode() 244 struct fbnic_dev *fbd = fbn->fbd; in fbnic_set_rx_mode() local 282 void fbnic_clear_rx_mode(struct fbnic_dev *fbd) in fbnic_clear_rx_mode() 394 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_stats64() local 567 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_queue_stats_rx() local 695 struct fbnic_dev *fbd = fbn->fbd; in fbnic_reset_queues() local 716 void fbnic_netdev_free(struct fbnic_dev *fbd) in fbnic_netdev_free() [all …]
|
| H A D | fbnic_ethtool.c | 133 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_drvinfo() local 202 struct fbnic_dev *fbd = orig->fbd; in fbnic_clone_swap() local 516 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_ethtool_stats() local 610 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_cls_rule_all() local 640 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_cls_rule() local 864 static int fbnic_cls_rule_any_loc(struct fbnic_dev *fbd) in fbnic_cls_rule_any_loc() 889 struct fbnic_dev *fbd = fbn->fbd; in fbnic_set_cls_rule_ins() local 1193 struct fbnic_dev *fbd = fbn->fbd; in fbnic_clear_nfc_macda() local 1207 struct fbnic_dev *fbd = fbn->fbd; in fbnic_clear_nfc_ip_addr() local 1228 struct fbnic_dev *fbd = fbn->fbd; in fbnic_set_cls_rule_del() local [all …]
|
| H A D | fbnic_hwmon.c | 34 struct fbnic_dev *fbd = dev_get_drvdata(dev); in fbnic_hwmon_read() local 58 void fbnic_hwmon_register(struct fbnic_dev *fbd) in fbnic_hwmon_register() 74 void fbnic_hwmon_unregister(struct fbnic_dev *fbd) in fbnic_hwmon_unregister()
|
| H A D | fbnic_csr.c | 60 static void fbnic_csr_get_regs_rpc_ram(struct fbnic_dev *fbd, u32 **data_p) in fbnic_csr_get_regs_rpc_ram() 115 void fbnic_csr_get_regs(struct fbnic_dev *fbd, u32 *data, u32 *regs_version) in fbnic_csr_get_regs() 138 int fbnic_csr_regs_len(struct fbnic_dev *fbd) in fbnic_csr_regs_len()
|
| H A D | fbnic_txrx.c | 1356 struct fbnic_dev *fbd = nv->fbd; in fbnic_nv_irq_disable() local 1364 struct fbnic_dev *fbd = nv->fbd; in fbnic_nv_irq_rearm() local 1520 struct fbnic_dev *fbd = nv->fbd; in fbnic_free_napi_vector() local 1615 static int fbnic_alloc_napi_vector(struct fbnic_dev *fbd, struct fbnic_net *fbn, in fbnic_alloc_napi_vector() 1766 struct fbnic_dev *fbd = fbn->fbd; in fbnic_alloc_napi_vectors() local 2276 struct fbnic_dev *fbd = fbn->fbd; in fbnic_disable() local 2285 static void fbnic_tx_flush(struct fbnic_dev *fbd) in fbnic_tx_flush() 2293 static void fbnic_tx_flush_off(struct fbnic_dev *fbd) in fbnic_tx_flush_off() 2303 static bool fbnic_all_idle(struct fbnic_dev *fbd, in fbnic_all_idle() 2318 static void fbnic_idle_dump(struct fbnic_dev *fbd, in fbnic_idle_dump() [all …]
|
| H A D | fbnic_txrx.h | 153 struct fbnic_dev *fbd; member
|