Home
last modified time | relevance | path

Searched refs:irdma_pci_f (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dmain.h194 struct irdma_pci_f *rf;
246 void (*request_reset)(struct irdma_pci_f *rf);
253 struct irdma_pci_f { struct
335 struct irdma_pci_f *rf; argument
410 return container_of(dev, struct irdma_pci_f, sc_dev); in dev_to_rf()
421 static inline int irdma_alloc_rsrc(struct irdma_pci_f *rf, in irdma_alloc_rsrc()
466 int irdma_ctrl_init_hw(struct irdma_pci_f *rf);
467 void irdma_ctrl_deinit_hw(struct irdma_pci_f *rf);
476 void irdma_manage_arp_cache(struct irdma_pci_f *rf,
492 u32 irdma_initialize_hw_rsrc(struct irdma_pci_f *rf);
[all …]
H A Dhw.c213 static void irdma_process_aeq(struct irdma_pci_f *rf) in irdma_process_aeq()
463 struct irdma_pci_f *rf = iwceq->rf; in irdma_ceq_dpc()
534 struct irdma_pci_f *rf = data; in irdma_irq_handler()
695 static void irdma_del_ceq_0(struct irdma_pci_f *rf) in irdma_del_ceq_0()
723 static void irdma_del_ceqs(struct irdma_pci_f *rf) in irdma_del_ceqs()
1532 struct irdma_pci_f *rf = iwdev->rf; in irdma_reinitialize_ieq()
1750 void irdma_ctrl_deinit_hw(struct irdma_pci_f *rf) in irdma_ctrl_deinit_hw()
1797 struct irdma_pci_f *rf = iwdev->rf; in irdma_rt_init_hw()
1897 int irdma_ctrl_init_hw(struct irdma_pci_f *rf) in irdma_ctrl_init_hw()
2131 struct irdma_pci_f *rf = container_of(work, struct irdma_pci_f, in cqp_compl_worker()
[all …]
H A Dutils.c837 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_sds_cmd()
869 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_suspend_resume()
985 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_query_fpm_val_cmd()
1019 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_commit_fpm_val_cmd()
1049 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_cq_create_cmd()
1078 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_create_cmd()
1146 struct irdma_pci_f *rf = iwdev->rf; in irdma_free_qp_rsrc()
1219 struct irdma_pci_f *rf = iwdev->rf; in irdma_hw_modify_qp()
1295 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_cq_destroy_cmd()
1307 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_destroy_cmd()
[all …]
H A Di40iw_if.c66 static void i40iw_request_reset(struct irdma_pci_f *rf) in i40iw_request_reset()
75 struct irdma_pci_f *rf = iwdev->rf; in i40iw_fill_device_info()
110 struct irdma_pci_f *rf; in i40iw_open()
H A Dmain.c152 static void irdma_request_reset(struct irdma_pci_f *rf) in irdma_request_reset()
226 struct irdma_pci_f *rf = iwdev->rf; in irdma_fill_device_info()
266 struct irdma_pci_f *rf; in irdma_probe()
H A Dosdep.h38 struct irdma_pci_f;
H A Dcm.h399 int irdma_add_arp(struct irdma_pci_f *rf, u32 *ip, bool ipv4, const u8 *mac);
407 int irdma_arp_table(struct irdma_pci_f *rf, u32 *ip_addr, bool ipv4,
H A Dverbs.c16 struct irdma_pci_f *rf = iwdev->rf; in irdma_query_device()
378 struct irdma_pci_f *rf = iwdev->rf; in irdma_alloc_pd()
733 struct irdma_pci_f *rf = iwqp->iwdev->rf; in irdma_cqp_create_qp_cmd()
882 struct irdma_pci_f *rf = iwdev->rf; in irdma_create_qp()
1897 struct irdma_pci_f *rf; in irdma_resize_cq()
2048 struct irdma_pci_f *rf = iwdev->rf; in irdma_create_cq()
3933 static void mcast_list_add(struct irdma_pci_f *rf, in mcast_list_add()
4044 struct irdma_pci_f *rf = iwdev->rf; in irdma_attach_mcast()
4184 struct irdma_pci_f *rf = iwdev->rf; in irdma_detach_mcast()
4248 struct irdma_pci_f *rf = iwdev->rf; in irdma_create_hw_ah()
[all …]