Home
last modified time | relevance | path

Searched defs:fbd (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_debugfs.c320 struct fbnic_dev *fbd = nv->fbd; in fbnic_dbg_nv_init() local
382 struct fbnic_dev *fbd = s->private; in fbnic_dbg_mac_addr_show() local
408 struct fbnic_dev *fbd = s->private; in fbnic_dbg_tce_tcam_show() local
442 struct fbnic_dev *fbd = s->private; in fbnic_dbg_act_tcam_show() local
502 struct fbnic_dev *fbd = s->private; in fbnic_dbg_ip_src_show() local
510 struct fbnic_dev *fbd = s->private; in fbnic_dbg_ip_dst_show() local
518 struct fbnic_dev *fbd = s->private; in fbnic_dbg_ipo_src_show() local
526 struct fbnic_dev *fbd = s->private; in fbnic_dbg_ipo_dst_show() local
533 struct fbnic_dev *fbd, int mbx_idx) in fbnic_dbg_fw_mbx_display()
565 struct fbnic_dev *fbd = s->private; in fbnic_dbg_fw_mbx_show() local
[all …]
H A Dfbnic_fw_log.c11 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 Dfbnic_netdev.c15 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()
248 struct fbnic_dev *fbd = fbn->fbd; in fbnic_set_rx_mode() local
288 void fbnic_clear_rx_mode(struct fbnic_dev *fbd) in fbnic_clear_rx_mode()
400 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_stats64() local
573 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_queue_stats_rx() local
701 struct fbnic_dev *fbd = fbn->fbd; in fbnic_reset_queues() local
722 void fbnic_netdev_free(struct fbnic_dev *fbd) in fbnic_netdev_free()
[all …]
H A Dfbnic_hwmon.c34 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 Dfbnic_txrx.c1356 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 Dfbnic_txrx.h153 struct fbnic_dev *fbd; member