Home
last modified time | relevance | path

Searched refs:qed_dev (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h26 void qed_init_dp(struct qed_dev *cdev,
36 void qed_init_struct(struct qed_dev *cdev);
43 void qed_resc_free(struct qed_dev *cdev);
52 int qed_resc_alloc(struct qed_dev *cdev);
59 void qed_resc_setup(struct qed_dev *cdev);
74 int qed_hw_init(struct qed_dev *cdev,
87 int qed_hw_stop(struct qed_dev *cdev);
97 void qed_hw_stop_fastpath(struct qed_dev *cdev);
115 int qed_hw_reset(struct qed_dev *cdev);
125 int qed_hw_prepare(struct qed_dev *cdev,
[all …]
Dqed_main.c68 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask()
86 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci()
103 static int qed_init_pci(struct qed_dev *cdev, in qed_init_pci()
182 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info()
215 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev()
220 static struct qed_dev *qed_alloc_cdev(struct pci_dev *pdev) in qed_alloc_cdev()
222 struct qed_dev *cdev; in qed_alloc_cdev()
234 static int qed_set_power_state(struct qed_dev *cdev, in qed_set_power_state()
245 static struct qed_dev *qed_probe(struct pci_dev *pdev, in qed_probe()
250 struct qed_dev *cdev; in qed_probe()
[all …]
Dqed_l2.c444 static int qed_filter_accept_cmd(struct qed_dev *cdev, in qed_filter_accept_cmd()
1173 qed_filter_mcast_cmd(struct qed_dev *cdev, in qed_filter_mcast_cmd()
1206 static int qed_filter_ucast_cmd(struct qed_dev *cdev, in qed_filter_ucast_cmd()
1233 static int qed_fill_eth_dev_info(struct qed_dev *cdev, in qed_fill_eth_dev_info()
1262 static void qed_register_eth_ops(struct qed_dev *cdev, in qed_register_eth_ops()
1270 static int qed_start_vport(struct qed_dev *cdev, in qed_start_vport()
1306 static int qed_stop_vport(struct qed_dev *cdev, in qed_stop_vport()
1326 static int qed_update_vport(struct qed_dev *cdev, in qed_update_vport()
1422 static int qed_start_rxq(struct qed_dev *cdev, in qed_start_rxq()
1461 static int qed_stop_rxq(struct qed_dev *cdev, in qed_stop_rxq()
[all …]
Dqed_dev.c35 void qed_init_dp(struct qed_dev *cdev, in qed_init_dp()
50 void qed_init_struct(struct qed_dev *cdev) in qed_init_struct()
83 void qed_resc_free(struct qed_dev *cdev) in qed_resc_free()
204 int qed_resc_alloc(struct qed_dev *cdev) in qed_resc_alloc()
322 void qed_resc_setup(struct qed_dev *cdev) in qed_resc_setup()
438 static void qed_init_cau_rt_data(struct qed_dev *cdev) in qed_init_cau_rt_data()
472 struct qed_dev *cdev = p_hwfn->cdev; in qed_hw_init_common()
652 int qed_hw_init(struct qed_dev *cdev, in qed_hw_init()
762 int qed_hw_stop(struct qed_dev *cdev) in qed_hw_stop()
833 void qed_hw_stop_fastpath(struct qed_dev *cdev) in qed_hw_stop_fastpath()
[all …]
Dqed.h241 struct qed_dev *cdev;
347 struct qed_dev { struct
460 static inline u8 qed_concrete_to_sw_fid(struct qed_dev *cdev, in qed_concrete_to_sw_fid() argument
488 int qed_fill_dev_info(struct qed_dev *cdev,
Dqed_init_ops.c47 void qed_init_iro_array(struct qed_dev *cdev) in qed_init_iro_array()
189 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_cmd_array()
377 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_cmd_mode_match()
435 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_run()
505 int qed_init_fw_data(struct qed_dev *cdev, in qed_init_fw_data()
Dqed_mcp.h149 int qed_mcp_get_mfw_ver(struct qed_dev *cdev,
162 int qed_mcp_get_media_type(struct qed_dev *cdev,
DMakefile3 qed-y := qed_cxt.o qed_dev.o qed_hw.o qed_init_fw_funcs.o qed_init_ops.o \
Dqed_init_ops.h22 void qed_init_iro_array(struct qed_dev *cdev);
Dqed_hw.h261 int qed_init_fw_data(struct qed_dev *cdev,
Dqed_mcp.c305 static void qed_mcp_set_drv_ver(struct qed_dev *cdev, in qed_mcp_set_drv_ver()
321 struct qed_dev *cdev = p_hwfn->cdev; in qed_mcp_load_req()
614 int qed_mcp_get_mfw_ver(struct qed_dev *cdev, in qed_mcp_get_mfw_ver()
638 int qed_mcp_get_media_type(struct qed_dev *cdev, in qed_mcp_get_media_type()
Dqed_int.h179 void qed_int_disable_post_isr_release(struct qed_dev *cdev);
Dqed_int.c346 struct qed_dev *cdev = p_hwfn->cdev; in qed_int_sb_attn_free()
396 struct qed_dev *cdev = p_hwfn->cdev; in qed_int_sb_attn_alloc()
1138 void qed_int_disable_post_isr_release(struct qed_dev *cdev) in qed_int_disable_post_isr_release()
/linux-4.4.14/include/linux/qed/
Dqed_eth_if.h111 int (*fill_dev_info)(struct qed_dev *cdev,
114 void (*register_ops)(struct qed_dev *cdev,
118 int (*vport_start)(struct qed_dev *cdev,
123 int (*vport_stop)(struct qed_dev *cdev,
126 int (*vport_update)(struct qed_dev *cdev,
129 int (*q_rx_start)(struct qed_dev *cdev,
137 int (*q_rx_stop)(struct qed_dev *cdev,
140 int (*q_tx_start)(struct qed_dev *cdev,
146 int (*q_tx_stop)(struct qed_dev *cdev,
149 int (*filter_config)(struct qed_dev *cdev,
[all …]
Dqed_if.h36 struct qed_dev;
67 struct qed_dev *cdev;
156 struct qed_dev* (*probe)(struct pci_dev *dev,
160 void (*remove)(struct qed_dev *cdev);
162 int (*set_power_state)(struct qed_dev *cdev,
165 void (*set_id)(struct qed_dev *cdev,
173 void (*update_pf_params)(struct qed_dev *cdev,
175 int (*slowpath_start)(struct qed_dev *cdev,
178 int (*slowpath_stop)(struct qed_dev *cdev);
183 int (*set_fp_int)(struct qed_dev *cdev,
[all …]
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede.h104 struct qed_dev *cdev;
Dqede_main.c1187 static struct qede_dev *qede_alloc_etherdev(struct qed_dev *cdev, in qede_alloc_etherdev()
1360 static void qede_update_pf_params(struct qed_dev *cdev) in qede_update_pf_params()
1380 struct qed_dev *cdev; in __qede_probe()
1469 struct qed_dev *cdev = edev->cdev; in __qede_remove()
2018 struct qed_dev *cdev = edev->cdev; in qede_stop_queues()
2089 struct qed_dev *cdev = edev->cdev; in qede_start_queues()